124 lines
1.7 KiB
Plaintext
124 lines
1.7 KiB
Plaintext
page {
|
|
background: #f1f1f1;
|
|
padding-bottom: 158rpx;
|
|
}
|
|
|
|
.overflow {
|
|
overflow: hidden;
|
|
line-height: 84rpx;
|
|
font-size: 26rpx;
|
|
padding: 0 30rpx;
|
|
background: #fff;
|
|
}
|
|
|
|
.overflow:after {
|
|
content: '';
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
display: block;
|
|
border-bottom: 1px solid #f1f1f1;
|
|
}
|
|
|
|
.fl {
|
|
float: left;
|
|
}
|
|
|
|
.fl.icox {
|
|
margin-right: 10rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.fr {
|
|
float: right;
|
|
}
|
|
|
|
.mar-top {
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
text.fl {
|
|
color: #6d6d6d;
|
|
}
|
|
|
|
.iconfont.fl {
|
|
color: #9e9e9e;
|
|
}
|
|
|
|
.gold {
|
|
color: #caae33;
|
|
}
|
|
|
|
.topmsg {
|
|
height: 222rpx;
|
|
background: #19181d;
|
|
color: #cfa943;
|
|
text-align: center;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.topmsg .money {
|
|
font-size: 60rpx;
|
|
padding: 40rpx 0 20rpx 0;
|
|
}
|
|
|
|
.tips {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
background: #fff;
|
|
font-size: 26rpx;
|
|
color: #333;
|
|
padding: 0 30rpx;
|
|
line-height: 80rpx;
|
|
height: 80rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.tips view {
|
|
width: 300rpx;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.tipsitem {
|
|
background: #fff;
|
|
padding: 20rpx 30rpx;
|
|
font-size: 24rpx;
|
|
line-height: 40rpx;
|
|
color: #686868;
|
|
}
|
|
|
|
.tipsitem text {
|
|
color: #cfa943;
|
|
}
|
|
|
|
.tips:after {
|
|
content: '';
|
|
border-bottom: 1px solid #f1f1f1;
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 30rpx;
|
|
display: block;
|
|
width: 92.5%;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.withdrawbtn {
|
|
width: 100%;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
text-align: center;
|
|
color: #cfa943;
|
|
background: #1c1b20;
|
|
font-size: 30rpx;
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
}
|
|
|
|
.withdrawbtn.iphoneX {
|
|
bottom: 68rpx;
|
|
}
|
|
|
|
.withdrawbtn.gray {
|
|
background: #ddd;
|
|
color: #fff;
|
|
} |