invitationPolite.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
102
@import "../../../wxParse/wxParse/wxParse.wxss";
.list {
font-size: 26rpx;
color: #222;
}
.banner_img image {
width: 100%;
}
.banner_list {
width: 93%;
padding: 40rpx 69rpx 51rpx 69rpx;
background-color: #fff;
box-shadow: 10px 0px 15px rgba(0, 0, 0, 0.05);
border-radius: 16rpx;
position: relative;
bottom: 60rpx;
left: 25rpx;
}
.banner_title {
display: flex;
justify-content: space-between;
align-items: center;
}
.line1, .line2 {
width: 115rpx;
height: 3rpx;
background: linear-gradient(to right, #bbb, #fff);
}
.line2 {
background: linear-gradient(to right, #fff, #bbb);
}
.title {
font-size: 30rpx;
font-weight: bold;
color: #222;
}
.banner_content {
font-size: 24rpx;
color: #222;
margin-top: 40rpx;
}
.num_box {
display: flex;
align-items: baseline;
color: #ff5757;
}
.num {
font-size: 48rpx;
}
.content_item {
padding: 0 27rpx;
}
.content {
font-size: 24rpx;
color: #222;
}
.content_character {
margin-top: 25rpx;
}
.bottom_btn {
display: flex;
justify-content: center;
align-items: center;
margin: 45rpx 0;
}
.btn1 {
width: 362rpx;
height: 80rpx;
font-size: 26rpx;
color: #333;
text-align: center;
line-height: 80rpx;
background: rgba(255, 218, 68, 1);
border-radius: 40rpx;
box-shadow: 15rpx 0rpx 30rpx rgba(255, 204, 68, 0.6);
}
.btn2 {
width: 242rpx;
height: 80rpx;
font-size: 26rpx;
color: #333;
text-align: center;
line-height: 80rpx;
border-radius: 40rpx;
border: 1rpx solid #888888;
margin-left: 45rpx;
}