recharge.wxss
1.8 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
102
103
104
105
106
107
108
109
110
111
112
113
/* pages/recharge/recharge.wxss */
.bottom {
border-top: 1rpx solid #e4e4e4;
}
.state {
text-align: right;
font-size: 28rpx;
color: #666;
margin-top: 29rpx;
padding: 0 24rpx;
}
.vipList {
background-image: url(http://omega.wx.bronet.cn/public/static/images/63@2x.png);
width: 636rpx;
height: 336rpx;
margin: 0 auto;
/* margin-top: 41rpx; */
background-size: 100% 100%;
padding:50rpx 57rpx;
}
.vipList .font{
font-size: 28rpx;
color:#fff;
display: flex;
justify-content: space-between;
margin-top:18rpx;
}
.vipList .mes{
display: flex;
justify-content: space-between;
}
.vipList .mes .left{
font-size: 73rpx;
color:#fff;
margin-top:85rpx;
}
.vipList .mes .left text{
font-size: 48rpx;
}
.vipList .mes .right .Presented{
font-size: 28rpx;
color:#fff;
margin-top:40rpx;
text-align: right;
}
.vipList .mes .right .onceRecharge{
font-size: 30rpx;
color:#333;
text-align: center;
line-height: 71rpx;
width:191rpx;
height:71rpx;
background:#FFE400;
margin-top:86rpx;
border-radius: 8rpx;
}
.moudel{
position: fixed;
top:0;
width:100%;
height:100%;
background:rgba(1,1,1,.5);
}
.moudelTwo{
width:632rpx;
height:790rpx;
border-radius: 10rpx;
margin-top: 234rpx;
margin-left: 59rpx;
background:#fff;
position: relative;
overflow: hidden;
}
.moudelTitle{
font-size: 36rpx;
color:#333333;
text-align: center;
margin-top:58rpx;
}
.moudelMod{
width:521rpx;
height:596rpx;
margin:0 auto;
margin-top:52rpx;
font-size: 28rpx;
color:#666666;
overflow-y: scroll;
}
.Determine{
width:100%;
height:80rpx;
background:#0091E5;
text-align: center;
font-size: 32rpx;
line-height: 80rpx;
position: absolute;
bottom: 0;
color:#fff;
}
.clear{
position: absolute;
top:24rpx;
color:#999999;
font-size: 30rpx;
right:24rpx;
}