/* pages/checkJoinCircle/checkJoinCircle.wxss */
.con_checkJoinCircle{
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
width: 200px;
height: 200px;
background: red;
}
.btn{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 30px;
background: #fff;
display: flex;
}
.btn>view{
flex: 1;
height: 30px;
text-align: center;
line-height: 30px;
}
.agreen{
background: #00C56B;
}