VipRecharge.wxss
1.9 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
114
page {
background: #f5f5fa;
}
.content_box {
padding: 49rpx 30rpx 30rpx 30rpx;
}
.banner_box {
width: 100%;
min-height: 317rpx;
padding: 40rpx;
background: linear-gradient(-30deg, rgba(75, 135, 243, 1), rgba(83, 147, 250, 1));
box-shadow: 0rpx 15rpx 30rpx 0rpx rgba(75, 135, 243, 0.24);
border-radius: 16rpx;
box-sizing: border-box;
position: relative;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.banner_info {
font-size: 26rpx;
font-weight: bold;
color: #fff;
position: absolute;
left: 50%;
top: -20rpx;
transform: translateX(-50%);
z-index: 20;
}
.banner_img {
width: 300rpx;
height: 55rpx;
position: absolute;
left: 50%;
top: -20rpx;
transform: translateX(-50%);
z-index: 10;
}
.banner_img image {
width: 100%;
height: 100%;
}
.banner_title {
font-size: 36rpx;
font-weight: bold;
color: #fff;
}
.banner_content {
font-size: 28rpx;
color: #fff;
margin: 30rpx 0;
}
.item_list_box {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 36rpx;
}
.item_list {
width: 326rpx;
height: 225rpx;
background: linear-gradient(-30deg, rgba(255, 92, 46, 1), rgba(255, 152, 116, 1));
box-shadow: 0rpx 15rpx 30rpx 0rpx rgba(75, 135, 243, 0.24);
border-radius: 16rpx;
box-sizing: border-box;
position: relative;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin-bottom: 36rpx;
}
.list_title {
font-size: 30rpx;
color: #fff;
}
.list_content {
font-size: 28rpx;
color: #fff;
margin: 20rpx 0;
}
.list_btn {
font-size: 28rpx;
color: #508ef7;
background: #fff;
border-radius: 30rpx;
padding: 10rpx 30rpx;
}
.month_card {
color: #ff6b40;
}
.year_list {
background: linear-gradient(to right, #f7a80a, #fcc200);
}
.year_card {
color: #e7ad27;
}