payWay.wxss
1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
/* pages/my/payWay/payWay.wxss */
page {
background: #f5f5fa;
}
.balance {
font-size: 30rpx;
color: #1a1a1a;
margin-top: 50rpx;
margin-left: 33rpx;
}
.balance text {
font-size: 36rpx;
color: #bd1a21;
margin-left: 20rpx;
}
.banner_box {
font-size: 30rpx;
color: #333;
display: flex;
align-items: center;
justify-content: space-between;
padding: 30rpx;
background: #fff;
}
.money {
color: #bd1a21;
}
.banner_hint {
font-size: 30rpx;
color: #999;
}
.content_item {
padding: 0 32rpx;
background-color: #fff;
margin-top: 16rpx;
}
.item_list {
display: flex;
align-items: center;
justify-content: space-between;
padding: 35rpx 0;
border-bottom: 1rpx solid #f5f5fa;
}
.icon-jinbi {
display: inline-block;
width: 40rpx;
height: 40rpx;
background: #f18810;
border-radius: 10rpx;
font-size: 26rpx;
color: #fff;
text-align: center;
line-height: 40rpx;
margin-right: 19rpx;
}
.icon-xuanzhong1 {
font-size: 40rpx;
color: #0286ff;
}
.method_box {
display: flex;
align-items: center;
font-size: 30rpx;
color: #1a1a1a;
}
.icon-weixinzhifu {
font-size: 40rpx;
color: #59b64c;
margin-right: 19rpx;
}
.icon-yuancircle46 {
font-size: 44rpx;
}
.bottom_btn {
width: 686rpx;
height: 100rpx;
background: rgba(2, 134, 255, 1);
border-radius: 10rpx;
font-size: 36rpx;
color: rgba(255, 255, 255, 1);
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
margin-top: 52rpx;
}