Blame view

dist/static/css/pages/workspace/main.wxss 6.73 KB
ce4c83ff   wxy   初始提交
1
2
  @import "/static/css/vendor.wxss";
  
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
3
  .LoadingMask.data-v-5d355032 {
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-5d355032 {
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-5d355032 {
ce4c83ff   wxy   初始提交
27
28
29
30
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
31
32
  .img-box >._img.data-v-5d355032,
  .img-box >._div.data-v-5d355032 {
ce4c83ff   wxy   初始提交
33
34
35
36
37
    height: 160rpx;
    width: 160rpx;
    margin-right: 20rpx;
    margin-bottom: 20rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
38
  .subtitle.data-v-5d355032 {
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-5d355032 {
ce4c83ff   wxy   初始提交
47
48
49
50
    padding-left: 30rpx;
    font: 30rpx/80rpx false;
    background: #fff;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
51
  .para-title.data-v-5d355032 {
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-5d355032 {
ce4c83ff   wxy   初始提交
58
59
60
61
62
    margin-right: 20rpx;
    height: 45rpx;
    width: 10rpx;
    background: #aa001a;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
63
  .commit.data-v-5d355032 {
ce4c83ff   wxy   初始提交
64
65
66
    padding: 30rpx;
    box-sizing: border-box;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
67
68
69
  .commit navigator.data-v-5d355032,
  .commit ._div.data-v-5d355032,
  .commit ._button.data-v-5d355032 {
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-5d355032 {
ce4c83ff   wxy   初始提交
79
80
    justify-content: space-between;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
81
  .list-input.data-v-5d355032 {
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-5d355032 {
ce4c83ff   wxy   初始提交
92
93
94
    margin: 0 30rpx;
    white-space: nowrap;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
95
  .list-input ._input.data-v-5d355032 {
ce4c83ff   wxy   初始提交
96
97
98
99
    flex: 1;
    margin-right: 30rpx;
    text-align: right;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
100
  .list-input .unset.data-v-5d355032 {
ce4c83ff   wxy   初始提交
101
102
    color: #9b9b9b;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
103
  .list-input navigator.data-v-5d355032 {
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-5d355032,
  .list-input picker.data-v-5d355032 {
ce4c83ff   wxy   初始提交
111
112
113
    margin-right: 30rpx;
    color: #757575;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
114
  .fade.data-v-5d355032 {
ce4c83ff   wxy   初始提交
115
116
    opacity: 0.5;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
117
  .hover.data-v-5d355032 {
ce4c83ff   wxy   初始提交
118
119
    background-color: #d5d5d5 !important;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
120
  .hover-shallow.data-v-5d355032 {
ce4c83ff   wxy   初始提交
121
122
    background-color: #ededed !important;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
123
  .hide.data-v-5d355032 {
ce4c83ff   wxy   初始提交
124
125
    display: none !important;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
126
  ._textarea.data-v-5d355032 {
ce4c83ff   wxy   初始提交
127
128
    padding: 10rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
129
  .workplace.data-v-5d355032 {
ce4c83ff   wxy   初始提交
130
131
132
133
134
135
    position: absolute;
    min-height: 100%;
    width: 100%;
    background: #f6f6f6;
    z-index: 1;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
136
  .head.data-v-5d355032 {
ce4c83ff   wxy   初始提交
137
138
139
140
141
    display: flex;
    align-items: center;
    padding: 50rpx;
    position: relative;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
142
  .head .photo.data-v-5d355032 {
ce4c83ff   wxy   初始提交
143
144
145
146
147
148
    height: 120rpx;
    width: 120rpx;
    border-radius: 50%;
    margin-right: 20rpx;
    background-color: rgba(255,255,255,0.25);
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
149
  .head .info.data-v-5d355032 {
ce4c83ff   wxy   初始提交
150
151
152
153
154
155
    display: flex;
    flex-direction: column;
    height: 120rpx;
    box-sizing: border-box;
    color: #fff;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
156
  .head .info .name_vip.data-v-5d355032 {
ce4c83ff   wxy   初始提交
157
158
159
    display: flex;
    align-items: center;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
160
  .head .info .name_vip .name.data-v-5d355032 {
ce4c83ff   wxy   初始提交
161
162
    font: 32rpx/32rpx false;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
163
  .head .info .name_vip .vip.data-v-5d355032 {
ce4c83ff   wxy   初始提交
164
165
166
167
    height: 46rpx;
    width: 140rpx;
    margin-left: 20rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
168
  .head .info .status.data-v-5d355032 {
ce4c83ff   wxy   初始提交
169
170
171
172
173
174
    margin-top: 15rpx;
    display: flex;
    align-items: center;
    height: 27rpx;
    font: 27rpx/27rpx false;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
175
  .head .info .status ._img.data-v-5d355032 {
ce4c83ff   wxy   初始提交
176
177
178
    height: 27rpx;
    width: 27rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
179
  .head .info .status ._img.loading.data-v-5d355032 {
ce4c83ff   wxy   初始提交
180
181
    animation: loading 1s steps(12) infinite;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
182
  .head .info .status ._img.help.data-v-5d355032 {
ce4c83ff   wxy   初始提交
183
184
    margin-left: 10rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
185
  .head .schedule.data-v-5d355032 {
ce4c83ff   wxy   初始提交
186
187
188
189
190
191
192
193
    margin: 0 0 0 auto;
    width: 130rpx;
    border-radius: 50%;
    font: bold 35rpx/130rpx false;
    text-align: center;
    color: #aa001a;
    background: #fff;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
194
  .head ._fade.data-v-5d355032 {
ce4c83ff   wxy   初始提交
195
196
    opacity: 0.5 !important;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
197
  .nav.data-v-5d355032 {
ce4c83ff   wxy   初始提交
198
199
200
201
202
203
204
205
206
207
208
    margin-bottom: 20rpx;
    display: flex;
    justify-content: center;
    position: relative;
    height: 180rpx;
    width: 94%;
    margin-left: 3%;
    border-radius: 20rpx;
    border: 1rpx solid #eee;
    background: #fff;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
209
  .nav .nav-item.data-v-5d355032 {
ce4c83ff   wxy   初始提交
210
211
212
213
214
215
216
217
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    font: 30rpx/50rpx false;
    width: 33%;
    margin: 40rpx 0;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
218
  .nav .nav-item.data-v-5d355032:nth-child(2) {
ce4c83ff   wxy   初始提交
219
220
221
222
    border-right: 1rpx solid #eee;
    border-left: 1rpx solid #eee;
    border-color: #dedede;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
223
  .nav .slide.data-v-5d355032 {
ce4c83ff   wxy   初始提交
224
225
226
227
228
229
230
231
    position: absolute;
    bottom: 0;
    height: 6rpx;
    width: 27%;
    margin-left: 0 auto 0 33.495%;
    transition: transform 0.3s;
    background: #aa001a;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
232
  .nav .moveToOne.data-v-5d355032 {
ce4c83ff   wxy   初始提交
233
234
    transform: translateX(-123.44%);
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
235
  .nav .moveToThree.data-v-5d355032 {
ce4c83ff   wxy   初始提交
236
237
    transform: translateX(123.44%);
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
238
  .border-right.data-v-5d355032 {
ce4c83ff   wxy   初始提交
239
240
    border-right: 1rpx solid #eee;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
241
  .report.data-v-5d355032 {
ce4c83ff   wxy   初始提交
242
243
244
245
246
247
248
249
250
251
252
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    padding: 30rpx 0;
    margin: 20rpx 0;
    background: #fff;
    box-sizing: border-box;
    font: 30rpx/30rpx false;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
253
  .report ._img.data-v-5d355032 {
ce4c83ff   wxy   初始提交
254
255
256
257
    height: 100rpx;
    width: 100rpx;
    margin-bottom: 30rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
258
  .foot-title.data-v-5d355032 {
ce4c83ff   wxy   初始提交
259
260
261
262
263
264
265
    padding-left: 30rpx;
    background: #fff;
    border-top: 1rpx solid #eee;
    border-bottom: 1rpx solid #eee;
    font: 30rpx/80rpx false;
    font-weight: bold;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
266
  .title.data-v-5d355032 {
ce4c83ff   wxy   初始提交
267
268
    font-size: 28rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
269
  .foot.data-v-5d355032 {
ce4c83ff   wxy   初始提交
270
271
272
273
274
275
276
277
278
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 25%;
    padding: 30rpx 0;
    background: #fff;
    font: 27rpx/27rpx false;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
279
  .foot ._img.data-v-5d355032 {
ce4c83ff   wxy   初始提交
280
281
282
283
    height: 88rpx;
    width: 88rpx;
    margin-bottom: 20rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
284
  .red-background.data-v-5d355032 {
ce4c83ff   wxy   初始提交
285
286
287
288
289
290
291
    position: absolute;
    top: 0;
    height: 348rpx;
    width: 100%;
    background: #aa001a;
    z-index: -99;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
292
  .leave.data-v-5d355032 {
ce4c83ff   wxy   初始提交
293
294
295
296
297
298
299
300
301
302
303
    position: absolute;
    bottom: 20rpx;
    left: 185rpx;
    width: 140rpx;
    padding: 10rpx 0;
    background-color: rgba(255,255,255,0.25);
    border-radius: 6rpx;
    color: #fff;
    font-size: 26rpx;
    text-align: center;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
304
  .notice.data-v-5d355032 {
ce4c83ff   wxy   初始提交
305
306
307
308
309
310
311
312
313
    width: 100%;
    height: 90rpx;
    padding: 20rpx;
    border-top: 1rpx solid #eee;
    border-bottom: 1rpx solid #eee;
    box-sizing: border-box;
    background-color: #fff;
    display: inline-flex;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
314
  .titicon.data-v-5d355032 {
ce4c83ff   wxy   初始提交
315
316
    width: 25%;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
317
  .titicon ._img.data-v-5d355032 {
ce4c83ff   wxy   初始提交
318
319
320
    width: 160rpx;
    height: 50rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
321
  .list.data-v-5d355032 {
ce4c83ff   wxy   初始提交
322
323
    width: 75%;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
324
  .list ._p.data-v-5d355032 {
ce4c83ff   wxy   初始提交
325
326
327
328
329
    line-height: 50rpx;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
330
  .reddot.data-v-5d355032 {
ce4c83ff   wxy   初始提交
331
332
333
334
335
336
337
338
339
    display: inline-block;
    width: 16rpx;
    height: 16rpx;
    border-radius: 50%;
    background-color: #f00;
    position: absolute;
    right: -4rpx;
    top: -4rpx;
  }