Blame view

dist/static/css/pages/affairs/main.wxss 6.31 KB
ce4c83ff   wxy   初始提交
1
2
  @import "/static/css/vendor.wxss";
  
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
3
  .LoadingMask.data-v-38696f9c {
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-38696f9c {
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-38696f9c {
ce4c83ff   wxy   初始提交
27
28
29
30
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
31
32
  .img-box >._img.data-v-38696f9c,
  .img-box >._div.data-v-38696f9c {
ce4c83ff   wxy   初始提交
33
34
35
36
37
    height: 160rpx;
    width: 160rpx;
    margin-right: 20rpx;
    margin-bottom: 20rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
38
  .subtitle.data-v-38696f9c {
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-38696f9c {
ce4c83ff   wxy   初始提交
47
48
49
50
    padding-left: 30rpx;
    font: 30rpx/80rpx false;
    background: #fff;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
51
  .para-title.data-v-38696f9c {
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-38696f9c {
ce4c83ff   wxy   初始提交
58
59
60
61
62
    margin-right: 20rpx;
    height: 45rpx;
    width: 10rpx;
    background: #aa001a;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
63
  .commit.data-v-38696f9c {
ce4c83ff   wxy   初始提交
64
65
66
    padding: 30rpx;
    box-sizing: border-box;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
67
68
69
  .commit navigator.data-v-38696f9c,
  .commit ._div.data-v-38696f9c,
  .commit ._button.data-v-38696f9c {
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-38696f9c {
ce4c83ff   wxy   初始提交
79
80
    justify-content: space-between;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
81
  .list-input.data-v-38696f9c {
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-38696f9c {
ce4c83ff   wxy   初始提交
92
93
94
    margin: 0 30rpx;
    white-space: nowrap;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
95
  .list-input ._input.data-v-38696f9c {
ce4c83ff   wxy   初始提交
96
97
98
99
    flex: 1;
    margin-right: 30rpx;
    text-align: right;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
100
  .list-input .unset.data-v-38696f9c {
ce4c83ff   wxy   初始提交
101
102
    color: #9b9b9b;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
103
  .list-input navigator.data-v-38696f9c {
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-38696f9c,
  .list-input picker.data-v-38696f9c {
ce4c83ff   wxy   初始提交
111
112
113
    margin-right: 30rpx;
    color: #757575;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
114
  .fade.data-v-38696f9c {
ce4c83ff   wxy   初始提交
115
116
    opacity: 0.5;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
117
  .hover.data-v-38696f9c {
ce4c83ff   wxy   初始提交
118
119
    background-color: #d5d5d5 !important;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
120
  .hover-shallow.data-v-38696f9c {
ce4c83ff   wxy   初始提交
121
122
    background-color: #ededed !important;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
123
  .hide.data-v-38696f9c {
ce4c83ff   wxy   初始提交
124
125
    display: none !important;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
126
  ._textarea.data-v-38696f9c {
ce4c83ff   wxy   初始提交
127
128
    padding: 10rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
129
  .affairs.data-v-38696f9c {
ce4c83ff   wxy   初始提交
130
131
    background: #f6f6f6;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
132
  .loadbg.data-v-38696f9c {
ce4c83ff   wxy   初始提交
133
134
135
136
137
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
138
  .navbar.data-v-38696f9c {
ce4c83ff   wxy   初始提交
139
140
141
142
143
144
145
146
    position: fixed;
    display: flex;
    top: 0;
    height: 88rpx;
    width: 100%;
    background: #fff;
    z-index: 9;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
147
  .navbar .nav-item.data-v-38696f9c {
ce4c83ff   wxy   初始提交
148
149
150
151
152
153
    display: flex;
    justify-content: center;
    font: 32rpx/88rpx false;
    width: 50%;
    text-align: center;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
154
  .navbar .slide.data-v-38696f9c {
ce4c83ff   wxy   初始提交
155
156
157
158
159
160
161
162
    position: absolute;
    bottom: 0;
    height: 8rpx;
    width: 40%;
    background: #aa001a;
    margin-left: 5%;
    transition: transform 0.2s;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
163
  .navbar .color.data-v-38696f9c {
ce4c83ff   wxy   初始提交
164
165
    color: #aa001a;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
166
  .navbar .move.data-v-38696f9c {
ce4c83ff   wxy   初始提交
167
168
    transform: translateX(125%);
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
169
  .cover-view-blank.data-v-38696f9c {
ce4c83ff   wxy   初始提交
170
171
172
173
174
175
176
177
    height: 90rpx;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #ccc;
    z-index: 8;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
178
  .img-box.data-v-38696f9c {
ce4c83ff   wxy   初始提交
179
180
    padding: 0 30rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
181
  .img-box .image.data-v-38696f9c {
ce4c83ff   wxy   初始提交
182
183
    position: relative;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
184
  .img-box .image > ._img.data-v-38696f9c {
ce4c83ff   wxy   初始提交
185
186
187
    height: 100%;
    width: 100%;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
188
  .img-box .image ._div.data-v-38696f9c {
ce4c83ff   wxy   初始提交
189
190
191
192
193
194
195
196
197
198
199
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    height: 20%;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 0 10rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
200
  .img-box .image ._div ._img.data-v-38696f9c {
ce4c83ff   wxy   初始提交
201
202
203
    height: 60%;
    width: 60%;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
204
  .img-box .upload.data-v-38696f9c {
ce4c83ff   wxy   初始提交
205
206
207
208
209
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
210
  .img-box .upload ._img.data-v-38696f9c {
ce4c83ff   wxy   初始提交
211
212
213
    height: 40%;
    width: 40%;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
214
  .img-box .video.data-v-38696f9c {
ce4c83ff   wxy   初始提交
215
216
217
218
    height: 450rpx;
    width: 100%;
    margin-right: 0 !important;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
219
  .img-box .video ._video.data-v-38696f9c {
ce4c83ff   wxy   初始提交
220
221
222
    height: 450rpx;
    width: 100%;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
223
  .img-box .video ._div.data-v-38696f9c {
ce4c83ff   wxy   初始提交
224
225
226
227
    height: 60rpx;
    width: 60rpx;
    background: #f00;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
228
229
  ._list.data-v-38696f9c,
  ._report.data-v-38696f9c {
ce4c83ff   wxy   初始提交
230
231
232
233
234
235
236
237
    position: absolute;
    min-height: 100%;
    width: 100%;
    padding-top: 88rpx;
    box-sizing: border-box;
    background: #f6f6f6;
    z-index: 0;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
238
  .textarea.data-v-38696f9c {
ce4c83ff   wxy   初始提交
239
240
241
242
243
    padding: 0 30rpx 30rpx 30rpx;
    font: 30rpx/40rpx false;
    background-color: #fff;
    border-bottom: 1rpx solid #dedede;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
244
  .textarea ._textarea.data-v-38696f9c {
ce4c83ff   wxy   初始提交
245
246
247
248
249
250
251
    height: 200rpx;
    width: 100%;
    padding: 10rpx;
    box-sizing: border-box;
    border-radius: 10rpx;
    background: #eee;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
252
  .textarea ._div.data-v-38696f9c {
ce4c83ff   wxy   初始提交
253
254
255
256
257
    margin-top: 15rpx;
    text-align: right;
    color: #888;
    font-size: 28rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
258
  ._list > .title.data-v-38696f9c {
ce4c83ff   wxy   初始提交
259
260
261
262
263
264
265
    display: flex;
    justify-content: space-between;
    align-items: center;
    font: 32rpx/80rpx false;
    color: #333;
    background: #eee;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
266
  ._list > .title >._div.data-v-38696f9c {
ce4c83ff   wxy   初始提交
267
268
    padding: 0 20rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
269
  ._list > .title picker.data-v-38696f9c {
ce4c83ff   wxy   初始提交
270
271
272
    text-align: center;
    font: bold 32rpx/80rpx false;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
273
  ._list > .title picker .picker-box.data-v-38696f9c {
ce4c83ff   wxy   初始提交
274
275
276
277
    height: 80rpx;
    display: flex;
    align-items: center;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
278
  ._list > .title picker .triangle.data-v-38696f9c {
ce4c83ff   wxy   初始提交
279
280
281
282
283
284
    height: 0;
    width: 0;
    border-top: 14rpx solid #666;
    border-left: 12rpx solid transparent;
    border-right: 12rpx solid transparent;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
285
  ._list > .title picker .triangle-color.data-v-38696f9c {
ce4c83ff   wxy   初始提交
286
287
288
289
290
291
    height: 0;
    width: 0;
    border-bottom: 14rpx solid #666;
    border-left: 12rpx solid transparent;
    border-right: 12rpx solid transparent;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
292
  ._list > .title .shallow.data-v-38696f9c {
ce4c83ff   wxy   初始提交
293
294
    background: #aaa;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
295
  ._list .list-item.data-v-38696f9c {
ce4c83ff   wxy   初始提交
296
297
298
299
    padding: 30rpx;
    border-bottom: 1rpx solid #dedede;
    background: #fff;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
300
  ._list .list-item .name.data-v-38696f9c {
ce4c83ff   wxy   初始提交
301
302
303
304
    font: 30rpx/40rpx false;
    color: #aa001a;
    margin-bottom: 10rpx;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
305
  ._list .list-item .affair.data-v-38696f9c {
ce4c83ff   wxy   初始提交
306
307
308
309
310
311
312
313
    margin-top: 20rpx;
    font: 28rpx/30rpx false;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
601b4cbe   wxy   修改我的评价iOS手机日期显示问题
314
  ._list .empty.data-v-38696f9c {
ce4c83ff   wxy   初始提交
315
316
317
    font: 32rpx/500rpx false;
    text-align: center;
  }