Blame view

common/uni.css 25.2 KB
4b045f7c   刘淇   江阴初始化项目
1
2
3
4
5
6
7
8
9
10
11
  @font-face {
  	font-family: uniicons;
  	font-weight: normal;
  	font-style: normal;
  	src: url('~@/static/uni.ttf') format('truetype');
  }
  
  /* #ifdef H5 */
  .fix-left-window {
  	padding-left: var(--window-left);
  }
36884ffd   刘淇   打印
12
  
4b045f7c   刘淇   江阴初始化项目
13
14
15
  .pc-hide {
  	display: none !important;
  }
36884ffd   刘淇   打印
16
  
4b045f7c   刘淇   江阴初始化项目
17
18
19
20
21
22
23
24
  /* #endif */
  
  /*通用 */
  
  /* view{
  	font-size:28rpx;
  	line-height:1.8;
  } */
36884ffd   刘淇   打印
25
26
  progress,
  checkbox-group {
4b045f7c   刘淇   江阴初始化项目
27
28
  	width: 100%;
  }
36884ffd   刘淇   打印
29
  
4b045f7c   刘淇   江阴初始化项目
30
31
32
  form {
  	width: 100%;
  }
e3eb21f6   刘淇   发放券
33
34
35
  .uni-con-width{
  	width: 100%;
  }
36884ffd   刘淇   打印
36
  
4b045f7c   刘淇   江阴初始化项目
37
38
39
40
  .uni-flex {
  	display: flex;
  	flex-direction: row;
  }
36884ffd   刘淇   打印
41
  
4b045f7c   刘淇   江阴初始化项目
42
43
44
  .uni-flex-item {
  	flex: 1;
  }
36884ffd   刘淇   打印
45
  
4b045f7c   刘淇   江阴初始化项目
46
47
48
  .uni-row {
  	flex-direction: row;
  }
36884ffd   刘淇   打印
49
  
4b045f7c   刘淇   江阴初始化项目
50
51
52
  .uni-column {
  	flex-direction: column;
  }
e3eb21f6   刘淇   发放券
53
54
55
  .uni-space-between{
  	justify-content: space-between;
  }
36884ffd   刘淇   打印
56
57
58
59
60
61
62
  .uni-link {
    color: #576B95;
    font-size: 26rpx;
  }
  .uni-link {
  	color: #576B95;
  	font-size: 26rpx;
4b045f7c   刘淇   江阴初始化项目
63
  }
36884ffd   刘淇   打印
64
65
66
  
  .uni-center {
  	text-align: center;
4b045f7c   刘淇   江阴初始化项目
67
  }
36884ffd   刘淇   打印
68
69
  
  .uni-inline-item {
4b045f7c   刘淇   江阴初始化项目
70
71
  	display: flex;
  	flex-direction: row;
36884ffd   刘淇   打印
72
  	align-items: center;
4b045f7c   刘淇   江阴初始化项目
73
  }
36884ffd   刘淇   打印
74
75
  
  .uni-inline-item text {
4b045f7c   刘淇   江阴初始化项目
76
77
  	margin-right: 20rpx;
  }
36884ffd   刘淇   打印
78
79
  
  .uni-inline-item text:last-child {
4b045f7c   刘淇   江阴初始化项目
80
81
82
83
84
  	margin-right: 0rpx;
  	margin-left: 20rpx;
  }
  
  /* page */
36884ffd   刘淇   打印
85
86
  .common-page-head {
  	padding: 35rpx;
4b045f7c   刘淇   江阴初始化项目
87
88
  	text-align: center;
  }
36884ffd   刘淇   打印
89
  
4b045f7c   刘淇   江阴初始化项目
90
91
92
93
94
95
96
97
98
99
100
  .common-page-head-title {
  	display: inline-block;
  	padding: 0 40rpx;
  	font-size: 30rpx;
  	height: 88rpx;
  	line-height: 88rpx;
  	color: #BEBEBE;
  	box-sizing: border-box;
  	border-bottom: 2rpx solid #D8D8D8;
  }
  
36884ffd   刘淇   打印
101
  .uni-padding-wrap {
4b045f7c   刘淇   江阴初始化项目
102
  	/* width:690rpx; */
36884ffd   刘淇   打印
103
  	padding: 0 30rpx;
4b045f7c   刘淇   江阴初始化项目
104
  }
36884ffd   刘淇   打印
105
  
4b045f7c   刘淇   江阴初始化项目
106
107
  .uni-word {
  	text-align: center;
36884ffd   刘淇   打印
108
  	padding: 200rpx 100rpx;
4b045f7c   刘淇   江阴初始化项目
109
  }
36884ffd   刘淇   打印
110
  
4b045f7c   刘淇   江阴初始化项目
111
  .uni-title {
36884ffd   刘淇   打印
112
113
114
115
  	font-size: 30rpx;
  	font-weight: 500;
  	padding: 20rpx 0;
  	line-height: 1.5;
4b045f7c   刘淇   江阴初始化项目
116
  }
36884ffd   刘淇   打印
117
118
119
  
  .uni-text {
  	font-size: 28rpx;
4b045f7c   刘淇   江阴初始化项目
120
  }
36884ffd   刘淇   打印
121
122
123
124
  
  .uni-title text {
  	font-size: 24rpx;
  	color: #888;
4b045f7c   刘淇   江阴初始化项目
125
126
  }
  
36884ffd   刘淇   打印
127
  .uni-text-gray {
4b045f7c   刘淇   江阴初始化项目
128
129
  	color: #ccc;
  }
36884ffd   刘淇   打印
130
  
4b045f7c   刘淇   江阴初始化项目
131
  .uni-text-small {
36884ffd   刘淇   打印
132
  	font-size: 24rpx;
4b045f7c   刘淇   江阴初始化项目
133
  }
36884ffd   刘淇   打印
134
135
136
  
  .uni-common-mb {
  	margin-bottom: 30rpx;
4b045f7c   刘淇   江阴初始化项目
137
  }
36884ffd   刘淇   打印
138
139
140
  
  .uni-common-pb {
  	padding-bottom: 30rpx;
4b045f7c   刘淇   江阴初始化项目
141
  }
36884ffd   刘淇   打印
142
143
144
  
  .uni-common-pl {
  	padding-left: 30rpx;
4b045f7c   刘淇   江阴初始化项目
145
  }
36884ffd   刘淇   打印
146
147
148
  
  .uni-common-mt {
  	margin-top: 30rpx;
4b045f7c   刘淇   江阴初始化项目
149
  }
36884ffd   刘淇   打印
150
  
4b045f7c   刘淇   江阴初始化项目
151
  /* 背景色 */
36884ffd   刘淇   打印
152
153
154
  .uni-bg-red {
  	background: #F76260;
  	color: #FFF;
4b045f7c   刘淇   江阴初始化项目
155
  }
36884ffd   刘淇   打印
156
157
158
159
  
  .uni-bg-green {
  	background: #09BB07;
  	color: #FFF;
4b045f7c   刘淇   江阴初始化项目
160
  }
36884ffd   刘淇   打印
161
162
163
164
  
  .uni-bg-blue {
  	background: #007AFF;
  	color: #FFF;
4b045f7c   刘淇   江阴初始化项目
165
  }
36884ffd   刘淇   打印
166
  
4b045f7c   刘淇   江阴初始化项目
167
  /* 标题 */
36884ffd   刘淇   打印
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
  .uni-h1 {
  	font-size: 80rpx;
  	font-weight: 700;
  }
  
  .uni-h2 {
  	font-size: 60rpx;
  	font-weight: 700;
  }
  
  .uni-h3 {
  	font-size: 48rpx;
  	font-weight: 700;
  }
  
  .uni-h4 {
  	font-size: 36rpx;
  	font-weight: 700;
  }
  
  .uni-h5 {
  	font-size: 28rpx;
  	color: #8f8f94;
  }
  
  .uni-h6 {
  	font-size: 24rpx;
  	color: #8f8f94;
  }
  
  .uni-bold {
  	font-weight: bold;
  }
4b045f7c   刘淇   江阴初始化项目
201
202
  
  /* 文本溢出隐藏 */
36884ffd   刘淇   打印
203
204
205
206
207
  .uni-ellipsis {
  	overflow: hidden;
  	white-space: nowrap;
  	text-overflow: ellipsis;
  }
4b045f7c   刘淇   江阴初始化项目
208
209
  
  /* 竖向百分百按钮 */
36884ffd   刘淇   打印
210
211
212
213
214
215
  .uni-btn-v {
  	padding: 10rpx 0;
  }
  
  .uni-btn-v button {
  	margin: 20rpx 0;
4b045f7c   刘淇   江阴初始化项目
216
  }
4b045f7c   刘淇   江阴初始化项目
217
218
  
  /* 表单 */
36884ffd   刘淇   打印
219
220
221
222
  .uni-form-item {
  	display: flex;
  	width: 100%;
  	padding: 10rpx 0;
4b045f7c   刘淇   江阴初始化项目
223
  }
36884ffd   刘淇   打印
224
225
226
  
  .uni-form-item .title {
  	padding: 10rpx 25rpx;
4b045f7c   刘淇   江阴初始化项目
227
  }
36884ffd   刘淇   打印
228
  
4b045f7c   刘淇   江阴初始化项目
229
230
231
232
  .uni-label {
  	width: 210rpx;
  	word-wrap: break-word;
  	word-break: break-all;
36884ffd   刘淇   打印
233
  	text-indent: 20rpx;
4b045f7c   刘淇   江阴初始化项目
234
  }
36884ffd   刘淇   打印
235
  
4b045f7c   刘淇   江阴初始化项目
236
237
238
  .uni-input {
  	height: 50rpx;
  	padding: 15rpx 25rpx;
36884ffd   刘淇   打印
239
240
241
  	line-height: 50rpx;
  	font-size: 28rpx;
  	background: #FFF;
4b045f7c   刘淇   江阴初始化项目
242
243
  	flex: 1;
  }
36884ffd   刘淇   打印
244
245
246
247
  
  radio-group,
  checkbox-group {
  	width: 100%;
4b045f7c   刘淇   江阴初始化项目
248
  }
36884ffd   刘淇   打印
249
250
251
252
  
  radio-group label,
  checkbox-group label {
  	padding-right: 20rpx;
4b045f7c   刘淇   江阴初始化项目
253
  }
36884ffd   刘淇   打印
254
255
256
257
258
  
  .uni-form-item .with-fun {
  	display: flex;
  	flex-wrap: nowrap;
  	background: #FFFFFF;
4b045f7c   刘淇   江阴初始化项目
259
  }
36884ffd   刘淇   打印
260
261
262
263
264
265
  
  .uni-form-item .with-fun .uni-icon {
  	width: 40px;
  	height: 80rpx;
  	line-height: 80rpx;
  	flex-shrink: 0;
4b045f7c   刘淇   江阴初始化项目
266
267
268
  }
  
  /* loadmore */
36884ffd   刘淇   打印
269
270
271
272
273
  .uni-loadmore {
  	height: 80rpx;
  	line-height: 80rpx;
  	text-align: center;
  	padding-bottom: 30rpx;
4b045f7c   刘淇   江阴初始化项目
274
  }
36884ffd   刘淇   打印
275
  
4b045f7c   刘淇   江阴初始化项目
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
  /*数字角标*/
  /* .uni-badge,
  .uni-badge-default {
  	font-family: 'Helvetica Neue', Helvetica, sans-serif;
  	font-size: 12px;
  	line-height: 1;
  	display: inline-block;
  	padding: 3px 6px;
  	color: #333;
  	border-radius: 100px;
  	background-color: rgba(0, 0, 0, .15);
  } */
  .uni-badge.uni-badge-inverted {
  	padding: 0 5px 0 0;
  	color: #929292;
  	background-color: transparent
  }
36884ffd   刘淇   打印
293
  
4b045f7c   刘淇   江阴初始化项目
294
295
296
297
  .uni-badge-primary {
  	color: #fff;
  	background-color: #007aff
  }
36884ffd   刘淇   打印
298
  
4b045f7c   刘淇   江阴初始化项目
299
300
301
302
303
  .uni-badge-blue.uni-badge-inverted,
  .uni-badge-primary.uni-badge-inverted {
  	color: #007aff;
  	background-color: transparent
  }
36884ffd   刘淇   打印
304
  
4b045f7c   刘淇   江阴初始化项目
305
306
307
308
309
  .uni-badge-green,
  .uni-badge-success {
  	color: #fff;
  	background-color: #4cd964;
  }
36884ffd   刘淇   打印
310
  
4b045f7c   刘淇   江阴初始化项目
311
312
313
314
315
  .uni-badge-green.uni-badge-inverted,
  .uni-badge-success.uni-badge-inverted {
  	color: #4cd964;
  	background-color: transparent
  }
36884ffd   刘淇   打印
316
  
4b045f7c   刘淇   江阴初始化项目
317
318
319
320
321
  .uni-badge-warning,
  .uni-badge-yellow {
  	color: #fff;
  	background-color: #f0ad4e
  }
36884ffd   刘淇   打印
322
  
4b045f7c   刘淇   江阴初始化项目
323
324
325
326
327
  .uni-badge-warning.uni-badge-inverted,
  .uni-badge-yellow.uni-badge-inverted {
  	color: #f0ad4e;
  	background-color: transparent
  }
36884ffd   刘淇   打印
328
  
4b045f7c   刘淇   江阴初始化项目
329
330
331
332
333
  .uni-badge-danger,
  .uni-badge-red {
  	color: #fff;
  	background-color: #dd524d
  }
36884ffd   刘淇   打印
334
  
4b045f7c   刘淇   江阴初始化项目
335
336
337
338
339
  .uni-badge-danger.uni-badge-inverted,
  .uni-badge-red.uni-badge-inverted {
  	color: #dd524d;
  	background-color: transparent
  }
36884ffd   刘淇   打印
340
  
4b045f7c   刘淇   江阴初始化项目
341
342
343
344
345
  .uni-badge-purple,
  .uni-badge-royal {
  	color: #fff;
  	background-color: #8a6de9
  }
36884ffd   刘淇   打印
346
  
4b045f7c   刘淇   江阴初始化项目
347
348
349
350
351
352
353
354
355
356
357
358
  .uni-badge-purple.uni-badge-inverted,
  .uni-badge-royal.uni-badge-inverted {
  	color: #8a6de9;
  	background-color: transparent
  }
  
  /*折叠面板 */
  .uni-collapse-content {
  	height: 0;
  	width: 100%;
  	overflow: hidden;
  }
36884ffd   刘淇   打印
359
  
4b045f7c   刘淇   江阴初始化项目
360
361
362
363
364
365
366
367
  .uni-collapse-content.uni-active {
  	height: auto;
  }
  
  /*卡片视图 */
  .uni-card {
  	background: #fff;
  	border-radius: 8rpx;
36884ffd   刘淇   打印
368
  	margin: 20rpx 0;
4b045f7c   刘淇   江阴初始化项目
369
370
371
  	position: relative;
  	/* box-shadow: 0 2rpx 4rpx rgba(0, 0, 0, .3); */
  }
36884ffd   刘淇   打印
372
  
4b045f7c   刘淇   江阴初始化项目
373
374
375
  .uni-card-content {
  	font-size: 30rpx;
  }
36884ffd   刘淇   打印
376
377
378
379
  
  .uni-card-content.image-view {
  	width: 100%;
  	margin: 0;
4b045f7c   刘淇   江阴初始化项目
380
  }
36884ffd   刘淇   打印
381
  
4b045f7c   刘淇   江阴初始化项目
382
383
384
385
  .uni-card-content-inner {
  	position: relative;
  	padding: 30rpx;
  }
36884ffd   刘淇   打印
386
  
4b045f7c   刘淇   江阴初始化项目
387
388
389
390
391
392
393
394
395
  .uni-card-footer,
  .uni-card-header {
  	position: relative;
  	display: flex;
  	min-height: 50rpx;
  	padding: 20rpx 30rpx;
  	justify-content: space-between;
  	align-items: center;
  }
36884ffd   刘淇   打印
396
  
4b045f7c   刘淇   江阴初始化项目
397
398
399
  .uni-card-header {
  	font-size: 36rpx;
  }
36884ffd   刘淇   打印
400
  
4b045f7c   刘淇   江阴初始化项目
401
402
403
  .uni-card-footer {
  	color: #6d6d72;
  }
36884ffd   刘淇   打印
404
  
4b045f7c   刘淇   江阴初始化项目
405
406
407
408
409
410
411
412
413
414
415
416
  .uni-card-footer:before,
  .uni-card-header:after {
  	position: absolute;
  	top: 0;
  	right: 0;
  	left: 0;
  	height: 2rpx;
  	content: '';
  	-webkit-transform: scaleY(.5);
  	transform: scaleY(.5);
  	background-color: #c8c7cc;
  }
36884ffd   刘淇   打印
417
  
4b045f7c   刘淇   江阴初始化项目
418
419
420
421
  .uni-card-header:after {
  	top: auto;
  	bottom: 0;
  }
36884ffd   刘淇   打印
422
  
4b045f7c   刘淇   江阴初始化项目
423
424
425
  .uni-card-media {
  	justify-content: flex-start;
  }
36884ffd   刘淇   打印
426
  
4b045f7c   刘淇   江阴初始化项目
427
428
429
430
431
  .uni-card-media-logo {
  	height: 84rpx;
  	width: 84rpx;
  	margin-right: 20rpx;
  }
36884ffd   刘淇   打印
432
  
4b045f7c   刘淇   江阴初始化项目
433
434
435
436
437
438
439
  .uni-card-media-body {
  	height: 84rpx;
  	display: flex;
  	flex-direction: column;
  	justify-content: space-between;
  	align-items: flex-start;
  }
36884ffd   刘淇   打印
440
  
4b045f7c   刘淇   江阴初始化项目
441
442
443
444
  .uni-card-media-text-top {
  	line-height: 36rpx;
  	font-size: 34rpx;
  }
36884ffd   刘淇   打印
445
  
4b045f7c   刘淇   江阴初始化项目
446
447
448
449
450
  .uni-card-media-text-bottom {
  	line-height: 30rpx;
  	font-size: 28rpx;
  	color: #8f8f94;
  }
36884ffd   刘淇   打印
451
  
4b045f7c   刘淇   江阴初始化项目
452
453
454
455
456
457
458
459
460
461
462
463
  .uni-card-link {
  	color: #007AFF;
  }
  
  /* 列表 */
  .uni-list {
  	background-color: #FFFFFF;
  	position: relative;
  	width: 100%;
  	display: flex;
  	flex-direction: column;
  }
36884ffd   刘淇   打印
464
  
4b045f7c   刘淇   江阴初始化项目
465
466
467
468
469
470
471
472
473
474
475
476
  .uni-list:after {
  	position: absolute;
  	z-index: 10;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	height: 1px;
  	content: '';
  	-webkit-transform: scaleY(.5);
  	transform: scaleY(.5);
  	background-color: #c8c7cc;
  }
36884ffd   刘淇   打印
477
  
4b045f7c   刘淇   江阴初始化项目
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
  /* .uni-list::before {
  	position: absolute;
  	z-index: 10;
  	right: 0;
  	top: 0;
  	left: 0;
  	height: 1px;
  	content: '';
  	-webkit-transform: scaleY(.5);
  	transform: scaleY(.5);
  	background-color: #c8c7cc;
  } */
  .uni-list-cell {
  	position: relative;
  	display: flex;
  	flex-direction: row;
  	justify-content: space-between;
  	align-items: center;
  }
36884ffd   刘淇   打印
497
  
4b045f7c   刘淇   江阴初始化项目
498
499
500
  .uni-list-cell-hover {
  	background-color: #eee;
  }
36884ffd   刘淇   打印
501
  
4b045f7c   刘淇   江阴初始化项目
502
503
504
  .uni-list-cell-pd {
  	padding: 22rpx 30rpx;
  }
36884ffd   刘淇   打印
505
  
4b045f7c   刘淇   江阴初始化项目
506
  .uni-list-cell-left {
36884ffd   刘淇   打印
507
508
  	white-space: nowrap;
  	font-size: 28rpx;
4b045f7c   刘淇   江阴初始化项目
509
510
  	padding: 0 30rpx;
  }
36884ffd   刘淇   打印
511
  
4b045f7c   刘淇   江阴初始化项目
512
513
514
515
  .uni-list-cell-db,
  .uni-list-cell-right {
  	flex: 1;
  }
36884ffd   刘淇   打印
516
  
4b045f7c   刘淇   江阴初始化项目
517
518
519
520
521
522
523
524
525
526
527
528
  .uni-list-cell::after {
  	position: absolute;
  	z-index: 3;
  	right: 0;
  	bottom: 0;
  	left: 30rpx;
  	height: 1px;
  	content: '';
  	-webkit-transform: scaleY(.5);
  	transform: scaleY(.5);
  	background-color: #c8c7cc;
  }
36884ffd   刘淇   打印
529
  
4b045f7c   刘淇   江阴初始化项目
530
531
532
  .uni-list .uni-list-cell:last-child::after {
  	height: 0rpx;
  }
36884ffd   刘淇   打印
533
  
4b045f7c   刘淇   江阴初始化项目
534
535
536
  .uni-list-cell-last.uni-list-cell::after {
  	height: 0rpx;
  }
36884ffd   刘淇   打印
537
  
4b045f7c   刘淇   江阴初始化项目
538
539
540
541
542
  .uni-list-cell-divider {
  	position: relative;
  	display: flex;
  	color: #999;
  	background-color: #f7f7f7;
36884ffd   刘淇   打印
543
  	padding: 15rpx 20rpx;
4b045f7c   刘淇   江阴初始化项目
544
  }
36884ffd   刘淇   打印
545
  
4b045f7c   刘淇   江阴初始化项目
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
  .uni-list-cell-divider::before {
  	position: absolute;
  	right: 0;
  	top: 0;
  	left: 0;
  	height: 1px;
  	content: '';
  	-webkit-transform: scaleY(.5);
  	transform: scaleY(.5);
  	background-color: #c8c7cc;
  }
  .uni-list-cell-divider::after {
  	position: absolute;
  	right: 0;
  	bottom: 0;
  	left: 0rpx;
  	height: 1px;
  	content: '';
  	-webkit-transform: scaleY(.5);
  	transform: scaleY(.5);
  	background-color: #c8c7cc;
  }
36884ffd   刘淇   打印
568
  
4b045f7c   刘淇   江阴初始化项目
569
  .uni-list-cell-navigate {
36884ffd   刘淇   打印
570
  	font-size: 30rpx;
4b045f7c   刘淇   江阴初始化项目
571
572
573
574
575
576
577
578
579
580
  	padding: 22rpx 30rpx;
  	line-height: 48rpx;
  	position: relative;
  	display: flex;
  	box-sizing: border-box;
  	width: 100%;
  	flex: 1;
  	justify-content: space-between;
  	align-items: center;
  }
36884ffd   刘淇   打印
581
  
4b045f7c   刘淇   江阴初始化项目
582
583
584
  .uni-list-cell-navigate {
  	padding-right: 36rpx;
  }
36884ffd   刘淇   打印
585
  
4b045f7c   刘淇   江阴初始化项目
586
587
588
  .uni-navigate-badge {
  	padding-right: 50rpx;
  }
36884ffd   刘淇   打印
589
  
4b045f7c   刘淇   江阴初始化项目
590
591
592
593
594
595
596
597
598
599
  .uni-list-cell-navigate.uni-navigate-right:after {
  	font-family: uniicons;
  	content: '\e583';
  	position: absolute;
  	right: 24rpx;
  	top: 50%;
  	color: #bbb;
  	-webkit-transform: translateY(-50%);
  	transform: translateY(-50%);
  }
36884ffd   刘淇   打印
600
  
4b045f7c   刘淇   江阴初始化项目
601
602
603
604
605
606
607
608
609
610
  .uni-list-cell-navigate.uni-navigate-bottom:after {
  	font-family: uniicons;
  	content: '\e581';
  	position: absolute;
  	right: 24rpx;
  	top: 50%;
  	color: #bbb;
  	-webkit-transform: translateY(-50%);
  	transform: translateY(-50%);
  }
36884ffd   刘淇   打印
611
  
4b045f7c   刘淇   江阴初始化项目
612
613
614
615
616
617
618
619
620
621
  .uni-list-cell-navigate.uni-navigate-bottom.uni-active::after {
  	font-family: uniicons;
  	content: '\e580';
  	position: absolute;
  	right: 24rpx;
  	top: 50%;
  	color: #bbb;
  	-webkit-transform: translateY(-50%);
  	transform: translateY(-50%);
  }
36884ffd   刘淇   打印
622
  
4b045f7c   刘淇   江阴初始化项目
623
624
625
  .uni-collapse.uni-list-cell {
  	flex-direction: column;
  }
36884ffd   刘淇   打印
626
  
4b045f7c   刘淇   江阴初始化项目
627
628
629
  .uni-list-cell-navigate.uni-active {
  	background: #eee;
  }
36884ffd   刘淇   打印
630
  
4b045f7c   刘淇   江阴初始化项目
631
632
633
634
635
  .uni-list.uni-collapse {
  	box-sizing: border-box;
  	height: 0;
  	overflow: hidden;
  }
36884ffd   刘淇   打印
636
  
4b045f7c   刘淇   江阴初始化项目
637
638
639
  .uni-collapse .uni-list-cell {
  	padding-left: 20rpx;
  }
36884ffd   刘淇   打印
640
  
4b045f7c   刘淇   江阴初始化项目
641
642
643
  .uni-collapse .uni-list-cell::after {
  	left: 52rpx;
  }
36884ffd   刘淇   打印
644
  
4b045f7c   刘淇   江阴初始化项目
645
646
647
648
649
650
651
652
653
654
655
656
657
  .uni-list.uni-active {
  	height: auto;
  }
  
  /* 三行列表 */
  .uni-triplex-row {
  	display: flex;
  	flex: 1;
  	width: 100%;
  	box-sizing: border-box;
  	flex-direction: row;
  	padding: 22rpx 30rpx;
  }
36884ffd   刘淇   打印
658
  
4b045f7c   刘淇   江阴初始化项目
659
660
661
662
663
  .uni-triplex-right,
  .uni-triplex-left {
  	display: flex;
  	flex-direction: column;
  }
36884ffd   刘淇   打印
664
  
4b045f7c   刘淇   江阴初始化项目
665
666
667
  .uni-triplex-left {
  	width: 84%;
  }
36884ffd   刘淇   打印
668
669
670
  
  .uni-triplex-left .uni-title {
  	padding: 8rpx 0;
4b045f7c   刘淇   江阴初始化项目
671
  }
36884ffd   刘淇   打印
672
673
674
675
676
677
  
  .uni-triplex-left .uni-text,
  .uni-triplex-left .uni-text-small {
  	color: #999999;
  }
  
4b045f7c   刘淇   江阴初始化项目
678
679
680
681
682
683
684
685
686
687
688
689
690
  .uni-triplex-right {
  	width: 16%;
  	text-align: right;
  }
  
  /* 图文列表 */
  .uni-media-list {
  	padding: 22rpx 30rpx;
  	box-sizing: border-box;
  	display: flex;
  	width: 100%;
  	flex-direction: row;
  }
36884ffd   刘淇   打印
691
  
4b045f7c   刘淇   江阴初始化项目
692
693
694
  .uni-navigate-right.uni-media-list {
  	padding-right: 74rpx;
  }
36884ffd   刘淇   打印
695
  
4b045f7c   刘淇   江阴初始化项目
696
697
698
  .uni-pull-right {
  	flex-direction: row-reverse;
  }
36884ffd   刘淇   打印
699
  
4b045f7c   刘淇   江阴初始化项目
700
701
702
703
  .uni-pull-right>.uni-media-list-logo {
  	margin-right: 0rpx;
  	margin-left: 20rpx;
  }
36884ffd   刘淇   打印
704
  
4b045f7c   刘淇   江阴初始化项目
705
706
707
708
709
  .uni-media-list-logo {
  	height: 84rpx;
  	width: 84rpx;
  	margin-right: 20rpx;
  }
36884ffd   刘淇   打印
710
  
4b045f7c   刘淇   江阴初始化项目
711
712
713
714
  .uni-media-list-logo image {
  	height: 100%;
  	width: 100%;
  }
36884ffd   刘淇   打印
715
  
4b045f7c   刘淇   江阴初始化项目
716
717
718
719
720
721
722
723
724
  .uni-media-list-body {
  	height: 84rpx;
  	display: flex;
  	flex: 1;
  	flex-direction: column;
  	justify-content: space-between;
  	align-items: flex-start;
  	overflow: hidden;
  }
36884ffd   刘淇   打印
725
  
4b045f7c   刘淇   江阴初始化项目
726
727
728
729
730
  .uni-media-list-text-top {
  	width: 100%;
  	line-height: 36rpx;
  	font-size: 30rpx;
  }
36884ffd   刘淇   打印
731
  
4b045f7c   刘淇   江阴初始化项目
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
  .uni-media-list-text-bottom {
  	width: 100%;
  	line-height: 30rpx;
  	font-size: 26rpx;
  	color: #8f8f94;
  }
  
  /* 九宫格 */
  .uni-grid-9 {
  	background: #f2f2f2;
  	width: 750rpx;
  	display: flex;
  	flex-direction: row;
  	flex-wrap: wrap;
  	border-top: 2rpx solid #eee;
  }
36884ffd   刘淇   打印
748
  
4b045f7c   刘淇   江阴初始化项目
749
750
751
752
753
754
755
756
757
758
759
760
  .uni-grid-9-item {
  	width: 250rpx;
  	height: 200rpx;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
  	border-bottom: 2rpx solid;
  	border-right: 2rpx solid;
  	border-color: #eee;
  	box-sizing: border-box;
  }
36884ffd   刘淇   打印
761
  
4b045f7c   刘淇   江阴初始化项目
762
763
764
  .no-border-right {
  	border-right: none;
  }
36884ffd   刘淇   打印
765
  
4b045f7c   刘淇   江阴初始化项目
766
767
768
769
  .uni-grid-9-image {
  	width: 100rpx;
  	height: 100rpx;
  }
36884ffd   刘淇   打印
770
  
4b045f7c   刘淇   江阴初始化项目
771
772
773
774
775
776
777
  .uni-grid-9-text {
  	width: 250rpx;
  	line-height: 4rpx;
  	height: 40rpx;
  	text-align: center;
  	font-size: 30rpx;
  }
36884ffd   刘淇   打印
778
  
4b045f7c   刘淇   江阴初始化项目
779
780
781
782
783
784
785
786
787
  .uni-grid-9-item-hover {
  	background: rgba(0, 0, 0, 0.1);
  }
  
  /* 上传 */
  .uni-uploader {
  	flex: 1;
  	flex-direction: column;
  }
36884ffd   刘淇   打印
788
  
4b045f7c   刘淇   江阴初始化项目
789
790
791
792
793
  .uni-uploader-head {
  	display: flex;
  	flex-direction: row;
  	justify-content: space-between;
  }
36884ffd   刘淇   打印
794
  
4b045f7c   刘淇   江阴初始化项目
795
796
797
  .uni-uploader-info {
  	color: #B2B2B2;
  }
36884ffd   刘淇   打印
798
  
4b045f7c   刘淇   江阴初始化项目
799
800
801
  .uni-uploader-body {
  	margin-top: 16rpx;
  }
36884ffd   刘淇   打印
802
  
4b045f7c   刘淇   江阴初始化项目
803
804
805
806
807
  .uni-uploader__files {
  	display: flex;
  	flex-direction: row;
  	flex-wrap: wrap;
  }
36884ffd   刘淇   打印
808
  
4b045f7c   刘淇   江阴初始化项目
809
810
811
812
813
  .uni-uploader__file {
  	margin: 10rpx;
  	width: 210rpx;
  	height: 210rpx;
  }
36884ffd   刘淇   打印
814
  
4b045f7c   刘淇   江阴初始化项目
815
816
817
818
819
  .uni-uploader__img {
  	display: block;
  	width: 210rpx;
  	height: 210rpx;
  }
36884ffd   刘淇   打印
820
  
4b045f7c   刘淇   江阴初始化项目
821
822
  .uni-uploader__input-box {
  	position: relative;
36884ffd   刘淇   打印
823
  	margin: 10rpx;
4b045f7c   刘淇   江阴初始化项目
824
825
826
827
  	width: 208rpx;
  	height: 208rpx;
  	border: 2rpx solid #D9D9D9;
  }
36884ffd   刘淇   打印
828
  
4b045f7c   刘淇   江阴初始化项目
829
830
831
832
833
834
835
836
837
838
  .uni-uploader__input-box:before,
  .uni-uploader__input-box:after {
  	content: " ";
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	background-color: #D9D9D9;
  }
36884ffd   刘淇   打印
839
  
4b045f7c   刘淇   江阴初始化项目
840
841
842
843
  .uni-uploader__input-box:before {
  	width: 4rpx;
  	height: 79rpx;
  }
36884ffd   刘淇   打印
844
  
4b045f7c   刘淇   江阴初始化项目
845
846
847
848
  .uni-uploader__input-box:after {
  	width: 79rpx;
  	height: 4rpx;
  }
36884ffd   刘淇   打印
849
  
4b045f7c   刘淇   江阴初始化项目
850
851
852
  .uni-uploader__input-box:active {
  	border-color: #999999;
  }
36884ffd   刘淇   打印
853
  
4b045f7c   刘淇   江阴初始化项目
854
855
856
857
  .uni-uploader__input-box:active:before,
  .uni-uploader__input-box:active:after {
  	background-color: #999999;
  }
36884ffd   刘淇   打印
858
  
4b045f7c   刘淇   江阴初始化项目
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
  .uni-uploader__input {
  	position: absolute;
  	z-index: 1;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	opacity: 0;
  }
  
  /*问题反馈*/
  .feedback-title {
  	display: flex;
  	flex-direction: row;
  	justify-content: space-between;
  	align-items: center;
  	padding: 20rpx;
  	color: #8f8f94;
  	font-size: 28rpx;
  }
36884ffd   刘淇   打印
879
  
4b045f7c   刘淇   江阴初始化项目
880
881
882
883
  .feedback-star-view.feedback-title {
  	justify-content: flex-start;
  	margin: 0;
  }
36884ffd   刘淇   打印
884
  
4b045f7c   刘淇   江阴初始化项目
885
886
887
888
  .feedback-quick {
  	position: relative;
  	padding-right: 40rpx;
  }
36884ffd   刘淇   打印
889
  
4b045f7c   刘淇   江阴初始化项目
890
891
892
893
894
895
896
897
898
899
900
  .feedback-quick:after {
  	font-family: uniicons;
  	font-size: 40rpx;
  	content: '\e581';
  	position: absolute;
  	right: 0;
  	top: 50%;
  	color: #bbb;
  	-webkit-transform: translateY(-50%);
  	transform: translateY(-50%);
  }
36884ffd   刘淇   打印
901
  
4b045f7c   刘淇   江阴初始化项目
902
903
904
  .feedback-body {
  	background: #fff;
  }
36884ffd   刘淇   打印
905
  
4b045f7c   刘淇   江阴初始化项目
906
907
908
909
910
911
912
913
  .feedback-textare {
  	height: 200rpx;
  	font-size: 34rpx;
  	line-height: 50rpx;
  	width: 100%;
  	box-sizing: border-box;
  	padding: 20rpx 30rpx 0;
  }
36884ffd   刘淇   打印
914
  
4b045f7c   刘淇   江阴初始化项目
915
916
917
918
919
920
921
  .feedback-input {
  	font-size: 34rpx;
  	height: 50rpx;
  	min-height: 50rpx;
  	padding: 15rpx 20rpx;
  	line-height: 50rpx;
  }
36884ffd   刘淇   打印
922
  
4b045f7c   刘淇   江阴初始化项目
923
924
925
  .feedback-uploader {
  	padding: 22rpx 20rpx;
  }
36884ffd   刘淇   打印
926
  
4b045f7c   刘淇   江阴初始化项目
927
928
929
930
931
  .feedback-star {
  	font-family: uniicons;
  	font-size: 40rpx;
  	margin-left: 6rpx;
  }
36884ffd   刘淇   打印
932
  
4b045f7c   刘淇   江阴初始化项目
933
934
935
  .feedback-star-view {
  	margin-left: 20rpx;
  }
36884ffd   刘淇   打印
936
  
4b045f7c   刘淇   江阴初始化项目
937
938
939
  .feedback-star:after {
  	content: '\e408';
  }
36884ffd   刘淇   打印
940
  
4b045f7c   刘淇   江阴初始化项目
941
942
943
  .feedback-star.active {
  	color: #FFB400;
  }
36884ffd   刘淇   打印
944
  
4b045f7c   刘淇   江阴初始化项目
945
946
947
  .feedback-star.active:after {
  	content: '\e438';
  }
36884ffd   刘淇   打印
948
  
4b045f7c   刘淇   江阴初始化项目
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
  .feedback-submit {
  	background: #007AFF;
  	color: #FFFFFF;
  	margin: 20rpx;
  }
  
  /* input group */
  .uni-input-group {
  	position: relative;
  	padding: 0;
  	border: 0;
  	background-color: #fff;
  }
  
  .uni-input-group:before {
  	position: absolute;
  	top: 0;
  	right: 0;
  	left: 0;
  	height: 2rpx;
  	content: '';
  	transform: scaleY(.5);
  	background-color: #c8c7cc;
  }
  
  .uni-input-group:after {
  	position: absolute;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	height: 2rpx;
  	content: '';
  	transform: scaleY(.5);
  	background-color: #c8c7cc;
  }
  
  .uni-input-row {
  	position: relative;
  	display: flex;
  	flex-direction: row;
36884ffd   刘淇   打印
989
  	font-size: 28rpx;
4b045f7c   刘淇   江阴初始化项目
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
  	padding: 22rpx 30rpx;
  	justify-content: space-between;
  }
  
  .uni-input-group .uni-input-row:after {
  	position: absolute;
  	right: 0;
  	bottom: 0;
  	left: 30rpx;
  	height: 2rpx;
  	content: '';
  	transform: scaleY(.5);
  	background-color: #c8c7cc;
  }
  
  .uni-input-row label {
  	line-height: 70rpx;
  }
  
  /* textarea */
36884ffd   刘淇   打印
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
  .uni-textarea {
  	width: 100%;
  	background: #FFF;
  }
  
  .uni-textarea textarea {
  	width: 96%;
  	padding: 18rpx 2%;
  	line-height: 1.6;
  	font-size: 28rpx;
  	height: 150rpx;
4b045f7c   刘淇   江阴初始化项目
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
  }
  
  /* tab bar */
  .uni-tab-bar {
  	display: flex;
  	flex: 1;
  	flex-direction: column;
  	overflow: hidden;
  	height: 100%;
  }
  
  .uni-tab-bar .list {
  	width: 750rpx;
  	height: 100%;
  }
  
  .uni-swiper-tab {
  	width: 100%;
  	white-space: nowrap;
  	line-height: 100rpx;
  	height: 100rpx;
  	border-bottom: 1px solid #c8c7cc;
  }
  
  .swiper-tab-list {
  	font-size: 30rpx;
  	width: 150rpx;
  	display: inline-block;
  	text-align: center;
  	color: #555;
  }
  
  .uni-tab-bar .active {
  	color: #007AFF;
  }
  
  .uni-tab-bar .swiper-box {
  	flex: 1;
  	width: 100%;
  	height: calc(100% - 100rpx);
  }
  
36884ffd   刘淇   打印
1063
1064
  .uni-tab-bar-loading {
  	padding: 20rpx 0;
4b045f7c   刘淇   江阴初始化项目
1065
1066
1067
  }
  
  /* comment */
36884ffd   刘淇   打印
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
  .uni-comment {
  	padding: 5rpx 0;
  	display: flex;
  	flex-grow: 1;
  	flex-direction: column;
  }
  
  .uni-comment-list {
  	flex-wrap: nowrap;
  	padding: 10rpx 0;
  	margin: 10rpx 0;
  	width: 100%;
  	display: flex;
  }
  
  .uni-comment-face {
  	width: 70rpx;
  	height: 70rpx;
  	border-radius: 100%;
  	margin-right: 20rpx;
  	flex-shrink: 0;
  	overflow: hidden;
  }
  
  .uni-comment-face image {
  	width: 100%;
  	border-radius: 100%;
  }
  
  .uni-comment-body {
  	width: 100%;
  }
  
  .uni-comment-top {
  	line-height: 1.5em;
  	justify-content: space-between;
  }
  
  .uni-comment-top text {
  	color: #0A98D5;
  	font-size: 24rpx;
  }
  
  .uni-comment-date {
  	line-height: 38rpx;
  	flex-direction: row;
  	justify-content: space-between;
  	display: flex !important;
  	flex-grow: 1;
  }
  
  .uni-comment-date view {
  	color: #666666;
  	font-size: 24rpx;
  	line-height: 38rpx;
  }
  
  .uni-comment-content {
  	line-height: 1.6em;
  	font-size: 28rpx;
  	padding: 8rpx 0;
  }
  
  .uni-comment-replay-btn {
  	background: #FFF;
  	font-size: 24rpx;
  	line-height: 28rpx;
  	padding: 5rpx 20rpx;
  	border-radius: 30rpx;
  	color: #333 !important;
  	margin: 0 10rpx;
  }
4b045f7c   刘淇   江阴初始化项目
1140
1141
  
  /* swiper msg */
36884ffd   刘淇   打印
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
  .uni-swiper-msg {
  	width: 100%;
  	padding: 12rpx 0;
  	flex-wrap: nowrap;
  	display: flex;
  }
  
  .uni-swiper-msg-icon {
  	width: 50rpx;
  	margin-right: 20rpx;
  }
  
  .uni-swiper-msg-icon image {
  	width: 100%;
  	flex-shrink: 0;
  }
  
  .uni-swiper-msg swiper {
  	width: 100%;
  	height: 50rpx;
  }
  
  .uni-swiper-msg swiper-item {
  	line-height: 50rpx;
  }
4b045f7c   刘淇   江阴初始化项目
1167
1168
1169
  
  /* product */
  .uni-product-list {
36884ffd   刘淇   打印
1170
1171
1172
1173
  	display: flex;
  	width: 100%;
  	flex-wrap: wrap;
  	flex-direction: row;
4b045f7c   刘淇   江阴初始化项目
1174
1175
1176
  }
  
  .uni-product {
36884ffd   刘淇   打印
1177
1178
1179
  	padding: 20rpx;
  	display: flex;
  	flex-direction: column;
4b045f7c   刘淇   江阴初始化项目
1180
1181
1182
  }
  
  .image-view {
36884ffd   刘淇   打印
1183
1184
1185
  	height: 330rpx;
  	width: 330rpx;
  	margin: 12rpx 0;
4b045f7c   刘淇   江阴初始化项目
1186
1187
1188
  }
  
  .uni-product-image {
36884ffd   刘淇   打印
1189
1190
  	height: 330rpx;
  	width: 330rpx;
4b045f7c   刘淇   江阴初始化项目
1191
1192
1193
  }
  
  .uni-product-title {
36884ffd   刘淇   打印
1194
1195
1196
1197
1198
1199
1200
1201
  	width: 300rpx;
  	word-break: break-all;
  	display: -webkit-box;
  	overflow: hidden;
  	line-height: 1.5;
  	text-overflow: ellipsis;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 2;
4b045f7c   刘淇   江阴初始化项目
1202
1203
1204
  }
  
  .uni-product-price {
36884ffd   刘淇   打印
1205
1206
1207
1208
  	margin-top: 10rpx;
  	font-size: 28rpx;
  	line-height: 1.5;
  	position: relative;
4b045f7c   刘淇   江阴初始化项目
1209
1210
1211
  }
  
  .uni-product-price-original {
36884ffd   刘淇   打印
1212
  	color: #e80080;
4b045f7c   刘淇   江阴初始化项目
1213
1214
1215
  }
  
  .uni-product-price-favour {
36884ffd   刘淇   打印
1216
1217
1218
  	color: #888888;
  	text-decoration: line-through;
  	margin-left: 10rpx;
4b045f7c   刘淇   江阴初始化项目
1219
1220
1221
  }
  
  .uni-product-tip {
36884ffd   刘淇   打印
1222
1223
1224
1225
1226
1227
  	position: absolute;
  	right: 10rpx;
  	background-color: #ff3333;
  	color: #ffffff;
  	padding: 0 10rpx;
  	border-radius: 5rpx;
4b045f7c   刘淇   江阴初始化项目
1228
1229
1230
1231
  }
  
  /* timeline */
  .uni-timeline {
36884ffd   刘淇   打印
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
  	margin: 35rpx 0;
  	display: flex;
  	flex-direction: column;
  	position: relative;
  }
  
  
  .uni-timeline-item {
  	display: flex;
  	flex-direction: row;
  	position: relative;
  	padding-bottom: 20rpx;
  	box-sizing: border-box;
  	overflow: hidden;
  
  }
  
  .uni-timeline-item .uni-timeline-item-keynode {
  	width: 160rpx;
  	flex-shrink: 0;
  	box-sizing: border-box;
  	padding-right: 20rpx;
  	text-align: right;
  	line-height: 65rpx;
  }
  
  .uni-timeline-item .uni-timeline-item-divider {
  	flex-shrink: 0;
  	position: relative;
  	width: 30rpx;
  	height: 30rpx;
  	top: 15rpx;
  	border-radius: 50%;
  	background-color: #bbb;
  }
  
  
  
  .uni-timeline-item-divider::before,
  .uni-timeline-item-divider::after {
  	position: absolute;
  	left: 15rpx;
  	width: 1rpx;
  	height: 100vh;
  	content: '';
  	background: inherit;
  }
  
  .uni-timeline-item-divider::before {
  	bottom: 100%;
  }
  
  .uni-timeline-item-divider::after {
  	top: 100%;
  }
  
  
  .uni-timeline-last-item .uni-timeline-item-divider:after {
  	display: none;
  }
  
  .uni-timeline-first-item .uni-timeline-item-divider:before {
  	display: none;
  }
  
  .uni-timeline-item .uni-timeline-item-content {
  	padding-left: 20rpx;
  }
  
  .uni-timeline-last-item .bottom-border::after {
  	display: none;
  }
  
  .uni-timeline-item-content .datetime {
  	color: #CCCCCC;
  }
  
  /* 自定义节点颜色 */
  .uni-timeline-last-item .uni-timeline-item-divider {
  	background-color: #1AAD19;
  }
4b045f7c   刘淇   江阴初始化项目
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
  
  
  /* uni-icon */
  
  .uni-icon {
  	font-family: uniicons;
  	font-size: 24px;
  	font-weight: normal;
  	font-style: normal;
  	line-height: 1;
  	display: inline-block;
  	text-decoration: none;
  	-webkit-font-smoothing: antialiased;
  }
  
  .uni-icon.uni-active {
  	color: #007aff;
  }
  
  .uni-icon-contact:before {
  	content: '\e100';
  }
  
  .uni-icon-person:before {
  	content: '\e101';
  }
  
  .uni-icon-personadd:before {
  	content: '\e102';
  }
  
  .uni-icon-contact-filled:before {
  	content: '\e130';
  }
  
  .uni-icon-person-filled:before {
  	content: '\e131';
  }
  
  .uni-icon-personadd-filled:before {
  	content: '\e132';
  }
  
  .uni-icon-phone:before {
  	content: '\e200';
  }
  
  .uni-icon-email:before {
  	content: '\e201';
  }
  
  .uni-icon-chatbubble:before {
  	content: '\e202';
  }
  
  .uni-icon-chatboxes:before {
  	content: '\e203';
  }
  
  .uni-icon-phone-filled:before {
  	content: '\e230';
  }
  
  .uni-icon-email-filled:before {
  	content: '\e231';
  }
  
  .uni-icon-chatbubble-filled:before {
  	content: '\e232';
  }
  
  .uni-icon-chatboxes-filled:before {
  	content: '\e233';
  }
  
  .uni-icon-weibo:before {
  	content: '\e260';
  }
  
  .uni-icon-weixin:before {
  	content: '\e261';
  }
  
  .uni-icon-pengyouquan:before {
  	content: '\e262';
  }
  
  .uni-icon-chat:before {
  	content: '\e263';
  }
  
  .uni-icon-qq:before {
  	content: '\e264';
  }
  
  .uni-icon-videocam:before {
  	content: '\e300';
  }
  
  .uni-icon-camera:before {
  	content: '\e301';
  }
  
  .uni-icon-mic:before {
  	content: '\e302';
  }
  
  .uni-icon-location:before {
  	content: '\e303';
  }
  
  .uni-icon-mic-filled:before,
  .uni-icon-speech:before {
  	content: '\e332';
  }
  
  .uni-icon-location-filled:before {
  	content: '\e333';
  }
  
  .uni-icon-micoff:before {
  	content: '\e360';
  }
  
  .uni-icon-image:before {
  	content: '\e363';
  }
  
  .uni-icon-map:before {
  	content: '\e364';
  }
  
  .uni-icon-compose:before {
  	content: '\e400';
  }
  
  .uni-icon-trash:before {
  	content: '\e401';
  }
  
  .uni-icon-upload:before {
  	content: '\e402';
  }
  
  .uni-icon-download:before {
  	content: '\e403';
  }
  
  .uni-icon-close:before {
  	content: '\e404';
  }
  
  .uni-icon-redo:before {
  	content: '\e405';
  }
  
  .uni-icon-undo:before {
  	content: '\e406';
  }
  
  .uni-icon-refresh:before {
  	content: '\e407';
  }
  
  .uni-icon-star:before {
  	content: '\e408';
  }
  
  .uni-icon-plus:before {
  	content: '\e409';
  }
  
  .uni-icon-minus:before {
  	content: '\e410';
  }
  
  .uni-icon-circle:before,
  .uni-icon-checkbox:before {
  	content: '\e411';
  }
  
  .uni-icon-close-filled:before,
  .uni-icon-clear:before {
  	content: '\e434';
  }
  
  .uni-icon-refresh-filled:before {
  	content: '\e437';
  }
  
  .uni-icon-star-filled:before {
  	content: '\e438';
  }
  
  .uni-icon-plus-filled:before {
  	content: '\e439';
  }
  
  .uni-icon-minus-filled:before {
  	content: '\e440';
  }
  
  .uni-icon-circle-filled:before {
  	content: '\e441';
  }
  
  .uni-icon-checkbox-filled:before {
  	content: '\e442';
  }
  
  .uni-icon-closeempty:before {
  	content: '\e460';
  }
  
  .uni-icon-refreshempty:before {
  	content: '\e461';
  }
  
  .uni-icon-reload:before {
  	content: '\e462';
  }
  
  .uni-icon-starhalf:before {
  	content: '\e463';
  }
  
  .uni-icon-spinner:before {
  	content: '\e464';
  }
  
  .uni-icon-spinner-cycle:before {
  	content: '\e465';
  }
  
  .uni-icon-search:before {
  	content: '\e466';
  }
  
  .uni-icon-plusempty:before {
  	content: '\e468';
  }
  
  .uni-icon-forward:before {
  	content: '\e470';
  }
  
  .uni-icon-back:before,
  .uni-icon-left-nav:before {
  	content: '\e471';
  }
  
  .uni-icon-checkmarkempty:before {
  	content: '\e472';
  }
  
  .uni-icon-home:before {
  	content: '\e500';
  }
  
  .uni-icon-navigate:before {
  	content: '\e501';
  }
  
  .uni-icon-gear:before {
  	content: '\e502';
  }
  
  .uni-icon-paperplane:before {
  	content: '\e503';
  }
  
  .uni-icon-info:before {
  	content: '\e504';
  }
  
  .uni-icon-help:before {
  	content: '\e505';
  }
  
  .uni-icon-locked:before {
  	content: '\e506';
  }
  
  .uni-icon-more:before {
  	content: '\e507';
  }
  
  .uni-icon-flag:before {
  	content: '\e508';
  }
  
  .uni-icon-home-filled:before {
  	content: '\e530';
  }
  
  .uni-icon-gear-filled:before {
  	content: '\e532';
  }
  
  .uni-icon-info-filled:before {
  	content: '\e534';
  }
  
  .uni-icon-help-filled:before {
  	content: '\e535';
  }
  
  .uni-icon-more-filled:before {
  	content: '\e537';
  }
  
  .uni-icon-settings:before {
  	content: '\e560';
  }
  
  .uni-icon-list:before {
  	content: '\e562';
  }
  
  .uni-icon-bars:before {
  	content: '\e563';
  }
  
  .uni-icon-loop:before {
  	content: '\e565';
  }
  
  .uni-icon-paperclip:before {
  	content: '\e567';
  }
  
  .uni-icon-eye:before {
  	content: '\e568';
  }
  
  .uni-icon-arrowup:before {
  	content: '\e580';
  }
  
  .uni-icon-arrowdown:before {
  	content: '\e581';
  }
  
  .uni-icon-arrowleft:before {
  	content: '\e582';
  }
  
  .uni-icon-arrowright:before {
  	content: '\e583';
  }
  
  .uni-icon-arrowthinup:before {
  	content: '\e584';
  }
  
  .uni-icon-arrowthindown:before {
  	content: '\e585';
  }
  
  .uni-icon-arrowthinleft:before {
  	content: '\e586';
  }
  
  .uni-icon-arrowthinright:before {
  	content: '\e587';
  }
  
  .uni-icon-pulldown:before {
  	content: '\e588';
  }
  
  .uni-icon-scan:before {
      content: "\e612";
  }
  
  /* 分界线 */
36884ffd   刘淇   打印
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
  .uni-divider {
  	height: 110rpx;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	position: relative;
  }
  
  .uni-divider__content {
  	font-size: 28rpx;
  	color: #999;
  	padding: 0 20rpx;
  	position: relative;
  	z-index: 101;
  	background: #F4F5F6;
  }
  
  .uni-divider__line {
  	background-color: #CCCCCC;
  	height: 1px;
  	width: 100%;
  	position: absolute;
  	z-index: 100;
  	top: 50%;
  	left: 0;
  	transform: translateY(50%);
  }
  
  .left-win-active text {
4b045f7c   刘淇   江阴初始化项目
1718
1719
1720
1721
  	color: #007AFF !important;
  }
  
  .uni-right {
36884ffd   刘淇   打印
1722
  	text-align: right;
4b045f7c   刘淇   江阴初始化项目
1723
1724
1725
  }
  
  .border-bg {
36884ffd   刘淇   打印
1726
1727
  	height: 10px;
  	background: #FAFAFA;
4b045f7c   刘淇   江阴初始化项目
1728
1729
1730
  }
  
  .yellow-bg {
36884ffd   刘淇   打印
1731
  	background: #f0ad4e;
4b045f7c   刘淇   江阴初始化项目
1732
1733
1734
  }
  
  .color-green {
36884ffd   刘淇   打印
1735
  	color: green;
4b045f7c   刘淇   江阴初始化项目
1736
1737
1738
  }
  
  .color-blue {
36884ffd   刘淇   打印
1739
  	color: #0A98D5;
4b045f7c   刘淇   江阴初始化项目
1740
1741
1742
  }
  
  .color-red {
36884ffd   刘淇   打印
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
  	color: #dd524d;
  }
  
  /* 自定义样式 */
  .margin-top-30 {
  	margin-top: 30px;
  }
  
  .margin-left-13 {
  	margin-left: 13px;
  }
  
  .margin-left-5 {
  	margin-left: 5px;
  }
  
  .margin-bottom-5 {
  	margin-bottom: 5px;
  }
  
  .paddinglr30 {
  	padding: 0 30px;
  }
  
  .paddingl10 {
  	padding: 0 10rpx;
  }
  
  .text-center {
  	text-align: center;
  }
  
  .color-black {
  	color: black;
  }
  
  .bg-white {
  	background: white;
  }
  
  .border-bottom-1 {
  	border-bottom: 1px solid #e5e5e5;
  }
  
  .border-bottom-5 {
  	border-bottom: 5px solid #efeff4;
  }
  
  .pos-rel {
  	position: relative;
  }
  
  .pos-abs {
  	position: absolute;
  }
  
  .display-block {
  	display: block;
4b045f7c   刘淇   江阴初始化项目
1801
  }
36884ffd   刘淇   打印
1802
  
4b045f7c   刘淇   江阴初始化项目
1803
  .display-none {
36884ffd   刘淇   打印
1804
  	display: none;
4b045f7c   刘淇   江阴初始化项目
1805
1806
  }
  
36884ffd   刘淇   打印
1807
1808
  .float-left {
  	float: left;
4b045f7c   刘淇   江阴初始化项目
1809
1810
  }
  
36884ffd   刘淇   打印
1811
1812
  .float-right {
  	float: right;
4b045f7c   刘淇   江阴初始化项目
1813
1814
1815
  }
  
  .recordCon {
36884ffd   刘淇   打印
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
  	color: #999;
  	display: flex;
  	justify-content: space-between;
  }
  
  .paddingTopBottom {
  	padding-top: 8px;
  	padding-bottom: 8px;
  }
  
  .jy-fix-height34 {
  	height: 34px;
  	line-height: 34px;
  
  }
  
  .color-bbb {
  	color: #bbb;
  }
  
  .is-required {
  	color: #dd524d;
  	font-weight: 700;
  }
  
  .fontsize22 {
  	font-size: 22px;
4b045f7c   刘淇   江阴初始化项目
1843
1844
  }
  
36884ffd   刘淇   打印
1845
1846
  .fontweightBold {
  	font-weight: bold;
4b045f7c   刘淇   江阴初始化项目
1847
1848
  }
  
36884ffd   刘淇   打印
1849
1850
  .color-62c7ee {
  	background-color: #62c7ee !important;
16cff37f   刘淇   停车记录
1851
1852
1853
1854
1855
  }
  
  .marginAuto{
  	width: 100%;
  	margin: 0 auto;
36884ffd   刘淇   打印
1856
  }