Ver Código Fonte

@CRMAIF_REQ_2549@迁移css文件

yangdingli 3 anos atrás
pai
commit
4e85e9bc9c

+ 570 - 0
show-server/src/main/webapp/biz/css/base.css

@ -0,0 +1,570 @@
1
.common-page-content {
2
  padding-bottom: .1rem;
3
}
4
5
.common-search {
6
  padding: .15rem;
7
  background-color: #fff;
8
}
9
10
.common-search-content {
11
  position: relative;
12
  background: #f7f7f7;
13
  border-radius: 0.18rem;
14
  overflow: hidden;
15
}
16
17
.common-search-input {
18
  display: block;
19
  width: 100%;
20
  -webkit-appearance: none;
21
  border: none;
22
  font-size: 0.12rem;
23
  line-height: 0.16rem;
24
  padding: .11rem .4rem .09rem .35rem;
25
  color: #666;
26
  background-color: transparent;
27
}
28
29
.common-search-tip {
30
  position: absolute;
31
  top: .08rem;
32
  left: .1rem;
33
  width: auto;
34
  font-size: 0.14rem;
35
  font-weight: 400;
36
  color: #B9BFC6;
37
  line-height: 0.24rem;
38
  text-align: center;
39
}
40
41
.common-search-input-clear {
42
  display: none;
43
  right: 0;
44
  top: 0;
45
  position: absolute;
46
  font-size: .15rem;
47
  width: .4rem;
48
  height: .4rem;
49
  text-align: center;
50
  color: rgba(0, 0, 0, .4);
51
  line-height: .4rem;
52
}
53
54
.common-search-icon {
55
  margin-right: .05rem;
56
  font-size: .2rem;
57
}
58
59
.common-search-value .common-search-tip-msg {
60
  display: none;
61
}
62
63
.common-search-value .common-search-tip,
64
.common-search-active .common-search-tip {
65
  left: .1rem;
66
  width: auto;
67
}
68
69
.common-search-value .common-search-input-clear {
70
  display: block;
71
}
72
73
.pages-video {
74
  font-family: PingFangSC;
75
  background-color: #fff;
76
}
77
78
.pages-video .ipu-nav-content > ul > li {
79
  background-color: #fff;
80
}
81
82
.pages-video .ipu-toolbar {
83
  background-color: #fff;
84
  color: #000;
85
}
86
87
.pages-video .ipu-toolbar > .ipu-fn-left .ipu-icon {
88
  color: #000;
89
}
90
91
.pages-video .ipu-toolbar > .ipu-fn-right .ipu-icon {
92
  color: #666;
93
}
94
95
.pages-video .ipu-toolbar .ipu-toolbar-btn {
96
97
}
98
99
.video-list .item-img-wrap,
100
.video-list .item-img-wrap .item-img {
101
  position: relative;
102
  display: block;
103
  width: 1.67rem;
104
  height: .95rem;
105
  border-radius: .04rem;
106
}
107
108
.video-list .item-img-wrap .video-time {
109
  position: absolute;
110
  right: .04rem;
111
  bottom: .04rem;
112
  font-size: .08rem;
113
  color: #FFFFFF;
114
  line-height: .16rem;
115
  background: rgba(0, 0, 0, 0.25);
116
  border-radius: .04rem;
117
  padding: 0 .04rem;
118
}
119
120
.video-list .ipu-list-item-title {
121
  font-size: .14rem;
122
  line-height: .2rem;
123
  color: rgba(0, 0, 0, .85);
124
  min-height: .4rem;
125
}
126
127
.item-content-inner .ipu-list-item-text {
128
  color: rgba(0, 0, 0, .45);
129
  font-size: .1rem;
130
  line-height: .16rem;
131
}
132
133
.pages-video-main .navbar-diy {
134
  height: .49rem;
135
  background-color: rgba(0, 0, 0, .02);
136
}
137
138
.pages-video-main .navbar-diy .nav-item {
139
  width: 40%;
140
  color: rgba(0, 0, 0, .45);
141
  height: .49rem;
142
}
143
144
.pages-video-main .navbar-diy .nav-item .item-icon {
145
  font-size: .3rem;
146
  line-height: 1;
147
}
148
149
.pages-video-main .navbar-diy .nav-item .item-label {
150
  font-size: .1rem;
151
  text-align: center;
152
  line-height: 1;
153
}
154
155
.navbar-diy {
156
  z-index: 11;
157
}
158
159
.navbar-diy .nav-item.active {
160
  color: #0083D3;
161
}
162
163
.navbar-diy .nav-item.active .item-icon,
164
.navbar-diy .nav-item .item-icon-active {
165
  display: none;
166
}
167
168
.navbar-diy .nav-item.active .item-icon-active {
169
  display: block;
170
}
171
172
.navbar-diy .nav-item-middle {
173
  position: absolute;
174
  bottom: .03rem;
175
  width: .7rem;
176
  height: .7rem;
177
  left: 50%;
178
  margin-left: -.35rem;
179
  border-radius: 50%;
180
  background: rgba(0, 0, 0, .02);
181
  padding: .05rem;
182
}
183
184
.nav-item-middle .icon {
185
  width: .6rem;
186
  height: .6rem;
187
  background: #0083D3;
188
  border-radius: 50%;
189
  text-align: center;
190
  display: block;
191
  line-height: .61rem;
192
  font-size: .4rem;
193
  color: #fff;
194
  padding-left: .03rem;
195
}
196
197
.ipu-toolbar .btn-history-clear {
198
  color: #000;
199
}
200
201
.video-detail-block .video-title {
202
  font-size: .14rem;
203
  color: rgba(0, 0, 0, .85);
204
  line-height: 1;
205
}
206
207
.video-play {
208
  width: 100%;
209
  height: 2.13rem;
210
  background-color: #eee;
211
}
212
213
.video-play video{
214
  width: 100%;
215
  height: 2.13rem;
216
}
217
218
.video-detail-block .video-upload-time,
219
.video-detail-block .video-upload-user {
220
  font-size: .1rem;
221
  line-height: 1;
222
  color: rgba(0, 0, 0, .45);
223
  padding-top: .06rem;
224
}
225
226
.video-detail-block .video-upload-user {
227
  padding-top: .1rem;
228
}
229
230
.video-detail-block {
231
  padding: .2rem .12rem;
232
}
233
234
.video-detail-block .video-desc {
235
  margin-top: .1rem;
236
  font-size: .12rem;
237
  color: rgba(0, 0, 0, .65);
238
  line-height: .18rem;
239
}
240
241
.video-detail-block .video-labels {
242
  margin-top: .15rem;
243
  font-size: .12rem;
244
  color: rgba(0, 0, 0, .45);
245
  line-height: .2rem;
246
}
247
248
.video-detail-block .video-labels .label {
249
  color: #0091FF;
250
}
251
252
.video-detail-block .video-labels .label + .label {
253
  margin-left: .1rem;
254
}
255
256
.common-action-video {
257
  /*  background-color: rgba(0, 0, 0, .04);*/
258
  background-color: #f8f8f8;
259
}
260
261
.video-upload-actions {
262
  background-color: #fff;
263
  height: .88rem;
264
}
265
266
.actions-modal-group .actions-modal-label {
267
  margin-top: .12rem;
268
  background-color: #fff;
269
  font-size: .14rem;
270
  color: #000;
271
  text-align: center;
272
  line-height: .49rem;
273
}
274
275
.video-upload-actions .action-icon {
276
  color: #0083D3;
277
  font-size: .30rem;
278
  line-height: 1;
279
}
280
281
.video-upload-actions .action-label {
282
  margin-top: .1rem;
283
  font-size: .12rem;
284
  color: #000;
285
  line-height: 1;
286
  padding-bottom: .02rem;
287
}
288
289
.ipu-fn-bd-l.upload-action:before {
290
  top: .16rem;
291
  bottom: .16rem;
292
  color: rgba(0, 0, 0, .09);
293
}
294
295
.btn-video-upload {
296
  min-width: .56rem;
297
}
298
299
.video-common-list .ipu-list-item {
300
  padding-left: .12rem;
301
}
302
303
.video-common-list .ipu-list-item-inner {
304
  padding-right: .12rem;
305
}
306
307
.video-common-list .ipu-list-item-inner {
308
  min-height: auto;
309
}
310
311
.video-common-list .ipu-list-item-label {
312
  font-size: .12rem;
313
  color: rgba(0, 0, 0, .85);
314
  line-height: .16rem;
315
  min-width: .68rem;
316
}
317
318
.video-common-list .ipu-list-item-input-wrap .ipu-list-item-input::-webkit-input-placeholder,
319
.video-common-list .ipu-list-item-input-wrap .ipu-list-item-textarea::-webkit-input-placeholder {
320
  font-size: .12rem;
321
  line-height: 1;
322
  color: rgba(0, 0, 0, .25);
323
}
324
325
.video-common-list .ipu-list-item-input-wrap .ipu-list-item-input,
326
.video-common-list .ipu-list-item-input-wrap .ipu-list-item-textarea {
327
  font-size: .12rem;
328
  line-height: .18rem;
329
}
330
331
.video-common-list .ipu-switch input {
332
  width: .29rem;
333
  height: .15rem;
334
}
335
336
.video-common-list .ipu-switch input:after {
337
  width: .13rem;
338
  height: .13rem;
339
  left: .01rem;
340
  box-shadow: none;
341
}
342
343
.video-common-list .ipu-switch input:before {
344
  background-color: rgb(217, 217, 217);
345
}
346
347
.video-common-list .ipu-switch input:checked:before {
348
  border-color: #0083D3;
349
  background-color: #0083D3;
350
  box-shadow: #0083D3 0 0 0 0.16rem inset;
351
}
352
353
.video-common-list .ipu-switch input:checked:after {
354
  left: .155rem;
355
}
356
357
.sy-switch-note {
358
  font-size: .12rem;
359
  color: rgba(0, 0, 0, .25);
360
  line-height: 1;
361
}
362
363
.list-item-sy .ipu-list-item-inner {
364
  overflow: visible;
365
}
366
367
.video-sy-block {
368
  margin: .12rem -.12rem -.12rem;
369
  padding: .12rem;
370
  background-color: rgba(0, 0, 0, .04);
371
}
372
373
.video-sy-block .sy-img-title {
374
  font-size: .12rem;
375
  color: rgba(0, 0, 0, .85);
376
  line-height: 1;
377
}
378
379
.video-sy-block .sy-slt-icon {
380
  margin-top: .12rem;
381
  line-height: 1;
382
  font-size: .4rem;
383
  color: rgba(0, 0, 0, .65);
384
}
385
386
.list-nowrap-border.ipu-list > ul:before,
387
.list-nowrap-border.ipu-list > ul:after {
388
  content: none;
389
}
390
391
.video-upload-play {
392
  height: 2.13rem;
393
  background-color: #eee;
394
  margin-bottom: .08rem;
395
}
396
397
.sy-img-display .sy-img-result {
398
  display: block;
399
  width: .4rem;
400
  height: .4rem;
401
}
402
403
.video-desc-limit-num {
404
  text-align: right;
405
  font-size: .08rem;
406
  color: rgba(0, 0, 0, 0.25);
407
  line-height: 1;
408
}
409
410
.list-item-vido-desc .ipu-list-item-textarea {
411
  height: 1.12rem;
412
}
413
414
.upload-video-add-labels {
415
  overflow: auto;
416
  margin: 0.05rem -0.05rem;
417
}
418
419
.upload-video-add-labels .label-item {
420
  background: #0083D3;
421
  border-radius: .04rem;
422
  color: #fff;
423
  font-size: .12rem;
424
  line-height: .2rem;
425
  padding: 0 0 0 .08rem;
426
  float: left;
427
  margin: .05rem;
428
}
429
430
.pages-video-add-label .common-page-content {
431
  margin: 0 .12rem;
432
}
433
434
.upload-video-add-labels .label-item .close-icon {
435
  padding-left: .07rem;
436
  padding-right: .08rem;
437
}
438
439
.video-label-input {
440
  -webkit-appearance: none;
441
  display: block;
442
  width: 100%;
443
  border-radius: .09rem;
444
  background-color: #f7f7f7;
445
  color: rgba(0, 0, 0, .85);
446
  font-size: .12rem;
447
  line-height: .18rem;
448
  padding: .09rem .18rem;
449
  border: none;
450
}
451
452
.video-label-limit {
453
  margin-left: .12rem;
454
  font-size: .12rem;
455
  color: rgba(0, 0, 0, .25);
456
  line-height: .36rem;
457
}
458
459
.video-label-recomm-title {
460
  font-size: .14rem;
461
  color: rgba(0, 0, 0, .85);
462
  line-height: 1;
463
}
464
465
.video-label-recomm-labels {
466
  margin: 0 -.05rem;
467
  overflow: auto;
468
  margin-top: .13rem;
469
}
470
471
.video-label-recomm-labels .label {
472
  background: #F7F7F7;
473
  border-radius: .04rem;
474
  font-size: .12rem;
475
  color: rgba(0, 0, 0, .65);
476
  line-height: .2rem;
477
  padding: 0 .08rem;
478
  margin: .05rem;
479
  float: left;
480
}
481
482
.video-label-recomm {
483
  margin-top: .2rem;
484
}
485
486
.label-input-block {
487
  margin-top: .1rem;
488
}
489
490
.no-result-msg {
491
  text-align: center;
492
  color: #666;
493
  padding: .1rem;
494
  margin-top: .1rem;
495
  font-size: .13rem;
496
  display: none;
497
}
498
499
.pages-video-search-content {
500
  z-index: 1;
501
}
502
503
.search-history-block {
504
  position: absolute;
505
  top: 1.1rem;
506
  left: 0;
507
  right: 0;
508
  bottom: 0;
509
  background-color: #fff;
510
  display: none;
511
  z-index: 11;
512
}
513
514
.state-search-input .search-history-block {
515
  display: block;
516
}
517
518
.search-history-head {
519
  font-size: .14rem;
520
  color: rgba(0, 0, 0, .85);
521
  line-height: 1;
522
  padding-left: .12rem;
523
}
524
525
.search-history-clear {
526
  color: rgba(0, 0, 0, .45);
527
  font-size: .2rem;
528
  width: .4rem;
529
  text-align: center;
530
}
531
532
.search-history-list {
533
  padding: .1rem .07rem;
534
  overflow: auto;
535
}
536
537
.search-history-list label {
538
  float: left;
539
  padding: .1rem;
540
  font-size: .12rem;
541
  color: rgba(0, 0, 0, .65);
542
  line-height: 1;
543
  background-color: #f7f7f7;
544
  border-radius: .06rem;
545
  margin: .05rem;
546
}
547
548
/*-- 有用的参考 css --*/
549
.swipe-action-item {
550
  text-align: center;
551
  width: .6rem;
552
  line-height: 1.15rem;
553
  font-size: .13rem;
554
  font-weight: 400;
555
  color: rgba(255, 255, 255, 1);
556
  background-color: #3F93F8;
557
}
558
559
.swipe-actions .swipe-action-item.swipe-action-item-asset {
560
561
  background-color: #1BCDB9;
562
}
563
564
.swipe-actions .swipe-action-item.swipe-action-item-warn {
565
  background-color: #FB442B;
566
}
567
568
li.swipe-actions-wrapper {
569
  width: auto;
570
}

+ 1 - 0
show-server/src/main/webapp/template/common/Head.html

@ -5,6 +5,7 @@
5 5
<link rel="stylesheet" type="text/css" href="ipu/ui/css/ipuUI.css">
6 6
<link rel="stylesheet" type="text/css" href="ipu/lib/mdi/css/mdi.css">
7 7
<link rel="stylesheet" type="text/css" href="biz/css/demo.css">
8
<link rel="stylesheet" type="text/css" href="biz/css/base.css">
8 9
<script src="ipu/lib/requirejs/require.js"></script>
9 10
<script src="ipu/require-config.js"></script>
10 11
<script src="biz/js/common/require-config.js" ></script>