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.
121 lines
2.0 KiB
121 lines
2.0 KiB
/* pages/withdrawal/balance/index.wxss */
|
|
.topArea {
|
|
height: 337rpx;
|
|
background-image: linear-gradient(124deg, rgba(0, 122, 255, 0.67) 0%, rgba(13, 100, 227, 0.95) 100%);
|
|
position: relative;
|
|
}
|
|
|
|
.topHeadArea {
|
|
width: 750rpx;
|
|
height: 128rpx;
|
|
position: absolute;
|
|
padding: 32rpx;
|
|
}
|
|
|
|
.vipBjImg2 {
|
|
height: 32rpx;
|
|
width: 100%;
|
|
position: absolute;
|
|
bottom: 0rpx;
|
|
}
|
|
|
|
.topHeadAreaLeft {
|
|
width: 100rpx;
|
|
height: 100%;
|
|
position: absolute;
|
|
top: 0rpx;
|
|
left: 0rpx;
|
|
padding-left: 20rpx;
|
|
padding-top: 60rpx;
|
|
z-index: 103;
|
|
}
|
|
|
|
.topText {
|
|
height: 100%;
|
|
width: 100%;
|
|
font-family: PingFangSC-Medium;
|
|
font-size: 36rpx;
|
|
color: #FFFFFF;
|
|
letter-spacing: 0;
|
|
text-align: center;
|
|
margin-top: 27rpx;
|
|
}
|
|
|
|
.dhImg {
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
}
|
|
|
|
.midArea {
|
|
background: #FFFFFF;
|
|
box-shadow: 0 2px 14px 0 rgba(220, 220, 220, 0.50);
|
|
border-radius: 20rpx;
|
|
border-radius: 20rpx;
|
|
width: 686rpx;
|
|
height: 470rpx;
|
|
position: absolute;
|
|
top: 148rpx;
|
|
left: 32rpx;
|
|
right: 32rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.view1 {
|
|
font-family: PingFangSC-Regular;
|
|
font-size: 36rpx;
|
|
color: rgba(0, 0, 0, 0.75);
|
|
letter-spacing: 0;
|
|
text-align: center;
|
|
width: 100%;
|
|
height: 50rpx;
|
|
position: absolute;
|
|
top: 56rpx;
|
|
|
|
}
|
|
|
|
.view2 {
|
|
font-family: ArialMT;
|
|
font-size: 100rpx;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
letter-spacing: 0;
|
|
text-align: center;
|
|
width: 100%;
|
|
height: 112rpx;
|
|
position: absolute;
|
|
top: 120rpx;
|
|
}
|
|
|
|
.view3 {
|
|
font-family: PingFangSC-Regular;
|
|
font-size: 36rpx;
|
|
color: rgba(0, 0, 0, 0.50);
|
|
letter-spacing: 0;
|
|
width: 100%;
|
|
height: 50rpx;
|
|
text-align: center;
|
|
position: absolute;
|
|
top: 248rpx;
|
|
}
|
|
|
|
.view4 {
|
|
width: 100%;
|
|
height: 96rpx;
|
|
padding-left: 24rpx;
|
|
padding-right: 24rpx;
|
|
position: absolute;
|
|
top: 334rpx;
|
|
}
|
|
|
|
.view4Btr {
|
|
background: #007AFF;
|
|
border-radius: 8rpx;
|
|
border-radius: 8rpx;color: white;
|
|
}
|
|
.bottomView{
|
|
width: 100%;
|
|
height: 96rpx;
|
|
padding-left: 32rpx;
|
|
padding-right: 32rpx;
|
|
position: absolute;
|
|
top: 638rpx;
|
|
}
|