8 changed files with 183 additions and 48 deletions
Unified View
Diff Options
-
BINassets/myinfo/rtWhite.png
-
BINassets/myinfo/wsmicon.png
-
BINassets/myinfo/ysmicon.png
-
5pages/home/index/index.wxml
-
60pages/home/index/index.wxss
-
8pages/withdrawal/balance/index.js
-
36pages/withdrawal/balance/index.wxml
-
122pages/withdrawal/balance/index.wxss
@ -1 +1,121 @@ |
|||||
/* pages/withdrawal/balance/index.wxss */ |
|
||||
|
/* 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; |
||||
|
top: 0rpx; |
||||
|
padding: 32rpx; |
||||
|
} |
||||
|
|
||||
|
.vipBjImg2 { |
||||
|
height: 32rpx; |
||||
|
width: 100%; |
||||
|
position: absolute; |
||||
|
bottom: 0rpx; |
||||
|
} |
||||
|
|
||||
|
.topHeadAreaLeft { |
||||
|
width: 48rpx; |
||||
|
height: 100%; |
||||
|
position: absolute; |
||||
|
top: 0rpx; |
||||
|
left: 0rpx; |
||||
|
padding-left: 20rpx; |
||||
|
padding-top: 60rpx; |
||||
|
} |
||||
|
|
||||
|
.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; |
||||
|
} |
||||
Write
Preview
Loading…
Cancel
Save