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.
 
 
 
 

152 lines
2.3 KiB

.renYou{
width: 48rpx;
height: 48rpx;
position: absolute;
right: 30rpx;
}
.flex{
display: flex;
align-items: center;
justify-content: space-between;
}
.main{
padding: 0 24rpx;
margin-top: 50rpx;
}
.main .item{
background-color: #fff;
padding: 32rpx;
box-shadow: 0 10rpx 20rpx 10rpx #EDF0F3;
border-radius: 20rpx;
margin-bottom: 30rpx;
}
.main .img1{
width: 30rpx;
height: 30rpx;
}
.main .img2{
width: 48rpx;
height: 48rpx;
}
.bigcon{
margin-left: 20rpx;
}
.bigcon .text1{
color: #0F1828;
font-size: 32rpx;
margin-bottom: 10rpx;
}
.btncon .text{
font-size: 32rpx;
}
.fixed{
}
.btnconn{
background-color: #fff;
padding: 24rpx 24rpx;
position: fixed;
width: 100%;
bottom: 30rpx;
display: flex;
justify-content: space-between;
}
.btnconn .btn{
width: 334rpx;
line-height: 96rpx;
border-radius: 30rpx;
border: 2rpx solid #5B53FF;
text-align: center;
display: flex;
align-items: center;
color:#5B53FF;
justify-content: center;
font-size: 34rpx;
}
.active{
color: #fff !important;
background-color: #5B53FF;
}
.btnconn .btn .img1{
width: 48rpx;
height: 48rpx;
}
.show_bottom{
border-radius: 20rpx 20rpx 0 0;
width: 750rpx;
background-color: #F8F8F9;
position: absolute;
bottom: -90rpx;
padding: 0 24rpx;
z-index: 99;
padding-bottom: 80rpx;
}
.show_bottom .tiao{
background-color: #C9D4EA;
margin: 0 auto;
margin-top: 20rpx;
width: 106rpx;
height: 8rpx;
border-radius: 10rpx;
}
.show_bottom .title{
text-align: center;
font-size: 36rpx;
font-weight: 700;
margin-top: 26rpx;
}
.show_bottom .bottom_con{
background-color: #fff;
padding: 32rpx 24rpx;
border-radius: 20rpx;
margin-top: 40rpx;
padding-bottom: 60rpx;
}
/deep/ .u-checkbox__label{
width: 530rpx;
margin-bottom: 48rpx;
color: #000;
margin-left: 70rpx;
}
/deep/ .u-checkbox{
position: relative;
}
/deep/ .u-checkbox__icon-wrap{
position: absolute;
left: 0;
top: 4rpx;
}
.conf{
width: 654rpx;
background-color: #5B53FF;
line-height: 112rpx;
text-align: center;
color: #fff;
border-radius: 30rpx;
}
.bottom_con .input1{
width: 90%;
padding-left: 20rpx;
line-height: 96rpx;
background-color: #FAFAFA;
border: 2rpx solid #E9EDF7;
border-radius: 20rpx;
margin-top: 20rpx;
}
/deep/ .u-checkbox-group{
width: 100%;
display: block;
}
/deep/ .u-checkbox{
display: block;
width: 100% !important;
}
/deep/ .u-checkbox__label{
width: 100%;
}