Blame view

common/uni.css 24.5 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);
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
12
  
4b045f7c   刘淇   江阴初始化项目
13
14
15
  .pc-hide {
  	display: none !important;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
16
  
4b045f7c   刘淇   江阴初始化项目
17
18
19
20
21
22
23
24
  /* #endif */
  
  /*通用 */
  
  /* view{
  	font-size:28rpx;
  	line-height:1.8;
  } */
48ab2c65   chenbiao   add 首页 设置 发票申领
25
26
  progress,
  checkbox-group {
4b045f7c   刘淇   江阴初始化项目
27
28
  	width: 100%;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
29
  
4b045f7c   刘淇   江阴初始化项目
30
31
32
  form {
  	width: 100%;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
33
  
4b045f7c   刘淇   江阴初始化项目
34
35
36
37
  .uni-flex {
  	display: flex;
  	flex-direction: row;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
38
  
4b045f7c   刘淇   江阴初始化项目
39
40
41
  .uni-flex-item {
  	flex: 1;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
42
  
4b045f7c   刘淇   江阴初始化项目
43
44
45
  .uni-row {
  	flex-direction: row;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
46
  
4b045f7c   刘淇   江阴初始化项目
47
48
49
  .uni-column {
  	flex-direction: column;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
50
51
52
53
  
  .uni-link {
  	color: #576B95;
  	font-size: 26rpx;
4b045f7c   刘淇   江阴初始化项目
54
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
55
56
57
  
  .uni-center {
  	text-align: center;
4b045f7c   刘淇   江阴初始化项目
58
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
59
60
  
  .uni-inline-item {
4b045f7c   刘淇   江阴初始化项目
61
62
  	display: flex;
  	flex-direction: row;
48ab2c65   chenbiao   add 首页 设置 发票申领
63
  	align-items: center;
4b045f7c   刘淇   江阴初始化项目
64
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
65
66
  
  .uni-inline-item text {
4b045f7c   刘淇   江阴初始化项目
67
68
  	margin-right: 20rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
69
70
  
  .uni-inline-item text:last-child {
4b045f7c   刘淇   江阴初始化项目
71
72
73
74
75
  	margin-right: 0rpx;
  	margin-left: 20rpx;
  }
  
  /* page */
48ab2c65   chenbiao   add 首页 设置 发票申领
76
77
  .common-page-head {
  	padding: 35rpx;
4b045f7c   刘淇   江阴初始化项目
78
79
  	text-align: center;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
80
  
4b045f7c   刘淇   江阴初始化项目
81
82
83
84
85
86
87
88
89
90
91
  .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;
  }
  
48ab2c65   chenbiao   add 首页 设置 发票申领
92
  .uni-padding-wrap {
4b045f7c   刘淇   江阴初始化项目
93
  	/* width:690rpx; */
48ab2c65   chenbiao   add 首页 设置 发票申领
94
  	padding: 0 30rpx;
4b045f7c   刘淇   江阴初始化项目
95
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
96
  
4b045f7c   刘淇   江阴初始化项目
97
98
  .uni-word {
  	text-align: center;
48ab2c65   chenbiao   add 首页 设置 发票申领
99
  	padding: 200rpx 100rpx;
4b045f7c   刘淇   江阴初始化项目
100
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
101
  
4b045f7c   刘淇   江阴初始化项目
102
  .uni-title {
48ab2c65   chenbiao   add 首页 设置 发票申领
103
104
105
106
  	font-size: 30rpx;
  	font-weight: 500;
  	padding: 20rpx 0;
  	line-height: 1.5;
4b045f7c   刘淇   江阴初始化项目
107
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
108
109
110
  
  .uni-text {
  	font-size: 28rpx;
4b045f7c   刘淇   江阴初始化项目
111
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
112
113
114
115
  
  .uni-title text {
  	font-size: 24rpx;
  	color: #888;
4b045f7c   刘淇   江阴初始化项目
116
117
  }
  
48ab2c65   chenbiao   add 首页 设置 发票申领
118
  .uni-text-gray {
4b045f7c   刘淇   江阴初始化项目
119
120
  	color: #ccc;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
121
  
4b045f7c   刘淇   江阴初始化项目
122
  .uni-text-small {
48ab2c65   chenbiao   add 首页 设置 发票申领
123
  	font-size: 24rpx;
4b045f7c   刘淇   江阴初始化项目
124
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
125
126
127
  
  .uni-common-mb {
  	margin-bottom: 30rpx;
4b045f7c   刘淇   江阴初始化项目
128
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
129
130
131
  
  .uni-common-pb {
  	padding-bottom: 30rpx;
4b045f7c   刘淇   江阴初始化项目
132
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
133
134
135
  
  .uni-common-pl {
  	padding-left: 30rpx;
4b045f7c   刘淇   江阴初始化项目
136
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
137
138
139
  
  .uni-common-mt {
  	margin-top: 30rpx;
4b045f7c   刘淇   江阴初始化项目
140
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
141
  
4b045f7c   刘淇   江阴初始化项目
142
  /* 背景色 */
48ab2c65   chenbiao   add 首页 设置 发票申领
143
144
145
  .uni-bg-red {
  	background: #F76260;
  	color: #FFF;
4b045f7c   刘淇   江阴初始化项目
146
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
147
148
149
150
  
  .uni-bg-green {
  	background: #09BB07;
  	color: #FFF;
4b045f7c   刘淇   江阴初始化项目
151
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
152
153
154
155
  
  .uni-bg-blue {
  	background: #007AFF;
  	color: #FFF;
4b045f7c   刘淇   江阴初始化项目
156
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
157
  
4b045f7c   刘淇   江阴初始化项目
158
  /* 标题 */
48ab2c65   chenbiao   add 首页 设置 发票申领
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
  .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   刘淇   江阴初始化项目
192
193
  
  /* 文本溢出隐藏 */
48ab2c65   chenbiao   add 首页 设置 发票申领
194
195
196
197
198
  .uni-ellipsis {
  	overflow: hidden;
  	white-space: nowrap;
  	text-overflow: ellipsis;
  }
4b045f7c   刘淇   江阴初始化项目
199
200
  
  /* 竖向百分百按钮 */
48ab2c65   chenbiao   add 首页 设置 发票申领
201
202
203
204
205
206
  .uni-btn-v {
  	padding: 10rpx 0;
  }
  
  .uni-btn-v button {
  	margin: 20rpx 0;
4b045f7c   刘淇   江阴初始化项目
207
  }
4b045f7c   刘淇   江阴初始化项目
208
209
  
  /* 表单 */
48ab2c65   chenbiao   add 首页 设置 发票申领
210
211
212
213
  .uni-form-item {
  	display: flex;
  	width: 100%;
  	padding: 10rpx 0;
4b045f7c   刘淇   江阴初始化项目
214
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
215
216
217
  
  .uni-form-item .title {
  	padding: 10rpx 25rpx;
4b045f7c   刘淇   江阴初始化项目
218
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
219
  
4b045f7c   刘淇   江阴初始化项目
220
221
222
223
  .uni-label {
  	width: 210rpx;
  	word-wrap: break-word;
  	word-break: break-all;
48ab2c65   chenbiao   add 首页 设置 发票申领
224
  	text-indent: 20rpx;
4b045f7c   刘淇   江阴初始化项目
225
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
226
  
4b045f7c   刘淇   江阴初始化项目
227
228
229
  .uni-input {
  	height: 50rpx;
  	padding: 15rpx 25rpx;
48ab2c65   chenbiao   add 首页 设置 发票申领
230
231
232
  	line-height: 50rpx;
  	font-size: 28rpx;
  	background: #FFF;
4b045f7c   刘淇   江阴初始化项目
233
234
  	flex: 1;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
235
236
237
238
  
  radio-group,
  checkbox-group {
  	width: 100%;
4b045f7c   刘淇   江阴初始化项目
239
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
240
241
242
243
  
  radio-group label,
  checkbox-group label {
  	padding-right: 20rpx;
4b045f7c   刘淇   江阴初始化项目
244
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
245
246
247
248
249
  
  .uni-form-item .with-fun {
  	display: flex;
  	flex-wrap: nowrap;
  	background: #FFFFFF;
4b045f7c   刘淇   江阴初始化项目
250
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
251
252
253
254
255
256
  
  .uni-form-item .with-fun .uni-icon {
  	width: 40px;
  	height: 80rpx;
  	line-height: 80rpx;
  	flex-shrink: 0;
4b045f7c   刘淇   江阴初始化项目
257
258
259
  }
  
  /* loadmore */
48ab2c65   chenbiao   add 首页 设置 发票申领
260
261
262
263
264
  .uni-loadmore {
  	height: 80rpx;
  	line-height: 80rpx;
  	text-align: center;
  	padding-bottom: 30rpx;
4b045f7c   刘淇   江阴初始化项目
265
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
266
  
4b045f7c   刘淇   江阴初始化项目
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
  /*数字角标*/
  /* .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
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
284
  
4b045f7c   刘淇   江阴初始化项目
285
286
287
288
  .uni-badge-primary {
  	color: #fff;
  	background-color: #007aff
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
289
  
4b045f7c   刘淇   江阴初始化项目
290
291
292
293
294
  .uni-badge-blue.uni-badge-inverted,
  .uni-badge-primary.uni-badge-inverted {
  	color: #007aff;
  	background-color: transparent
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
295
  
4b045f7c   刘淇   江阴初始化项目
296
297
298
299
300
  .uni-badge-green,
  .uni-badge-success {
  	color: #fff;
  	background-color: #4cd964;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
301
  
4b045f7c   刘淇   江阴初始化项目
302
303
304
305
306
  .uni-badge-green.uni-badge-inverted,
  .uni-badge-success.uni-badge-inverted {
  	color: #4cd964;
  	background-color: transparent
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
307
  
4b045f7c   刘淇   江阴初始化项目
308
309
310
311
312
  .uni-badge-warning,
  .uni-badge-yellow {
  	color: #fff;
  	background-color: #f0ad4e
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
313
  
4b045f7c   刘淇   江阴初始化项目
314
315
316
317
318
  .uni-badge-warning.uni-badge-inverted,
  .uni-badge-yellow.uni-badge-inverted {
  	color: #f0ad4e;
  	background-color: transparent
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
319
  
4b045f7c   刘淇   江阴初始化项目
320
321
322
323
324
  .uni-badge-danger,
  .uni-badge-red {
  	color: #fff;
  	background-color: #dd524d
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
325
  
4b045f7c   刘淇   江阴初始化项目
326
327
328
329
330
  .uni-badge-danger.uni-badge-inverted,
  .uni-badge-red.uni-badge-inverted {
  	color: #dd524d;
  	background-color: transparent
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
331
  
4b045f7c   刘淇   江阴初始化项目
332
333
334
335
336
  .uni-badge-purple,
  .uni-badge-royal {
  	color: #fff;
  	background-color: #8a6de9
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
337
  
4b045f7c   刘淇   江阴初始化项目
338
339
340
341
342
343
344
345
346
347
348
349
  .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;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
350
  
4b045f7c   刘淇   江阴初始化项目
351
352
353
354
355
356
357
358
  .uni-collapse-content.uni-active {
  	height: auto;
  }
  
  /*卡片视图 */
  .uni-card {
  	background: #fff;
  	border-radius: 8rpx;
48ab2c65   chenbiao   add 首页 设置 发票申领
359
  	margin: 20rpx 0;
4b045f7c   刘淇   江阴初始化项目
360
361
362
  	position: relative;
  	/* box-shadow: 0 2rpx 4rpx rgba(0, 0, 0, .3); */
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
363
  
4b045f7c   刘淇   江阴初始化项目
364
365
366
  .uni-card-content {
  	font-size: 30rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
367
368
369
370
  
  .uni-card-content.image-view {
  	width: 100%;
  	margin: 0;
4b045f7c   刘淇   江阴初始化项目
371
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
372
  
4b045f7c   刘淇   江阴初始化项目
373
374
375
376
  .uni-card-content-inner {
  	position: relative;
  	padding: 30rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
377
  
4b045f7c   刘淇   江阴初始化项目
378
379
380
381
382
383
384
385
386
  .uni-card-footer,
  .uni-card-header {
  	position: relative;
  	display: flex;
  	min-height: 50rpx;
  	padding: 20rpx 30rpx;
  	justify-content: space-between;
  	align-items: center;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
387
  
4b045f7c   刘淇   江阴初始化项目
388
389
390
  .uni-card-header {
  	font-size: 36rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
391
  
4b045f7c   刘淇   江阴初始化项目
392
393
394
  .uni-card-footer {
  	color: #6d6d72;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
395
  
4b045f7c   刘淇   江阴初始化项目
396
397
398
399
400
401
402
403
404
405
406
407
  .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;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
408
  
4b045f7c   刘淇   江阴初始化项目
409
410
411
412
  .uni-card-header:after {
  	top: auto;
  	bottom: 0;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
413
  
4b045f7c   刘淇   江阴初始化项目
414
415
416
  .uni-card-media {
  	justify-content: flex-start;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
417
  
4b045f7c   刘淇   江阴初始化项目
418
419
420
421
422
  .uni-card-media-logo {
  	height: 84rpx;
  	width: 84rpx;
  	margin-right: 20rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
423
  
4b045f7c   刘淇   江阴初始化项目
424
425
426
427
428
429
430
  .uni-card-media-body {
  	height: 84rpx;
  	display: flex;
  	flex-direction: column;
  	justify-content: space-between;
  	align-items: flex-start;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
431
  
4b045f7c   刘淇   江阴初始化项目
432
433
434
435
  .uni-card-media-text-top {
  	line-height: 36rpx;
  	font-size: 34rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
436
  
4b045f7c   刘淇   江阴初始化项目
437
438
439
440
441
  .uni-card-media-text-bottom {
  	line-height: 30rpx;
  	font-size: 28rpx;
  	color: #8f8f94;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
442
  
4b045f7c   刘淇   江阴初始化项目
443
444
445
446
447
448
449
450
451
452
453
454
  .uni-card-link {
  	color: #007AFF;
  }
  
  /* 列表 */
  .uni-list {
  	background-color: #FFFFFF;
  	position: relative;
  	width: 100%;
  	display: flex;
  	flex-direction: column;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
455
  
4b045f7c   刘淇   江阴初始化项目
456
457
458
459
460
461
462
463
464
465
466
467
  .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;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
468
  
4b045f7c   刘淇   江阴初始化项目
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
  /* .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;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
488
  
4b045f7c   刘淇   江阴初始化项目
489
490
491
  .uni-list-cell-hover {
  	background-color: #eee;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
492
  
4b045f7c   刘淇   江阴初始化项目
493
494
495
  .uni-list-cell-pd {
  	padding: 22rpx 30rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
496
  
4b045f7c   刘淇   江阴初始化项目
497
  .uni-list-cell-left {
48ab2c65   chenbiao   add 首页 设置 发票申领
498
499
  	white-space: nowrap;
  	font-size: 28rpx;
4b045f7c   刘淇   江阴初始化项目
500
501
  	padding: 0 30rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
502
  
4b045f7c   刘淇   江阴初始化项目
503
504
505
506
  .uni-list-cell-db,
  .uni-list-cell-right {
  	flex: 1;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
507
  
4b045f7c   刘淇   江阴初始化项目
508
509
510
511
512
513
514
515
516
517
518
519
  .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;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
520
  
4b045f7c   刘淇   江阴初始化项目
521
522
523
  .uni-list .uni-list-cell:last-child::after {
  	height: 0rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
524
  
4b045f7c   刘淇   江阴初始化项目
525
526
527
  .uni-list-cell-last.uni-list-cell::after {
  	height: 0rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
528
  
4b045f7c   刘淇   江阴初始化项目
529
530
531
532
533
  .uni-list-cell-divider {
  	position: relative;
  	display: flex;
  	color: #999;
  	background-color: #f7f7f7;
48ab2c65   chenbiao   add 首页 设置 发票申领
534
  	padding: 15rpx 20rpx;
4b045f7c   刘淇   江阴初始化项目
535
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
536
  
4b045f7c   刘淇   江阴初始化项目
537
538
539
540
541
542
543
544
545
546
547
  .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;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
548
  
4b045f7c   刘淇   江阴初始化项目
549
550
551
552
553
554
555
556
557
558
559
  .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;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
560
  
4b045f7c   刘淇   江阴初始化项目
561
  .uni-list-cell-navigate {
48ab2c65   chenbiao   add 首页 设置 发票申领
562
  	font-size: 30rpx;
4b045f7c   刘淇   江阴初始化项目
563
564
565
566
567
568
569
570
571
572
  	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;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
573
  
4b045f7c   刘淇   江阴初始化项目
574
575
576
  .uni-list-cell-navigate {
  	padding-right: 36rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
577
  
4b045f7c   刘淇   江阴初始化项目
578
579
580
  .uni-navigate-badge {
  	padding-right: 50rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
581
  
4b045f7c   刘淇   江阴初始化项目
582
583
584
585
586
587
588
589
590
591
  .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%);
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
592
  
4b045f7c   刘淇   江阴初始化项目
593
594
595
596
597
598
599
600
601
602
  .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%);
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
603
  
4b045f7c   刘淇   江阴初始化项目
604
605
606
607
608
609
610
611
612
613
  .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%);
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
614
  
4b045f7c   刘淇   江阴初始化项目
615
616
617
  .uni-collapse.uni-list-cell {
  	flex-direction: column;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
618
  
4b045f7c   刘淇   江阴初始化项目
619
620
621
  .uni-list-cell-navigate.uni-active {
  	background: #eee;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
622
  
4b045f7c   刘淇   江阴初始化项目
623
624
625
626
627
  .uni-list.uni-collapse {
  	box-sizing: border-box;
  	height: 0;
  	overflow: hidden;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
628
  
4b045f7c   刘淇   江阴初始化项目
629
630
631
  .uni-collapse .uni-list-cell {
  	padding-left: 20rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
632
  
4b045f7c   刘淇   江阴初始化项目
633
634
635
  .uni-collapse .uni-list-cell::after {
  	left: 52rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
636
  
4b045f7c   刘淇   江阴初始化项目
637
638
639
640
641
642
643
644
645
646
647
648
649
  .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;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
650
  
4b045f7c   刘淇   江阴初始化项目
651
652
653
654
655
  .uni-triplex-right,
  .uni-triplex-left {
  	display: flex;
  	flex-direction: column;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
656
  
4b045f7c   刘淇   江阴初始化项目
657
658
659
  .uni-triplex-left {
  	width: 84%;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
660
661
662
663
664
665
666
667
  
  .uni-triplex-left .uni-title {
  	padding: 8rpx 0;
  }
  
  .uni-triplex-left .uni-text,
  .uni-triplex-left .uni-text-small {
  	color: #999999;
4b045f7c   刘淇   江阴初始化项目
668
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
669
  
4b045f7c   刘淇   江阴初始化项目
670
671
672
673
674
675
676
677
678
679
680
681
682
  .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;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
683
  
4b045f7c   刘淇   江阴初始化项目
684
685
686
  .uni-navigate-right.uni-media-list {
  	padding-right: 74rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
687
  
4b045f7c   刘淇   江阴初始化项目
688
689
690
  .uni-pull-right {
  	flex-direction: row-reverse;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
691
  
4b045f7c   刘淇   江阴初始化项目
692
693
694
695
  .uni-pull-right>.uni-media-list-logo {
  	margin-right: 0rpx;
  	margin-left: 20rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
696
  
4b045f7c   刘淇   江阴初始化项目
697
698
699
700
701
  .uni-media-list-logo {
  	height: 84rpx;
  	width: 84rpx;
  	margin-right: 20rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
702
  
4b045f7c   刘淇   江阴初始化项目
703
704
705
706
  .uni-media-list-logo image {
  	height: 100%;
  	width: 100%;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
707
  
4b045f7c   刘淇   江阴初始化项目
708
709
710
711
712
713
714
715
716
  .uni-media-list-body {
  	height: 84rpx;
  	display: flex;
  	flex: 1;
  	flex-direction: column;
  	justify-content: space-between;
  	align-items: flex-start;
  	overflow: hidden;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
717
  
4b045f7c   刘淇   江阴初始化项目
718
719
720
721
722
  .uni-media-list-text-top {
  	width: 100%;
  	line-height: 36rpx;
  	font-size: 30rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
723
  
4b045f7c   刘淇   江阴初始化项目
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
  .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;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
740
  
4b045f7c   刘淇   江阴初始化项目
741
742
743
744
745
746
747
748
749
750
751
752
  .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;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
753
  
4b045f7c   刘淇   江阴初始化项目
754
755
756
  .no-border-right {
  	border-right: none;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
757
  
4b045f7c   刘淇   江阴初始化项目
758
759
760
761
  .uni-grid-9-image {
  	width: 100rpx;
  	height: 100rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
762
  
4b045f7c   刘淇   江阴初始化项目
763
764
765
766
767
768
769
  .uni-grid-9-text {
  	width: 250rpx;
  	line-height: 4rpx;
  	height: 40rpx;
  	text-align: center;
  	font-size: 30rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
770
  
4b045f7c   刘淇   江阴初始化项目
771
772
773
774
775
776
777
778
779
  .uni-grid-9-item-hover {
  	background: rgba(0, 0, 0, 0.1);
  }
  
  /* 上传 */
  .uni-uploader {
  	flex: 1;
  	flex-direction: column;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
780
  
4b045f7c   刘淇   江阴初始化项目
781
782
783
784
785
  .uni-uploader-head {
  	display: flex;
  	flex-direction: row;
  	justify-content: space-between;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
786
  
4b045f7c   刘淇   江阴初始化项目
787
788
789
  .uni-uploader-info {
  	color: #B2B2B2;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
790
  
4b045f7c   刘淇   江阴初始化项目
791
792
793
  .uni-uploader-body {
  	margin-top: 16rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
794
  
4b045f7c   刘淇   江阴初始化项目
795
796
797
798
799
  .uni-uploader__files {
  	display: flex;
  	flex-direction: row;
  	flex-wrap: wrap;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
800
  
4b045f7c   刘淇   江阴初始化项目
801
802
803
804
805
  .uni-uploader__file {
  	margin: 10rpx;
  	width: 210rpx;
  	height: 210rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
806
  
4b045f7c   刘淇   江阴初始化项目
807
808
809
810
811
  .uni-uploader__img {
  	display: block;
  	width: 210rpx;
  	height: 210rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
812
  
4b045f7c   刘淇   江阴初始化项目
813
814
  .uni-uploader__input-box {
  	position: relative;
48ab2c65   chenbiao   add 首页 设置 发票申领
815
  	margin: 10rpx;
4b045f7c   刘淇   江阴初始化项目
816
817
818
819
  	width: 208rpx;
  	height: 208rpx;
  	border: 2rpx solid #D9D9D9;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
820
  
4b045f7c   刘淇   江阴初始化项目
821
822
823
824
825
826
827
828
829
830
  .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;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
831
  
4b045f7c   刘淇   江阴初始化项目
832
833
834
835
  .uni-uploader__input-box:before {
  	width: 4rpx;
  	height: 79rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
836
  
4b045f7c   刘淇   江阴初始化项目
837
838
839
840
  .uni-uploader__input-box:after {
  	width: 79rpx;
  	height: 4rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
841
  
4b045f7c   刘淇   江阴初始化项目
842
843
844
  .uni-uploader__input-box:active {
  	border-color: #999999;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
845
  
4b045f7c   刘淇   江阴初始化项目
846
847
848
849
  .uni-uploader__input-box:active:before,
  .uni-uploader__input-box:active:after {
  	background-color: #999999;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
850
  
4b045f7c   刘淇   江阴初始化项目
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
  .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;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
871
  
4b045f7c   刘淇   江阴初始化项目
872
873
874
875
  .feedback-star-view.feedback-title {
  	justify-content: flex-start;
  	margin: 0;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
876
  
4b045f7c   刘淇   江阴初始化项目
877
878
879
880
  .feedback-quick {
  	position: relative;
  	padding-right: 40rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
881
  
4b045f7c   刘淇   江阴初始化项目
882
883
884
885
886
887
888
889
890
891
892
  .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%);
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
893
  
4b045f7c   刘淇   江阴初始化项目
894
895
896
  .feedback-body {
  	background: #fff;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
897
  
4b045f7c   刘淇   江阴初始化项目
898
899
900
901
902
903
904
905
  .feedback-textare {
  	height: 200rpx;
  	font-size: 34rpx;
  	line-height: 50rpx;
  	width: 100%;
  	box-sizing: border-box;
  	padding: 20rpx 30rpx 0;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
906
  
4b045f7c   刘淇   江阴初始化项目
907
908
909
910
911
912
913
  .feedback-input {
  	font-size: 34rpx;
  	height: 50rpx;
  	min-height: 50rpx;
  	padding: 15rpx 20rpx;
  	line-height: 50rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
914
  
4b045f7c   刘淇   江阴初始化项目
915
916
917
  .feedback-uploader {
  	padding: 22rpx 20rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
918
  
4b045f7c   刘淇   江阴初始化项目
919
920
921
922
923
  .feedback-star {
  	font-family: uniicons;
  	font-size: 40rpx;
  	margin-left: 6rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
924
  
4b045f7c   刘淇   江阴初始化项目
925
926
927
  .feedback-star-view {
  	margin-left: 20rpx;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
928
  
4b045f7c   刘淇   江阴初始化项目
929
930
931
  .feedback-star:after {
  	content: '\e408';
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
932
  
4b045f7c   刘淇   江阴初始化项目
933
934
935
  .feedback-star.active {
  	color: #FFB400;
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
936
  
4b045f7c   刘淇   江阴初始化项目
937
938
939
  .feedback-star.active:after {
  	content: '\e438';
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
940
  
4b045f7c   刘淇   江阴初始化项目
941
942
943
944
945
946
947
948
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
  .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;
48ab2c65   chenbiao   add 首页 设置 发票申领
981
  	font-size: 28rpx;
4b045f7c   刘淇   江阴初始化项目
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
  	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 */
48ab2c65   chenbiao   add 首页 设置 发票申领
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
  .uni-textarea {
  	width: 100%;
  	background: #FFF;
  }
  
  .uni-textarea textarea {
  	width: 96%;
  	padding: 18rpx 2%;
  	line-height: 1.6;
  	font-size: 28rpx;
  	height: 150rpx;
4b045f7c   刘淇   江阴初始化项目
1013
1014
1015
1016
1017
1018
1019
1020
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
  }
  
  /* 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);
  }
  
48ab2c65   chenbiao   add 首页 设置 发票申领
1055
1056
  .uni-tab-bar-loading {
  	padding: 20rpx 0;
4b045f7c   刘淇   江阴初始化项目
1057
1058
1059
  }
  
  /* comment */
48ab2c65   chenbiao   add 首页 设置 发票申领
1060
1061
1062
1063
1064
1065
1066
1067
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
  .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   刘淇   江阴初始化项目
1132
1133
  
  /* swiper msg */
48ab2c65   chenbiao   add 首页 设置 发票申领
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
  .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   刘淇   江阴初始化项目
1159
1160
1161
  
  /* product */
  .uni-product-list {
48ab2c65   chenbiao   add 首页 设置 发票申领
1162
1163
1164
1165
  	display: flex;
  	width: 100%;
  	flex-wrap: wrap;
  	flex-direction: row;
4b045f7c   刘淇   江阴初始化项目
1166
1167
1168
  }
  
  .uni-product {
48ab2c65   chenbiao   add 首页 设置 发票申领
1169
1170
1171
  	padding: 20rpx;
  	display: flex;
  	flex-direction: column;
4b045f7c   刘淇   江阴初始化项目
1172
1173
1174
  }
  
  .image-view {
48ab2c65   chenbiao   add 首页 设置 发票申领
1175
1176
1177
  	height: 330rpx;
  	width: 330rpx;
  	margin: 12rpx 0;
4b045f7c   刘淇   江阴初始化项目
1178
1179
1180
  }
  
  .uni-product-image {
48ab2c65   chenbiao   add 首页 设置 发票申领
1181
1182
  	height: 330rpx;
  	width: 330rpx;
4b045f7c   刘淇   江阴初始化项目
1183
1184
1185
  }
  
  .uni-product-title {
48ab2c65   chenbiao   add 首页 设置 发票申领
1186
1187
1188
1189
1190
1191
1192
1193
  	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   刘淇   江阴初始化项目
1194
1195
1196
  }
  
  .uni-product-price {
48ab2c65   chenbiao   add 首页 设置 发票申领
1197
1198
1199
1200
  	margin-top: 10rpx;
  	font-size: 28rpx;
  	line-height: 1.5;
  	position: relative;
4b045f7c   刘淇   江阴初始化项目
1201
1202
1203
  }
  
  .uni-product-price-original {
48ab2c65   chenbiao   add 首页 设置 发票申领
1204
  	color: #e80080;
4b045f7c   刘淇   江阴初始化项目
1205
1206
1207
  }
  
  .uni-product-price-favour {
48ab2c65   chenbiao   add 首页 设置 发票申领
1208
1209
1210
  	color: #888888;
  	text-decoration: line-through;
  	margin-left: 10rpx;
4b045f7c   刘淇   江阴初始化项目
1211
1212
1213
  }
  
  .uni-product-tip {
48ab2c65   chenbiao   add 首页 设置 发票申领
1214
1215
1216
1217
1218
1219
  	position: absolute;
  	right: 10rpx;
  	background-color: #ff3333;
  	color: #ffffff;
  	padding: 0 10rpx;
  	border-radius: 5rpx;
4b045f7c   刘淇   江阴初始化项目
1220
1221
1222
1223
  }
  
  /* timeline */
  .uni-timeline {
48ab2c65   chenbiao   add 首页 设置 发票申领
1224
1225
1226
1227
1228
1229
1230
1231
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
  	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   刘淇   江阴初始化项目
1305
1306
1307
1308
1309
1310
1311
1312
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
  
  
  /* 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 {
48ab2c65   chenbiao   add 首页 设置 发票申领
1677
  	content: "\e612";
4b045f7c   刘淇   江阴初始化项目
1678
1679
1680
  }
  
  /* 分界线 */
48ab2c65   chenbiao   add 首页 设置 发票申领
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
  .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   刘淇   江阴初始化项目
1710
1711
1712
1713
  	color: #007AFF !important;
  }
  
  .uni-right {
48ab2c65   chenbiao   add 首页 设置 发票申领
1714
  	text-align: right;
4b045f7c   刘淇   江阴初始化项目
1715
1716
1717
  }
  
  .border-bg {
48ab2c65   chenbiao   add 首页 设置 发票申领
1718
1719
  	height: 10px;
  	background: #FAFAFA;
4b045f7c   刘淇   江阴初始化项目
1720
1721
1722
  }
  
  .yellow-bg {
48ab2c65   chenbiao   add 首页 设置 发票申领
1723
  	background: #f0ad4e;
4b045f7c   刘淇   江阴初始化项目
1724
1725
1726
  }
  
  .color-green {
48ab2c65   chenbiao   add 首页 设置 发票申领
1727
  	color: green;
4b045f7c   刘淇   江阴初始化项目
1728
1729
1730
  }
  
  .color-blue {
48ab2c65   chenbiao   add 首页 设置 发票申领
1731
  	color: #0A98D5;
4b045f7c   刘淇   江阴初始化项目
1732
1733
1734
  }
  
  .color-red {
48ab2c65   chenbiao   add 首页 设置 发票申领
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
  	color: #dd524d;
  }
  
  /* 自定义样式 */
  .margin-top-30 {
  	margin-top: 30px;
  }
  
  .margin-left-13 {
  	margin-left: 13px;
4b045f7c   刘淇   江阴初始化项目
1745
  }
48ab2c65   chenbiao   add 首页 设置 发票申领
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
  
  .paddinglr30 {
  	padding: 0 30px;
  }
  
  .text-center {
  	text-align: center;
  }
  
  .color-black {
  	color: black;
  }
  
  .bg-white {
  	background: white;
  }
  .border-bottom-1{
  	border-bottom: 1px solid #e5e5e5;
  }
  .pos-rel {
  	position: relative;
  }
  
  .pos-abs {
  	position: absolute;
  }
  
4b045f7c   刘淇   江阴初始化项目
1773
  .display-none {
48ab2c65   chenbiao   add 首页 设置 发票申领
1774
  	display: none;
4b045f7c   刘淇   江阴初始化项目
1775
1776
  }
  
48ab2c65   chenbiao   add 首页 设置 发票申领
1777
1778
  .float-left {
  	float: left;
4b045f7c   刘淇   江阴初始化项目
1779
1780
  }
  
48ab2c65   chenbiao   add 首页 设置 发票申领
1781
1782
  .float-right {
  	float: right;
4b045f7c   刘淇   江阴初始化项目
1783
1784
1785
  }
  
  .recordCon {
48ab2c65   chenbiao   add 首页 设置 发票申领
1786
1787
1788
  	color: #999;
  	display: flex;
  	justify-content: space-between;
4b045f7c   刘淇   江阴初始化项目
1789
1790
  }
  
48ab2c65   chenbiao   add 首页 设置 发票申领
1791
1792
1793
  .paddingTopBottom {
  	padding-top: 8px;
  	padding-bottom: 8px;
4b045f7c   刘淇   江阴初始化项目
1794
  }