select_sex.css 1.6 KB
*{
    padding: 0;
    margin: 0;
}
body,html{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.container{
    width:7.5rem;
    height:100%;
    background: url("../img/sex.png")no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}
.sex_chose{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 1.13rem;
    margin-right: 1.13rem;
    margin-top: 2.89rem;
}
.select_sex{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 1.13rem;
    margin-right: 1.13rem;
    margin-top: 0.5rem;
}
.woman{
    width:1.7rem;
    height:0.88rem;
    background:#F37A7B;
    border-radius: 50px;
    font-size: 0.36rem;
    color:#fff;
    text-align: center;
    line-height: 0.88rem;
}
.man{
    width:1.7rem;
    height:0.88rem;

    border-radius: 50px;
    font-size: 0.36rem;
    color:#fff;
    text-align: center;
    line-height: 0.88rem;
    background:rgba(57,144,245,1);
}
.select{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 0.44rem;
    margin-right: 0.44rem;
    margin-top: 1.95rem;
}
.sure{
    width:3rem;
    height:0.96rem;
    background:#3990F5;
    color:#fff;
    font-size:0.34rem ;
    border-radius: 50px;
    text-align: center;
    line-height: 0.96rem;
    box-shadow:12px 0px 59px rgba(255,255,255,0.14);
    background:rgba(57,144,245,1);

}
.cancel{
    width:3rem;
    height:0.96rem;
    color:#3990F5;
    background:rgba(255,255,255,0.3);
    font-size:0.34rem ;
    border-radius: 50px;
    text-align: center;
    line-height: 0.96rem;
}