bitcooo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

54 lines
823 B

.main{
padding: 0 24rpx;
margin-top: 40rpx;
}
.main_con{
background-color: #fff;
border-radius: 20rpx;
box-shadow: 0 0 30rpx #EDEFF2;
padding: 0 24rpx;
padding-bottom: 60rpx;
}
.flex{
display: flex;
justify-content: space-between;
align-items: center;
}
.main .item{
padding: 30rpx 0;
height: 136rpx;
border-bottom: 2rpx solid #F4F7FE;
width: 100%;
}
/deep/ .u-radio-group{
width: 100% !important;
}
.select_btn{
width: 100%;
background-color: #5B53FF;
border-radius: 30rpx;
text-align: center;
color: #fff;
font-size: 32rpx;
margin-top: 40rpx;
line-height: 96rpx;
}
.main .text1{
font-size: 32rpx;
width: 215rpx;
}
.main .text2{
color: #A3AED0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.main .text2 .img1{
width: 24rpx;
height: 24rpx;
margin-left: 10rpx;
}