Blame view

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