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.
233 lines
3.5 KiB
233 lines
3.5 KiB
|
|
.renYou {
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
position: absolute;
|
|
right: 30rpx;
|
|
}
|
|
.head {
|
|
/* background: #FAFAFA !important; */
|
|
position: sticky;
|
|
/* #ifdef H5 */
|
|
top: 80rpx;
|
|
/* #endif */
|
|
/* #ifndef H5 */
|
|
top: 0;
|
|
/* #endif */
|
|
z-index: 999;
|
|
}
|
|
.big_title {
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
.main .money_con {
|
|
display: block;
|
|
width: 95%;
|
|
margin: 0 auto;
|
|
margin-top: 50rpx;
|
|
margin-bottom: 50rpx;
|
|
height: 320rpx;
|
|
background-image: linear-gradient(to right, #FF820C, #FFB606);
|
|
padding: 40rpx 50rpx;
|
|
border-radius: 24rpx;
|
|
}
|
|
|
|
.textcon1 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
line-height: 56rpx;
|
|
}
|
|
|
|
.textcon1 .text1 {
|
|
color: #fff;
|
|
font-size: 50rpx;
|
|
}
|
|
|
|
.textcon1 .text1 .text2 {
|
|
color: #fff;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.textcon1 .img1 {
|
|
width: 100rpx;
|
|
height: 110rpx;
|
|
}
|
|
.back{
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
position: absolute;
|
|
left:36rpx;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
.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%;
|
|
padding-bottom: 260rpx;
|
|
}
|
|
|
|
.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: 26rpx;
|
|
}
|
|
|
|
.select_con .item1 .lef_con .textcon .text2 {
|
|
font-size: 22rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.select_con .item1 .rig_con .text1 {
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.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 {
|
|
position: fixed;
|
|
bottom: 0;
|
|
background-color: #fff;
|
|
padding: 24rpx 24rpx;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.btnconn .btn {
|
|
width: 306rpx;
|
|
line-height: 78rpx;
|
|
border-radius: 30rpx;
|
|
border: 2rpx solid #5B53FF;
|
|
text-align: center;
|
|
display: flex;
|
|
align-items: center;
|
|
color: #5B53FF;
|
|
justify-content: center;
|
|
font-size: 28rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.active {
|
|
color: #fff !important;
|
|
background-color: #5B53FF;
|
|
}
|
|
|
|
.btnconn .btn .img1 {
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
|
|
}
|
|
|
|
.arrow-up-left {
|
|
width: 44rpx;
|
|
height: 44rpx;
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
left: 68rpx;
|
|
}
|
|
|
|
.btn13 {
|
|
margin-left: 40rpx;
|
|
}
|
|
|
|
.main .money_con {
|
|
margin-top: 32rpx;
|
|
background-image: linear-gradient(to right, #6441CF, #877BFE);
|
|
height: 354rpx;
|
|
padding: 40rpx 36rpx;
|
|
position: relative;
|
|
border-radius: 24rpx;
|
|
}
|
|
|
|
.main .money_con2 {
|
|
margin-top: 32rpx;
|
|
background-image: linear-gradient(to right, #FF820C, #FFB606);
|
|
height: 354rpx;
|
|
padding: 40rpx 36rpx;
|
|
position: relative;
|
|
border-radius: 24rpx;
|
|
}
|
|
|
|
.main .money_con3 {
|
|
margin-top: 32rpx;
|
|
background-image: linear-gradient(to right, #B6162A, #F96D7D);
|
|
height: 354rpx;
|
|
padding: 40rpx 36rpx;
|
|
position: relative;
|
|
border-radius: 24rpx;
|
|
}
|
|
|
|
.select_con .item1 .rig_con .text1 text {
|
|
margin-left: 10rpx;
|
|
}
|
|
|
|
/deep/ .u-empty {
|
|
padding: 30px !important;
|
|
}
|
|
.scroll{
|
|
max-height: 1000rpx;
|
|
overflow-y: scroll;
|
|
}
|