index.wxss
3.2 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
115
116
117
118
119
120
121
122
123
.indexContent.data-v-1cf27b2a {
padding-bottom: 200rpx;
position: relative;
}
.indexContent .headImg.data-v-1cf27b2a {
background-color: #828991;
width: 100%;
height: 1246.15rpx;
}
.indexContent .indexMain .payBox.data-v-1cf27b2a {
background-color: #fff;
padding-bottom: 46rpx;
}
.indexContent .indexMain .payBox .fromTitle.data-v-1cf27b2a {
text-align: center;
font-size: 23rpx;
font-weight: 400;
color: #ff8800;
}
.indexContent .indexMain .payBox .fromContent .inp.data-v-1cf27b2a:first-child {
margin-top: 27rpx;
}
.indexContent .indexMain .payBox .fromContent .inp.data-v-1cf27b2a {
margin-top: 15rpx;
}
.indexContent .indexMain .payBox .totalPrice.data-v-1cf27b2a {
text-align: center;
font-size: 23rpx;
font-weight: 400;
color: #4c587a;
margin-top: 39rpx;
margin-bottom: 23rpx;
}
.indexContent .indexMain .payBox .totalPrice span.data-v-1cf27b2a {
font-size: 35rpx;
font-weight: bold;
color: #ff8800;
display: inline-block;
margin-right: 8rpx;
}
.indexContent .indexMain .joinList.data-v-1cf27b2a {
background-color: #fff;
margin-top: 46rpx;
}
.indexContent .indexMain .joinList .listTitle.data-v-1cf27b2a {
font-size: 23rpx;
font-weight: 400;
color: #7985a4;
text-align: center;
}
.indexContent .indexMain .joinList .listTitle span.data-v-1cf27b2a {
display: inline-block;
margin: 0 7rpx;
font-size: 23rpx;
font-weight: 400;
color: #293452;
}
.indexContent .indexMain .joinList .listBody.data-v-1cf27b2a {
margin-top: 11rpx;
}
.indexContent .indexMain .joinList .listBody .listItem.data-v-1cf27b2a {
background-color: #f7f7f7;
padding: 12rpx;
font-size: 23rpx;
font-weight: 400;
color: #293452;
justify-content: space-around;
}
.indexContent .indexMain .joinList .listBody .listItem .itemInfo.data-v-1cf27b2a {
text-align: center;
width: 224.36rpx;
}
.indexContent .indexMain .joinList .listBody .listBg.data-v-1cf27b2a {
background-color: #ffffff;
}
.indexContent .indexMain .joinList .loadMore.data-v-1cf27b2a {
text-align: center;
padding: 17rpx 0;
}
.indexContent .indexMain .joinList .loadMore .loadName.data-v-1cf27b2a {
font-size: 27rpx;
font-weight: 400;
color: #1f78ff;
margin-right: 8rpx;
}
.indexContent .indexMain .joinList .loadMore image.data-v-1cf27b2a {
width: 30rpx;
height: 30rpx;
}
.indexContent .btnBox.data-v-1cf27b2a {
width: 100%;
}
.indexContent .btnBox .actBtn.data-v-1cf27b2a {
width: 704rpx;
height: 108rpx;
background: linear-gradient(179deg, #ffda47 0%, #ff7c0a 100%);
box-shadow: 0rpx 8rpx 15rpx 0rpx rgba(224, 120, 0, 0.48), inset 8rpx 15rpx 31rpx 0rpx #fffaad;
border-radius: 108rpx 108rpx 108rpx 108rpx;
text-align: center;
line-height: 108rpx;
font-size: 42rpx;
font-weight: bold;
color: #ffffff;
margin: 0 auto;
margin-top: 23rpx;
}
.indexContent .inviteBox.data-v-1cf27b2a {
position: fixed;
right: 23rpx;
bottom: 200rpx;
width: 108rpx;
height: 108rpx;
background: linear-gradient(179deg, #ffda47 0%, #ff7c0a 100%);
box-shadow: 0rpx 8rpx 15rpx 0rpx rgba(224, 120, 0, 0.48), inset 4rpx 8rpx 23rpx 0rpx #fffaad;
border-radius: 108rpx 108rpx 108rpx 108rpx;
font-size: 27rpx;
font-weight: bold;
color: #ffffff;
}
.indexContent .inviteBox .intieText.data-v-1cf27b2a {
width: 56rpx;
height: 69rpx;
}