choose.wxss 3.5 KB
/**index.wxss**/
.choose_title {
    font-size: 48rpx;
    font-weight: bold;
    text-align: center;
    margin-top: 150rpx;
    color: rgba(6, 18, 30, 1);
}
.lis_Img2 image{
    width: 26rpx;
    height: 26rpx;
}

.choose_List {
    width:686rpx;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    margin:48rpx auto 0;
} 

.choose_lis {
    width: 216rpx;
    height:352rpx;
    margin-bottom: 64rpx;
    border-radius: 10rpx;
    background-color: white;
    position: relative;
    margin-right:20rpx;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} 
.choose_lis:last-child{
    margin-right:0
}
.choose_lis button{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.lis_Img {
    width: 120rpx;
    height: 120rpx;
    margin: 16rpx auto 0;
}

.lis_bot {
    margin-top: 24rpx;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lis_not {
    width: 22rpx;
    height: 22rpx;
    border: 2rpx solid rgba(255, 179, 200, 1);
    border-radius: 50%;
}
.lis_not2{
     width: 22rpx;
    height: 22rpx;
    border: 2rpx solid #8ACCFF;
    border-radius: 50%;
}
.lis_Name {
    margin-left: 14rpx;
    font-size: 22rpx;
    color: rgba(6, 18, 30, 1);
}
.test_count{
    text-align: center;
}
.testCount{
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    font-size: 28rpx;
    color: rgb(145, 132, 219);
    position: relative;
}
.testCount:after{
    content: '';
    position: absolute;
    height: 1px;
    width: 70px;
    left: -84px;
    top: 50%;
    background: #8ACCFF;
}
.testCount:before{
    content: '';
    position: absolute;
    height: 1px;
    width: 70px;
    right: -84px;
    top: 50%;
    background: #8ACCFF;
}
.testItem{
    display: flex;
    flex-direction: column;
    font-size: 26rpx;
}
.testItem image{
    width: 80rpx;
    height: 80rpx;
    border-radius: 50%;
}
.testCount_box{
    display: flex;
    justify-content: space-around;
    width: 600rpx;
    margin: 0 auto;
    padding-top: 20rpx;
    color: rgb(151, 159, 165);
}
.mask{
    position: absolute;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}
.modal_box{
    width: 580rpx;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 8rpx;
    box-sizing: border-box;
}
.modal_title{
    height: 80rpx;
    color: #333;
    font-size: 34rpx;
    text-align: center;
    line-height: 80rpx;
    
}
.modal_content{
    padding: 40rpx;
    color: #999;
    font-size: 30rpx;
    text-align: center;

}
.modal_action{
    display: flex;
}
.action_item{
    height: 80rpx;
    flex:1;
    line-height: 80rpx;
    text-align: center;
    position: relative;
    color: #999;
    font-size: 32rpx;
}
.action_item:first-child:before{
    content: '';
    height: 60rpx;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    background: rgb(230, 221, 221);
}

.confirm_btn{
    color: #666;
}
.confirm_btn button{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}
.duigou{
    width:24rpx;
    height:24rpx;
    margin-right:21rpx
}
.yuedu{
    color:#3D444C;
    font-size:24rpx;
    text-align: center;

}
.xieyi{
    color:#8ACCFF;
    font-size: 24rpx;
    margin-left:10rpx;
    text-align: center;
}
.xiyi{
    margin-top:40rpx
}
.tiyanzhang{
    position: fixed;
    bottom:118rpx;
    left:70rpx;
}