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.
 
 
 
 

137 lines
2.2 KiB

.renYou{
width: 48rpx;
height: 48rpx;
position: absolute;
right: 30rpx;
}
.big_title{
font-size: 48rpx;
}
.main .money_con{
width:100%;
height: 320rpx;
background-image: linear-gradient(to right, #FF820C , #FFB606);
padding: 40rpx 50rpx;
margin: 50rpx 0;
border-radius: 24rpx;
}
.textcon1{
display: flex;
align-items: center;
justify-content: space-between;
line-height: 56rpx;
}
.textcon1 .text1{
color: #fff;
font-size: 56rpx ;
}
.textcon1 .text1 .text2{
color: #fff;
font-size: 32rpx ;
}
.textcon1 .img1{
width: 100rpx;
height: 110rpx;
}
.textcon1 .v1{
}
.textcon1 .v1 .t1{
color: #fff;
font-size: 32rpx;
}
.textcon1 .v1 .t2{
color: #fff;
font-size: 24rpx;
}
.textcon1 .v2{
margin-right: 100rpx;
}
.select_con{
width: 100%;
}
.select_con .select{
margin: 0 12px;
border-radius: 30rpx;
background-color: #fff;
box-shadow: 0 0 30px #EBEEF1;
}
/deep/ .u-tabs{
border-bottom: 2rpx solid #F6F8FD;
border-radius: 30rpx 30rpx 0 0;
}
.select_con .item1{
display: flex;
justify-content: space-between;
padding-top: 60rpx;
padding-bottom: 50rpx;
border-bottom: 2rpx solid #F6F8FD;
padding-left: 40rpx;
padding-right: 24rpx;
}
.select_con .item1 .lef_con{
display: flex;
align-items: center;
}
.select_con .item1 .lef_con .img1{
width: 48rpx;
height: 48rpx;
}
.select_con .item1 .lef_con .textcon{
margin-left: 24rpx;
}
.select_con .item1 .lef_con .textcon .text1{
font-size: 32rpx;
}
.select_con .item1 .lef_con .textcon .text2{
font-size: 24rpx;
color: #999;
}
.select_con .item1 .rig_con .text1{
font-size: 32rpx;
}
.select_con .item1 .rig_con .img1{
width: 28rpx;
height: 20rpx;
float: right;
margin-top: 20rpx;
}
.select_con .item1 .rig_con .img2{
width: 28rpx;
height: 40rpx;
float: right;
margin-top: 20rpx;
}
.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;
}