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.
80 lines
1.1 KiB
80 lines
1.1 KiB
|
|
.renYou{
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
position: absolute;
|
|
right: 30rpx;
|
|
}
|
|
.main{
|
|
padding: 0 24rpx;
|
|
margin-top: 40rpx;
|
|
|
|
}
|
|
.main_con{
|
|
|
|
padding: 0 24rpx;
|
|
padding-bottom: 60rpx;
|
|
}
|
|
.flex{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.flex2{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
.main .item{
|
|
padding: 30rpx 0;
|
|
height: 136rpx;
|
|
border-top: 2rpx solid #F4F7FE;
|
|
border-bottom: 2rpx solid #F4F7FE;
|
|
width: 100%;
|
|
}
|
|
|
|
/deep/ .u-radio-group{
|
|
width: 100% !important;
|
|
}
|
|
/deep/ .u-radio{
|
|
line-height: 1.5;
|
|
}
|
|
.select_btn{
|
|
width: 654rpx;
|
|
background-color: #5B53FF;
|
|
border-radius: 30rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 32rpx;
|
|
margin-top: 40rpx;
|
|
line-height: 96rpx;
|
|
position: absolute;
|
|
bottom: 30rpx;
|
|
}
|
|
.main_con .sp1{
|
|
font-size: 32rpx;
|
|
}
|
|
.main_con .sp2{
|
|
font-size: 24rpx;
|
|
color: #A3AED0;
|
|
}
|
|
|
|
.item_con .text1{
|
|
font-size: 32rpx;
|
|
}
|
|
.item_con .text2{
|
|
font-size: 24rpx;
|
|
color: #A3AED0;
|
|
}
|
|
.item_con .color_con{
|
|
width: 16rpx;
|
|
height: 16rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.red{
|
|
background-color: #EB5757;
|
|
}
|
|
.green{
|
|
background-color: #6FCF97;
|
|
}
|