southnote-sdk 1.0.13 → 1.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app.js +1 -1
- package/assets/file/badwords-compressed.js +1 -1
- package/assets/file/rules.js +1 -1
- package/assets/images/icons/lv1.png +0 -0
- package/assets/images/icons/lv2.png +0 -0
- package/assets/images/icons/lv3.png +0 -0
- package/assets/images/icons/lv4.png +0 -0
- package/components/bottomSheet/bottomSheet.js +1 -1
- package/components/experience-item/experience-item.js +1 -1
- package/components/experience-item/experience-item.wxss +2 -2
- package/components/grid-item/grid-item.js +1 -1
- package/components/post-item/post-item.js +1 -1
- package/components/post-item/post-item.wxss +2 -2
- package/components/wiki-renderer/wiki-renderer.js +1 -1
- package/components/wiki-tabs/wiki-tabs.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/pages/addGame/addGame.js +1 -1
- package/pages/addSubject/addSubject.js +1 -1
- package/pages/at-select/at-select.js +1 -1
- package/pages/commonLogin/commonLogin.js +1 -1
- package/pages/cooling/cooling.js +1 -1
- package/pages/copyOfficial/copyOfficial.js +1 -1
- package/pages/demo/demo.js +1 -1
- package/pages/game/game.js +1 -1
- package/pages/lottery-winners/lottery-winners.js +1 -1
- package/pages/message/messageCommentsAndAt/messageCommentsAndAt.js +1 -1
- package/pages/message/messageEntire/messageEntire.js +1 -1
- package/pages/message/messageLikeAndCollect/messageLikeAndCollect.js +1 -1
- package/pages/officialWebview/officialWebview.js +1 -1
- package/pages/playerRank/playerRank.js +1 -1
- package/pages/playerRank/playerRank.wxss +276 -276
- package/pages/post/post.js +1 -1
- package/pages/post/post.wxss +2 -2
- package/pages/post-editor/post-editor.js +1 -1
- package/pages/postDialog/postDialog.js +1 -1
- package/pages/postDialog/postDialog.wxss +2 -2
- package/pages/report-category/reporst-category.js +1 -1
- package/pages/report-category/report-category.js +1 -1
- package/pages/report-form/report-form.js +1 -1
- package/pages/search/search.js +1 -1
- package/pages/sevenDaySignDetail/sevenDaySignDetail.js +1 -1
- package/pages/topic/topic.js +1 -1
- package/pages/webview/webview.js +1 -1
- package/pages/wheelActivivty/wheelActivivty.js +1 -1
- package/pages/wiki/wiki.js +1 -1
- package/pages/wiki/wiki.wxss +2 -2
- package/pages/wiki-select/wiki-select.js +1 -1
- package/request/JKRequest.js +1 -1
- package/services/home.js +1 -1
- package/utils/aes.js +1 -1
- package/utils/auth.js +1 -1
- package/utils/base64.js +1 -1
- package/utils/compressImage.js +1 -1
- package/utils/exp.js +1 -1
- package/utils/formatPost.js +1 -1
- package/utils/parseContent.js +1 -1
- package/utils/query-select.js +1 -1
- package/utils/richText.js +1 -1
- package/utils/sensitive.js +1 -1
- package/version.js +1 -1
|
@@ -1,276 +1,276 @@
|
|
|
1
|
-
page {
|
|
2
|
-
background: #fff;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.page {
|
|
6
|
-
background: #fff;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
/* ========== 前三名 ========== */
|
|
10
|
-
.podium {
|
|
11
|
-
display: flex;
|
|
12
|
-
align-items: flex-end;
|
|
13
|
-
padding: 15px 12px 20px;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.podium-col {
|
|
17
|
-
flex: 1;
|
|
18
|
-
display: flex;
|
|
19
|
-
flex-direction: column;
|
|
20
|
-
align-items: center;
|
|
21
|
-
min-width: 0;
|
|
22
|
-
margin: 0 6px;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.avatar-zone {
|
|
26
|
-
position: relative;
|
|
27
|
-
z-index: 2;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.p-avatar {
|
|
31
|
-
border-radius: 50%;
|
|
32
|
-
border: 3px solid #fff;
|
|
33
|
-
display: block;
|
|
34
|
-
box-shadow: 0 2rpx 16rpx rgba(0, 0, 0, 0.1);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.p-avatar.main {
|
|
38
|
-
width: 136rpx;
|
|
39
|
-
height: 136rpx;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.p-avatar.sub {
|
|
43
|
-
width: 112rpx;
|
|
44
|
-
height: 112rpx;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
/* 色块卡片 */
|
|
48
|
-
.card-bg {
|
|
49
|
-
width: 100%;
|
|
50
|
-
display: flex;
|
|
51
|
-
flex-direction: column;
|
|
52
|
-
align-items: center;
|
|
53
|
-
border-radius: 20rpx;
|
|
54
|
-
box-sizing: border-box;
|
|
55
|
-
padding-left: 12rpx;
|
|
56
|
-
padding-right: 12rpx;
|
|
57
|
-
position: relative;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.card-bg.first-bg {
|
|
61
|
-
margin-top: -74rpx;
|
|
62
|
-
padding-top: 124rpx;
|
|
63
|
-
padding-bottom: 100rpx;
|
|
64
|
-
background: linear-gradient(180deg, #fcedb4 0%, rgba(252, 237, 180, 0) 100%);
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.card-bg.second-bg {
|
|
68
|
-
margin-top: -62rpx;
|
|
69
|
-
padding-top: 92rpx;
|
|
70
|
-
padding-bottom: 100rpx;
|
|
71
|
-
background: linear-gradient(180deg, #dfeaf9 0%, rgba(223, 234, 249, 0) 100%);
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.card-bg.third-bg {
|
|
75
|
-
margin-top: -62rpx;
|
|
76
|
-
padding-top: 72rpx;
|
|
77
|
-
padding-bottom: 100rpx;
|
|
78
|
-
background: linear-gradient(180deg, #efe0d1 0%, rgba(239, 224, 209, 0) 100%);
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.card-bottom {
|
|
82
|
-
position: absolute;
|
|
83
|
-
bottom: 20rpx;
|
|
84
|
-
left: 12rpx;
|
|
85
|
-
right: 12rpx;
|
|
86
|
-
display: flex;
|
|
87
|
-
flex-direction: column;
|
|
88
|
-
align-items: center;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
/* 奖章 */
|
|
92
|
-
.medal-wrap {
|
|
93
|
-
position: relative;
|
|
94
|
-
display: flex;
|
|
95
|
-
align-items: center;
|
|
96
|
-
justify-content: center;
|
|
97
|
-
margin-bottom: 12rpx;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.medal-img {
|
|
101
|
-
width: 100%;
|
|
102
|
-
height: 100%;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.medal-num {
|
|
106
|
-
position: absolute;
|
|
107
|
-
left: 53%;
|
|
108
|
-
transform: translateX(-50%);
|
|
109
|
-
color: #fff;
|
|
110
|
-
font-weight: bold;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.main-medal {
|
|
114
|
-
width: 96rpx;
|
|
115
|
-
height: 96rpx;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.main-medal .medal-num {
|
|
119
|
-
font-size: 32rpx;
|
|
120
|
-
bottom: 10rpx;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.sub-medal {
|
|
124
|
-
width: 84rpx;
|
|
125
|
-
height: 84rpx;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
.sub-medal .medal-num {
|
|
129
|
-
font-size: 28rpx;
|
|
130
|
-
bottom: 10rpx;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
/* 名字 */
|
|
134
|
-
.p-name {
|
|
135
|
-
font-size: 26rpx;
|
|
136
|
-
font-weight: 600;
|
|
137
|
-
max-width: 95%;
|
|
138
|
-
text-align: center;
|
|
139
|
-
white-space: nowrap;
|
|
140
|
-
overflow: hidden;
|
|
141
|
-
text-overflow: ellipsis;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.first-name {
|
|
145
|
-
color: #bb660c;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.second-name {
|
|
149
|
-
color: #6482a5;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
.third-name {
|
|
153
|
-
color: #796a57;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
.p-level {
|
|
157
|
-
font-size: 22rpx;
|
|
158
|
-
color: #646464;
|
|
159
|
-
margin-top: 6rpx;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
/* 皇冠icon */
|
|
163
|
-
.hg-icon {
|
|
164
|
-
position: absolute;
|
|
165
|
-
top: -20rpx;
|
|
166
|
-
right: -20rpx;
|
|
167
|
-
border-radius: 50%;
|
|
168
|
-
z-index: 3;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.hg-icon.main-hg {
|
|
172
|
-
width: 56rpx;
|
|
173
|
-
height: 56rpx;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
.hg-icon.sub-hg {
|
|
177
|
-
width: 48rpx;
|
|
178
|
-
height: 48rpx;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
/* ========== 列表(第4名起) ========== */
|
|
182
|
-
.rank-cell {
|
|
183
|
-
display: flex;
|
|
184
|
-
align-items: center;
|
|
185
|
-
padding: 28rpx 30rpx;
|
|
186
|
-
border-bottom: 1px solid #f5f5f5;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
.rank-num {
|
|
190
|
-
width: 60rpx;
|
|
191
|
-
font-size: 32rpx;
|
|
192
|
-
font-weight: bold;
|
|
193
|
-
color: #999;
|
|
194
|
-
text-align: center;
|
|
195
|
-
flex-shrink: 0;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
.cell-avatar {
|
|
199
|
-
width: 88rpx;
|
|
200
|
-
height: 88rpx;
|
|
201
|
-
border-radius: 50%;
|
|
202
|
-
margin-left: 12rpx;
|
|
203
|
-
flex-shrink: 0;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
.cell-info {
|
|
207
|
-
flex: 1;
|
|
208
|
-
margin-left: 20rpx;
|
|
209
|
-
min-width: 0;
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
.cell-name-row {
|
|
213
|
-
display: flex;
|
|
214
|
-
align-items: center;
|
|
215
|
-
gap: 8rpx;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.cell-name {
|
|
219
|
-
font-size: 30rpx;
|
|
220
|
-
font-weight: 600;
|
|
221
|
-
color: #333;
|
|
222
|
-
white-space: nowrap;
|
|
223
|
-
overflow: hidden;
|
|
224
|
-
text-overflow: ellipsis;
|
|
225
|
-
max-width: 320rpx;
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
.cell-bio {
|
|
229
|
-
font-size: 24rpx;
|
|
230
|
-
color: #999;
|
|
231
|
-
margin-top: 6rpx;
|
|
232
|
-
white-space: nowrap;
|
|
233
|
-
overflow: hidden;
|
|
234
|
-
text-overflow: ellipsis;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
/* 等级icon */
|
|
238
|
-
.level-icon {
|
|
239
|
-
position: relative;
|
|
240
|
-
width: 32rpx;
|
|
241
|
-
height: 32rpx;
|
|
242
|
-
flex-shrink: 0;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
.level-img {
|
|
246
|
-
width: 100%;
|
|
247
|
-
height: 100%;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
.level-text {
|
|
251
|
-
position: absolute;
|
|
252
|
-
top: 50%;
|
|
253
|
-
left: 50%;
|
|
254
|
-
transform: translate(-50%, -50%);
|
|
255
|
-
font-size: 20rpx;
|
|
256
|
-
color: #
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
/* 粉丝标签 */
|
|
260
|
-
.fan-tag {
|
|
261
|
-
font-size: 20rpx;
|
|
262
|
-
color: #ff9800;
|
|
263
|
-
background: #ffefd7;
|
|
264
|
-
padding: 2rpx 12rpx;
|
|
265
|
-
border-radius: 8rpx;
|
|
266
|
-
flex-shrink: 0;
|
|
267
|
-
margin-left: 4rpx;
|
|
268
|
-
font-weight: bold;
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
.loading-tip {
|
|
272
|
-
text-align: center;
|
|
273
|
-
padding: 30rpx 0;
|
|
274
|
-
font-size: 24rpx;
|
|
275
|
-
color: #999;
|
|
276
|
-
}
|
|
1
|
+
page {
|
|
2
|
+
background: #fff;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.page {
|
|
6
|
+
background: #fff;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
/* ========== 前三名 ========== */
|
|
10
|
+
.podium {
|
|
11
|
+
display: flex;
|
|
12
|
+
align-items: flex-end;
|
|
13
|
+
padding: 15px 12px 20px;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.podium-col {
|
|
17
|
+
flex: 1;
|
|
18
|
+
display: flex;
|
|
19
|
+
flex-direction: column;
|
|
20
|
+
align-items: center;
|
|
21
|
+
min-width: 0;
|
|
22
|
+
margin: 0 6px;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.avatar-zone {
|
|
26
|
+
position: relative;
|
|
27
|
+
z-index: 2;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.p-avatar {
|
|
31
|
+
border-radius: 50%;
|
|
32
|
+
border: 3px solid #fff;
|
|
33
|
+
display: block;
|
|
34
|
+
box-shadow: 0 2rpx 16rpx rgba(0, 0, 0, 0.1);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.p-avatar.main {
|
|
38
|
+
width: 136rpx;
|
|
39
|
+
height: 136rpx;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.p-avatar.sub {
|
|
43
|
+
width: 112rpx;
|
|
44
|
+
height: 112rpx;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
/* 色块卡片 */
|
|
48
|
+
.card-bg {
|
|
49
|
+
width: 100%;
|
|
50
|
+
display: flex;
|
|
51
|
+
flex-direction: column;
|
|
52
|
+
align-items: center;
|
|
53
|
+
border-radius: 20rpx;
|
|
54
|
+
box-sizing: border-box;
|
|
55
|
+
padding-left: 12rpx;
|
|
56
|
+
padding-right: 12rpx;
|
|
57
|
+
position: relative;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.card-bg.first-bg {
|
|
61
|
+
margin-top: -74rpx;
|
|
62
|
+
padding-top: 124rpx;
|
|
63
|
+
padding-bottom: 100rpx;
|
|
64
|
+
background: linear-gradient(180deg, #fcedb4 0%, rgba(252, 237, 180, 0) 100%);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.card-bg.second-bg {
|
|
68
|
+
margin-top: -62rpx;
|
|
69
|
+
padding-top: 92rpx;
|
|
70
|
+
padding-bottom: 100rpx;
|
|
71
|
+
background: linear-gradient(180deg, #dfeaf9 0%, rgba(223, 234, 249, 0) 100%);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.card-bg.third-bg {
|
|
75
|
+
margin-top: -62rpx;
|
|
76
|
+
padding-top: 72rpx;
|
|
77
|
+
padding-bottom: 100rpx;
|
|
78
|
+
background: linear-gradient(180deg, #efe0d1 0%, rgba(239, 224, 209, 0) 100%);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.card-bottom {
|
|
82
|
+
position: absolute;
|
|
83
|
+
bottom: 20rpx;
|
|
84
|
+
left: 12rpx;
|
|
85
|
+
right: 12rpx;
|
|
86
|
+
display: flex;
|
|
87
|
+
flex-direction: column;
|
|
88
|
+
align-items: center;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
/* 奖章 */
|
|
92
|
+
.medal-wrap {
|
|
93
|
+
position: relative;
|
|
94
|
+
display: flex;
|
|
95
|
+
align-items: center;
|
|
96
|
+
justify-content: center;
|
|
97
|
+
margin-bottom: 12rpx;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.medal-img {
|
|
101
|
+
width: 100%;
|
|
102
|
+
height: 100%;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.medal-num {
|
|
106
|
+
position: absolute;
|
|
107
|
+
left: 53%;
|
|
108
|
+
transform: translateX(-50%);
|
|
109
|
+
color: #fff;
|
|
110
|
+
font-weight: bold;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.main-medal {
|
|
114
|
+
width: 96rpx;
|
|
115
|
+
height: 96rpx;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.main-medal .medal-num {
|
|
119
|
+
font-size: 32rpx;
|
|
120
|
+
bottom: 10rpx;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.sub-medal {
|
|
124
|
+
width: 84rpx;
|
|
125
|
+
height: 84rpx;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.sub-medal .medal-num {
|
|
129
|
+
font-size: 28rpx;
|
|
130
|
+
bottom: 10rpx;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
/* 名字 */
|
|
134
|
+
.p-name {
|
|
135
|
+
font-size: 26rpx;
|
|
136
|
+
font-weight: 600;
|
|
137
|
+
max-width: 95%;
|
|
138
|
+
text-align: center;
|
|
139
|
+
white-space: nowrap;
|
|
140
|
+
overflow: hidden;
|
|
141
|
+
text-overflow: ellipsis;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.first-name {
|
|
145
|
+
color: #bb660c;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.second-name {
|
|
149
|
+
color: #6482a5;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.third-name {
|
|
153
|
+
color: #796a57;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.p-level {
|
|
157
|
+
font-size: 22rpx;
|
|
158
|
+
color: #646464;
|
|
159
|
+
margin-top: 6rpx;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
/* 皇冠icon */
|
|
163
|
+
.hg-icon {
|
|
164
|
+
position: absolute;
|
|
165
|
+
top: -20rpx;
|
|
166
|
+
right: -20rpx;
|
|
167
|
+
border-radius: 50%;
|
|
168
|
+
z-index: 3;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.hg-icon.main-hg {
|
|
172
|
+
width: 56rpx;
|
|
173
|
+
height: 56rpx;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.hg-icon.sub-hg {
|
|
177
|
+
width: 48rpx;
|
|
178
|
+
height: 48rpx;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
/* ========== 列表(第4名起) ========== */
|
|
182
|
+
.rank-cell {
|
|
183
|
+
display: flex;
|
|
184
|
+
align-items: center;
|
|
185
|
+
padding: 28rpx 30rpx;
|
|
186
|
+
border-bottom: 1px solid #f5f5f5;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.rank-num {
|
|
190
|
+
width: 60rpx;
|
|
191
|
+
font-size: 32rpx;
|
|
192
|
+
font-weight: bold;
|
|
193
|
+
color: #999;
|
|
194
|
+
text-align: center;
|
|
195
|
+
flex-shrink: 0;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.cell-avatar {
|
|
199
|
+
width: 88rpx;
|
|
200
|
+
height: 88rpx;
|
|
201
|
+
border-radius: 50%;
|
|
202
|
+
margin-left: 12rpx;
|
|
203
|
+
flex-shrink: 0;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
.cell-info {
|
|
207
|
+
flex: 1;
|
|
208
|
+
margin-left: 20rpx;
|
|
209
|
+
min-width: 0;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.cell-name-row {
|
|
213
|
+
display: flex;
|
|
214
|
+
align-items: center;
|
|
215
|
+
gap: 8rpx;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.cell-name {
|
|
219
|
+
font-size: 30rpx;
|
|
220
|
+
font-weight: 600;
|
|
221
|
+
color: #333;
|
|
222
|
+
white-space: nowrap;
|
|
223
|
+
overflow: hidden;
|
|
224
|
+
text-overflow: ellipsis;
|
|
225
|
+
max-width: 320rpx;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.cell-bio {
|
|
229
|
+
font-size: 24rpx;
|
|
230
|
+
color: #999;
|
|
231
|
+
margin-top: 6rpx;
|
|
232
|
+
white-space: nowrap;
|
|
233
|
+
overflow: hidden;
|
|
234
|
+
text-overflow: ellipsis;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
/* 等级icon */
|
|
238
|
+
.level-icon {
|
|
239
|
+
position: relative;
|
|
240
|
+
width: calc(32rpx * 56 / 67);
|
|
241
|
+
height: 32rpx;
|
|
242
|
+
flex-shrink: 0;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.level-img {
|
|
246
|
+
width: 100%;
|
|
247
|
+
height: 100%;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.level-text {
|
|
251
|
+
position: absolute;
|
|
252
|
+
top: 50%;
|
|
253
|
+
left: 50%;
|
|
254
|
+
transform: translate(-50%, -50%);
|
|
255
|
+
font-size: 20rpx;
|
|
256
|
+
color: #fff;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
/* 粉丝标签 */
|
|
260
|
+
.fan-tag {
|
|
261
|
+
font-size: 20rpx;
|
|
262
|
+
color: #ff9800;
|
|
263
|
+
background: #ffefd7;
|
|
264
|
+
padding: 2rpx 12rpx;
|
|
265
|
+
border-radius: 8rpx;
|
|
266
|
+
flex-shrink: 0;
|
|
267
|
+
margin-left: 4rpx;
|
|
268
|
+
font-weight: bold;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.loading-tip {
|
|
272
|
+
text-align: center;
|
|
273
|
+
padding: 30rpx 0;
|
|
274
|
+
font-size: 24rpx;
|
|
275
|
+
color: #999;
|
|
276
|
+
}
|