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.
68 lines
1019 B
68 lines
1019 B
3 years ago
|
/* pages/user/cashOut/index.wxss */
|
||
|
.cashout-page{
|
||
|
width: 100%;
|
||
|
min-height: 100vh;
|
||
|
padding: 40rpx;
|
||
|
background: #F8F8F8;
|
||
|
}
|
||
|
.profit-box{
|
||
|
width: 100%;
|
||
|
height: 256rpx;
|
||
|
position: relative;
|
||
|
margin-top: 20rpx;
|
||
|
}
|
||
|
.profit-box image{
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
}
|
||
|
.profit-info{
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
z-index: 3;
|
||
|
padding: 48rpx 94rpx 0 36rpx;
|
||
|
color: #fff;
|
||
|
font-weight: 500;
|
||
|
}
|
||
|
.s-word{
|
||
|
font-size: 22rpx;
|
||
|
}
|
||
|
.fz70{
|
||
|
font-size: 70rpx;
|
||
|
font-weight: 500;
|
||
|
line-height: 98rpx;
|
||
|
}
|
||
|
.tips{
|
||
|
font-size: 20rpx;
|
||
|
color:#FF3434;
|
||
|
margin: 62rpx 0 20rpx;
|
||
|
font-weight: 600;
|
||
|
}
|
||
|
.handle-box{
|
||
|
background: #fff;
|
||
|
border-radius: 18rpx;
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
.handle-box .tit{
|
||
|
width: 100%;
|
||
|
height: 98rpx;
|
||
|
line-height: 98rpx;
|
||
|
text-indent: 2em;
|
||
|
border-bottom: 2rpx solid #F5F5F5;
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
.inp-box{
|
||
|
width: 100%;
|
||
|
padding: 0 32rpx;
|
||
|
height: 108rpx;
|
||
|
}
|
||
|
.inp-box input{
|
||
|
margin-left: -100rpx;
|
||
|
}
|
||
|
.fz50{
|
||
|
font-size: 50rpx;
|
||
|
}
|
||
|
.colO{
|
||
|
color: #F68514;
|
||
|
}
|