mine.wxss
7.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
page {
background: #fcfbfc;
}
.content {
padding: 0 32rpx;
box-sizing: border-box;
}
.content .myrecord {
margin-top: 46rpx;
padding-bottom: 26rpx;
box-sizing: border-box;
border-bottom: 1rpx solid #f5f5f5;
}
.content .recordleft {
width: 28rpx;
height: 30rpx;
font-size: 0;
}
.content .recordright {
color: #595959;
font-size: 36rpx;
font-weight: bold;
margin-left: 20rpx;
}
.content .quxian {
width: 265rpx;
color: #ee8b27;
font-size: 24rpx;
border-bottom: 1rpx solid #ee8b27;
margin-top: 10rpx;
margin-left: 50rpx;
}
.content .deleteimg {
width: 32rpx;
height: 32rpx;
font-size: 0;
margin-right: 4rpx;
}
.content .deletename {
color: #8c9198;
font-size: 24rpx;
margin-left: 6rpx;
}
.content .yisi {
color: #ee8b27;
}
.content .deleteset {
margin-right: 38rpx;
}
.content .clockyin {
margin-right: 5rpx;
}
.topbox .boxbottomleft {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.topbox .rankname {
color: #fff;
font-size: 32rpx;
width: 128rpx;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.topbox .rankkname {
color: #ffcc98;
font-size: 22rpx;
margin-top: 4rpx;
}
.topbox .boxbottom {
width: 100%;
padding: 16rpx 136rpx;
box-sizing: border-box;
position: absolute;
bottom: 0;
left: 0;
}
.topbox .editimg {
width: 36rpx;
height: 36rpx;
font-size: 0;
}
.topbox .top_right {
margin-left: 46rpx;
color: #fff;
}
.topbox .username {
font-size: 32rpx;
text-decoration: underline;
margin-bottom: 8rpx;
}
.topbox .bing_phone {
font-size: 24rpx;
}
.topbox .bing_phone image {
width: 24rpx;
}
.topbox .bing_phone .bind_content {
position: relative;
}
.topbox .bing_phone .bind_btn {
width: 100%;
height: 34rpx;
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
.topbox .top {
width: 686rpx;
height: 322rpx;
margin: 32rpx auto 0;
position: relative;
}
.topbox .topboxitem {
width: 100%;
position: absolute;
top: 0;
left: 0;
}
.topbox .topboxitemtop {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
padding: 26rpx 36rpx 44rpx 50rpx;
box-sizing: border-box;
}
.topbox .touimg {
width: 120rpx;
height: 120rpx;
font-size: 0;
border-radius: 50%;
}
.topbox .touimg image {
width: 120rpx;
border-radius: 50%;
}
.nocomment {
height: 682rpx;
}
.theme_comment {
padding: 32rpx;
box-sizing: border-box;
width: 686rpx;
margin: 0rpx auto 26rpx;
background: white;
box-shadow: 0rpx 0rpx 6rpx rgba(0, 0, 0, 0.04);
opacity: 1;
border-radius: 8rpx;
}
.theme_comment .norecordimg {
width: 225rpx;
height: 213rpx;
font-size: 0;
margin: 194rpx auto 0;
}
.theme_comment .notexttop {
color: #8c9198;
font-size: 28rpx;
text-align: center;
}
.theme_comment .comment_single {
background: white;
}
.theme_comment .comment_single .single_people {
border-bottom: 1px solid #707070;
padding-bottom: 42rpx;
}
.theme_comment .comment_single .single_people .people_l image {
width: 92rpx;
height: 92rpx;
margin-right: 32rpx;
}
.theme_comment .comment_single .single_people .people_l .people_name {
color: #06121e;
font-size: 32rpx;
margin-bottom: 12rpx;
}
.theme_comment .comment_single .single_people .people_l .people_progress {
color: #8c9198;
font-size: 24rpx;
}
.theme_comment .comment_single .single_people .people_r {
width: 112rpx;
height: 56rpx;
border: 1px solid #ee8b27;
border-radius: 8rpx;
color: #ee8b27;
font-size: 24rpx;
text-align: center;
line-height: 56rpx;
}
.theme_comment .comment_single .single_course {
padding: 42rpx 0;
font-size: 28rpx;
color: #06121e;
}
.theme_comment .comment_single .single_course .course_icon {
width: 32rpx;
height: 32rpx;
}
.theme_comment .comment_single .single_course .course_name {
color: #ee8b27;
}
.theme_comment .comment_single .single_course .course_single {
margin-bottom: 14rpx;
}
.theme_comment .comment_single .single_course .course_single image {
margin-right: 20rpx;
}
.theme_comment .comment_single .single_course .course_single view {
width: 432rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.theme_comment .comment_single .single_course .no_icon_single {
padding-left: 52rpx;
font-size: 28rpx;
color: #06121e;
margin-bottom: 14rpx;
}
.theme_comment .comment_single .single_course .no_icon_single .score_picker {
width: 156rpx;
height: 46rpx;
background: #f9f9f9;
border-radius: 8rpx;
padding: 0 12rpx 0 46rpx;
color: #bdc4ce;
font-size: 24rpx;
}
.theme_comment .comment_single .single_course .no_icon_single .score_picker image {
width: 20rpx;
}
.theme_comment .comment_single .single_course .course_btn {
padding: 12rpx 22rpx;
border: 2rpx solid #8c9198;
border-radius: 8rpx;
margin-left: 24rpx;
margin-top: 34rpx;
}
.theme_comment .comment_single .single_course .course_btn image {
width: 32rpx;
margin-right: 14rpx;
}
.theme_comment .comment_single .single_course .active {
border-color: #ff7441;
color: #ff7441;
}
.theme_comment .comment_single .comment_msg {
border-top: 1px solid #eee;
padding-top: 30rpx;
}
.theme_comment .comment_single .comment_msg .point_people {
margin-bottom: 28rpx;
}
.theme_comment .comment_single .comment_msg .point_people image {
width: 32rpx;
margin-right: 22rpx;
}
.theme_comment .comment_single .comment_msg .point_people .point_detail {
color: #bdc4ce;
font-size: 28rpx;
width: 556rpx;
}
.theme_comment .comment_single .comment_msg .msg_detail {
color: #5b5e63;
font-size: 28rpx;
}
.theme_comment .comment_single .comment_msg .msg_detail .detail_single {
margin-bottom: 16rpx;
}
.theme_comment .comment_single .comment_msg .msg_detail .detail_single text {
color: #ee8b27;
font-weight: 600;
margin-right: 10rpx;
}