Blame view

dist/static/css/pages/me/main.wxss 7.69 KB
ce4c83ff   wxy   初始提交
1
2
  @import "/static/css/vendor.wxss";
  
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
3
  .LoadingMask.data-v-56c2241c {
ce4c83ff   wxy   初始提交
4
5
6
7
8
9
10
11
12
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 100%;
    width: 100%;
    z-index: 99999;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
13
  .LoadingMask ._img.data-v-56c2241c {
ce4c83ff   wxy   初始提交
14
15
16
17
18
19
20
21
22
23
24
25
    height: 40rpx;
    width: 40rpx;
    animation: loading 1s steps(12) infinite;
  }
  @-webkit-keyframes loading {
  0% {
      transform: rotate(0);
  }
  to {
      transform: rotate(1turn);
  }
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
26
  .img-box.data-v-56c2241c {
ce4c83ff   wxy   初始提交
27
28
29
30
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
31
32
  .img-box >._img.data-v-56c2241c,
  .img-box >._div.data-v-56c2241c {
ce4c83ff   wxy   初始提交
33
34
35
36
37
    height: 160rpx;
    width: 160rpx;
    margin-right: 20rpx;
    margin-bottom: 20rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
38
  .subtitle.data-v-56c2241c {
ce4c83ff   wxy   初始提交
39
40
41
42
43
44
45
    display: flex;
    padding: 27rpx 40rpx;
    font: 27rpx/36rpx false;
    word-wrap: break-word;
    border-top: 1rpx solid #eee;
    border-bottom: 1rpx solid #eee;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
46
  .greytitle.data-v-56c2241c {
ce4c83ff   wxy   初始提交
47
48
49
50
    padding-left: 30rpx;
    font: 30rpx/80rpx false;
    background: #fff;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
51
  .para-title.data-v-56c2241c {
ce4c83ff   wxy   初始提交
52
53
54
55
56
    display: flex;
    align-items: center;
    font: bold 32rpx/100rpx false;
    color: #424242;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
57
  .para-title ._div.data-v-56c2241c {
ce4c83ff   wxy   初始提交
58
59
60
61
62
    margin-right: 20rpx;
    height: 45rpx;
    width: 10rpx;
    background: #aa001a;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
63
  .commit.data-v-56c2241c {
ce4c83ff   wxy   初始提交
64
65
66
    padding: 30rpx;
    box-sizing: border-box;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
67
68
69
  .commit navigator.data-v-56c2241c,
  .commit ._div.data-v-56c2241c,
  .commit ._button.data-v-56c2241c {
ce4c83ff   wxy   初始提交
70
71
72
73
74
75
76
77
    height: 100%;
    width: 100%;
    background: #aa001a;
    color: #fff;
    text-align: center;
    font: 32rpx/80rpx false;
    border-radius: 10rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
78
  .between.data-v-56c2241c {
ce4c83ff   wxy   初始提交
79
80
    justify-content: space-between;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
81
  .list-input.data-v-56c2241c {
ce4c83ff   wxy   初始提交
82
83
84
85
86
87
88
89
90
    display: flex;
    align-items: center;
    height: 90rpx;
    width: 100%;
    font: 30rpx/35rpx false;
    background-color: #fff;
    border-bottom: 1rpx solid #dedede;
    box-sizing: border-box;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
91
  .list-input ._span.data-v-56c2241c {
ce4c83ff   wxy   初始提交
92
93
94
    margin: 0 30rpx;
    white-space: nowrap;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
95
  .list-input ._input.data-v-56c2241c {
ce4c83ff   wxy   初始提交
96
97
98
99
    flex: 1;
    margin-right: 30rpx;
    text-align: right;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
100
  .list-input .unset.data-v-56c2241c {
ce4c83ff   wxy   初始提交
101
102
    color: #9b9b9b;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
103
  .list-input navigator.data-v-56c2241c {
ce4c83ff   wxy   初始提交
104
105
106
107
108
    overflow: hidden;
    white-space: nowrap;
    margin-right: 30rpx;
    color: #757575;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
109
110
  .list-input >._div.data-v-56c2241c,
  .list-input picker.data-v-56c2241c {
ce4c83ff   wxy   初始提交
111
112
113
    margin-right: 30rpx;
    color: #757575;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
114
  .fade.data-v-56c2241c {
ce4c83ff   wxy   初始提交
115
116
    opacity: 0.5;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
117
  .hover.data-v-56c2241c {
ce4c83ff   wxy   初始提交
118
119
    background-color: #d5d5d5 !important;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
120
  .hover-shallow.data-v-56c2241c {
ce4c83ff   wxy   初始提交
121
122
    background-color: #ededed !important;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
123
  .hide.data-v-56c2241c {
ce4c83ff   wxy   初始提交
124
125
    display: none !important;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
126
  ._textarea.data-v-56c2241c {
ce4c83ff   wxy   初始提交
127
128
    padding: 10rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
129
  .me.data-v-56c2241c {
ce4c83ff   wxy   初始提交
130
131
132
133
134
    width: 100%;
    min-height: 100%;
    background: #f6f6f6;
    position: absolute;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
135
  .head.data-v-56c2241c {
ce4c83ff   wxy   初始提交
136
137
138
139
140
141
142
143
144
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 400rpx;
    width: 100%;
    background: #aa001a;
    color: #fff;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
145
  .head .img.data-v-56c2241c {
ce4c83ff   wxy   初始提交
146
147
148
149
150
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
151
  .head .img .photo.data-v-56c2241c {
ce4c83ff   wxy   初始提交
152
153
154
155
156
    height: 155rpx;
    width: 155rpx;
    border-radius: 50%;
    border: 5rpx solid rgba(255,255,255,0.8);
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
157
  .head .img .vip.data-v-56c2241c {
ce4c83ff   wxy   初始提交
158
159
160
161
162
163
    position: absolute;
    top: 120rpx;
    left: 110rpx;
    height: 50rpx;
    width: 50rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
164
  .head .name.data-v-56c2241c {
ce4c83ff   wxy   初始提交
165
166
    font: 38rpx/80rpx false;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
167
  .head .info.data-v-56c2241c {
ce4c83ff   wxy   初始提交
168
169
    font: 26rpx/40rpx false;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
170
  .nav-item.data-v-56c2241c {
ce4c83ff   wxy   初始提交
171
172
173
174
175
176
177
178
    padding: 0 25rpx;
    font: 30rpx/88rpx false;
    display: flex;
    align-items: center;
    background: #fff;
    border-bottom: 1rpx solid #dedede;
    position: relative;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
179
  .nav-item.data-v-56c2241c:nth-child(5) {
ce4c83ff   wxy   初始提交
180
181
182
    margin-top: 20rpx;
    border-top: 1rpx solid #dedede;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
183
  .nav-item.data-v-56c2241c:nth-child(8) {
ce4c83ff   wxy   初始提交
184
185
186
    margin-top: 20rpx;
    border-top: 1rpx solid #dedede;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
187
  .nav-item ._img.data-v-56c2241c {
ce4c83ff   wxy   初始提交
188
189
190
191
    height: 38rpx;
    width: 38rpx;
    margin-right: 25rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
192
  .nav-item ._img.attence.data-v-56c2241c {
ce4c83ff   wxy   初始提交
193
194
195
    width: 40rpx;
    margin-right: 23rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
196
  .nav-item ._img.schedule.data-v-56c2241c {
ce4c83ff   wxy   初始提交
197
198
199
    width: 36rpx;
    margin-right: 27rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
200
  .nav-item .arrow.data-v-56c2241c {
ce4c83ff   wxy   初始提交
201
202
203
204
205
206
207
    height: 15rpx;
    width: 15rpx;
    border-bottom: 4rpx solid #bbb;
    border-left: 4rpx solid #bbb;
    transform: rotate(-135deg);
    margin: 0 0 0 auto;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
208
  .verify.data-v-56c2241c {
ce4c83ff   wxy   初始提交
209
210
211
212
213
214
    margin: 30rpx 0;
    height: 80rpx;
    width: 100%;
    padding: 0 calc(((100% - 320rpx) / 2));
    box-sizing: border-box;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
215
216
  .verify navigator.data-v-56c2241c,
  .verify ._div.data-v-56c2241c {
ce4c83ff   wxy   初始提交
217
218
219
220
221
222
223
    height: 100%;
    width: 100%;
    background: #aa001a;
    color: #fff;
    text-align: center;
    font: 36rpx/80rpx false;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
224
  .reset ._div.data-v-56c2241c {
ce4c83ff   wxy   初始提交
225
226
227
228
    border: 1rpx solid #dfdee3;
    color: #808080;
    background: #fff;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
229
  .tips.data-v-56c2241c {
ce4c83ff   wxy   初始提交
230
231
232
233
234
235
236
237
238
239
240
241
    display: inline-block;
    padding: 0 14rpx;
    background-color: #f2063d;
    color: #fff;
    font-size: 24rpx;
    line-height: 40rpx;
    border-radius: 20rpx;
    position: absolute;
    right: 55rpx;
    top: 24rpx;
    text-align: center;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
242
  .LoadingMask.data-v-1257c5e6 {
ce4c83ff   wxy   初始提交
243
244
245
246
247
248
249
250
251
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 100%;
    width: 100%;
    z-index: 99999;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
252
  .LoadingMask ._img.data-v-1257c5e6 {
ce4c83ff   wxy   初始提交
253
254
255
256
257
258
259
260
261
262
263
264
    height: 40rpx;
    width: 40rpx;
    animation: loading 1s steps(12) infinite;
  }
  @-webkit-keyframes loading {
  0% {
      transform: rotate(0);
  }
  to {
      transform: rotate(1turn);
  }
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
265
  .img-box.data-v-1257c5e6 {
ce4c83ff   wxy   初始提交
266
267
268
269
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
270
271
  .img-box >._img.data-v-1257c5e6,
  .img-box >._div.data-v-1257c5e6 {
ce4c83ff   wxy   初始提交
272
273
274
275
276
    height: 160rpx;
    width: 160rpx;
    margin-right: 20rpx;
    margin-bottom: 20rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
277
  .subtitle.data-v-1257c5e6 {
ce4c83ff   wxy   初始提交
278
279
280
281
282
283
284
    display: flex;
    padding: 27rpx 40rpx;
    font: 27rpx/36rpx false;
    word-wrap: break-word;
    border-top: 1rpx solid #eee;
    border-bottom: 1rpx solid #eee;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
285
  .greytitle.data-v-1257c5e6 {
ce4c83ff   wxy   初始提交
286
287
288
289
    padding-left: 30rpx;
    font: 30rpx/80rpx false;
    background: #fff;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
290
  .para-title.data-v-1257c5e6 {
ce4c83ff   wxy   初始提交
291
292
293
294
295
    display: flex;
    align-items: center;
    font: bold 32rpx/100rpx false;
    color: #424242;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
296
  .para-title ._div.data-v-1257c5e6 {
ce4c83ff   wxy   初始提交
297
298
299
300
301
    margin-right: 20rpx;
    height: 45rpx;
    width: 10rpx;
    background: #aa001a;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
302
  .commit.data-v-1257c5e6 {
ce4c83ff   wxy   初始提交
303
304
305
    padding: 30rpx;
    box-sizing: border-box;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
306
307
308
  .commit navigator.data-v-1257c5e6,
  .commit ._div.data-v-1257c5e6,
  .commit ._button.data-v-1257c5e6 {
ce4c83ff   wxy   初始提交
309
310
311
312
313
314
315
316
    height: 100%;
    width: 100%;
    background: #aa001a;
    color: #fff;
    text-align: center;
    font: 32rpx/80rpx false;
    border-radius: 10rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
317
  .between.data-v-1257c5e6 {
ce4c83ff   wxy   初始提交
318
319
    justify-content: space-between;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
320
  .list-input.data-v-1257c5e6 {
ce4c83ff   wxy   初始提交
321
322
323
324
325
326
327
328
329
    display: flex;
    align-items: center;
    height: 90rpx;
    width: 100%;
    font: 30rpx/35rpx false;
    background-color: #fff;
    border-bottom: 1rpx solid #dedede;
    box-sizing: border-box;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
330
  .list-input ._span.data-v-1257c5e6 {
ce4c83ff   wxy   初始提交
331
332
333
    margin: 0 30rpx;
    white-space: nowrap;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
334
  .list-input ._input.data-v-1257c5e6 {
ce4c83ff   wxy   初始提交
335
336
337
338
    flex: 1;
    margin-right: 30rpx;
    text-align: right;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
339
  .list-input .unset.data-v-1257c5e6 {
ce4c83ff   wxy   初始提交
340
341
    color: #9b9b9b;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
342
  .list-input navigator.data-v-1257c5e6 {
ce4c83ff   wxy   初始提交
343
344
345
346
347
    overflow: hidden;
    white-space: nowrap;
    margin-right: 30rpx;
    color: #757575;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
348
349
  .list-input >._div.data-v-1257c5e6,
  .list-input picker.data-v-1257c5e6 {
ce4c83ff   wxy   初始提交
350
351
352
    margin-right: 30rpx;
    color: #757575;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
353
  .fade.data-v-1257c5e6 {
ce4c83ff   wxy   初始提交
354
355
    opacity: 0.5;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
356
  .hover.data-v-1257c5e6 {
ce4c83ff   wxy   初始提交
357
358
    background-color: #d5d5d5 !important;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
359
  .hover-shallow.data-v-1257c5e6 {
ce4c83ff   wxy   初始提交
360
361
    background-color: #ededed !important;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
362
  .hide.data-v-1257c5e6 {
ce4c83ff   wxy   初始提交
363
364
    display: none !important;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
365
  ._textarea.data-v-1257c5e6 {
ce4c83ff   wxy   初始提交
366
367
    padding: 10rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
368
  .container.data-v-1257c5e6 {
ce4c83ff   wxy   初始提交
369
370
371
372
373
374
375
376
377
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 1;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
378
  .cropper-buttons.data-v-1257c5e6 {
ce4c83ff   wxy   初始提交
379
380
381
382
383
384
385
386
387
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: auto;
    width: 100%;
    padding: 0 20rpx;
    box-sizing: border-box;
    z-index: 99999;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
388
  .cropper-buttons ._button.data-v-1257c5e6 {
ce4c83ff   wxy   初始提交
389
390
391
392
    height: 60rpx;
    line-height: 60rpx;
    margin: 0;
  }