@baosight/erm 1.6.2 → 1.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.css +1 -1
- package/lib/index.esm.css +116 -116
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
package/lib/index.esm.css
CHANGED
|
@@ -1,4 +1,65 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
+
.container[data-v-87a0d832] {
|
|
3
|
+
width: 100%;
|
|
4
|
+
height: 100%;
|
|
5
|
+
position: relative;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.box[data-v-87a0d832] {
|
|
9
|
+
display: flex;
|
|
10
|
+
justify-content: center;
|
|
11
|
+
align-items: center;
|
|
12
|
+
height: 100vh;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.goods-card[data-v-87a0d832] {
|
|
16
|
+
display: flex;
|
|
17
|
+
flex-direction: column;
|
|
18
|
+
justify-content: flex-start;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.card-desc[data-v-87a0d832] {
|
|
22
|
+
text-align: left;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.button-area[data-v-87a0d832] {
|
|
26
|
+
display: flex;
|
|
27
|
+
justify-content: space-between;
|
|
28
|
+
align-items: center;
|
|
29
|
+
top: 20px;
|
|
30
|
+
margin-top: 5%;
|
|
31
|
+
margin-left: 5%;
|
|
32
|
+
margin-right: 5%;
|
|
33
|
+
margin-bottom: 5%;
|
|
34
|
+
position: sticky;
|
|
35
|
+
z-index: 1000;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.button-type[data-v-87a0d832] {
|
|
39
|
+
font-size: 14px;
|
|
40
|
+
border-radius: 10px;
|
|
41
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
42
|
+
position: relative;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.slot-left[data-v-87a0d832] {
|
|
46
|
+
margin-top: 20px;
|
|
47
|
+
margin-left: 20px;
|
|
48
|
+
width: 100%;
|
|
49
|
+
height: 60px;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.slot-right[data-v-87a0d832] {
|
|
53
|
+
margin-top: 20px;
|
|
54
|
+
width: 100%;
|
|
55
|
+
height: 60px;
|
|
56
|
+
border-radius: 10px;
|
|
57
|
+
color: white;
|
|
58
|
+
font-size: 16px;
|
|
59
|
+
font-weight: 600;
|
|
60
|
+
font-family: "阿里巴巴普惠体Light";
|
|
61
|
+
}
|
|
62
|
+
|
|
2
63
|
.swiperButton[data-v-35c7b3ce] {
|
|
3
64
|
height: 100%;
|
|
4
65
|
}
|
|
@@ -355,67 +416,76 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
355
416
|
color: #fff; /* 勾选后的文字颜色 */
|
|
356
417
|
}
|
|
357
418
|
|
|
358
|
-
.
|
|
419
|
+
.rowContent[data-v-1b695265] {
|
|
420
|
+
display: flex;
|
|
421
|
+
flex-direction: row;
|
|
422
|
+
justify-content: center;
|
|
359
423
|
width: 100%;
|
|
360
|
-
|
|
361
|
-
|
|
424
|
+
margin: 0;
|
|
425
|
+
padding: 0;
|
|
362
426
|
}
|
|
363
|
-
|
|
364
|
-
|
|
427
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
|
|
428
|
+
width: 100%;
|
|
365
429
|
display: flex;
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
430
|
+
flex-direction: column;
|
|
431
|
+
justify-content: start;
|
|
432
|
+
overflow: auto;
|
|
433
|
+
border-radius: 15px;
|
|
434
|
+
background-color: #ffffff;
|
|
369
435
|
}
|
|
370
|
-
|
|
371
|
-
.goods-card[data-v-87a0d832] {
|
|
436
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
|
|
372
437
|
display: flex;
|
|
373
438
|
flex-direction: column;
|
|
374
439
|
justify-content: flex-start;
|
|
440
|
+
padding: 0px 0;
|
|
441
|
+
border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
|
|
375
442
|
}
|
|
376
|
-
|
|
377
|
-
.card-desc[data-v-87a0d832] {
|
|
378
|
-
text-align: left;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
.button-area[data-v-87a0d832] {
|
|
443
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
|
|
382
444
|
display: flex;
|
|
383
|
-
|
|
445
|
+
flex-direction: row;
|
|
446
|
+
justify-content: flex-start;
|
|
384
447
|
align-items: center;
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
margin-right: 5%;
|
|
389
|
-
margin-bottom: 5%;
|
|
390
|
-
position: sticky;
|
|
391
|
-
z-index: 1000;
|
|
448
|
+
font-size: 14px;
|
|
449
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
450
|
+
padding-left: 4px;
|
|
392
451
|
}
|
|
393
|
-
|
|
394
|
-
|
|
452
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
|
|
453
|
+
content: "*";
|
|
454
|
+
display: contents;
|
|
455
|
+
color: red;
|
|
456
|
+
}
|
|
457
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
|
|
395
458
|
font-size: 14px;
|
|
396
|
-
border-radius: 10px;
|
|
397
459
|
font-family: "阿里巴巴普惠体Regular";
|
|
398
|
-
position: relative;
|
|
399
460
|
}
|
|
400
461
|
|
|
401
|
-
.
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
462
|
+
.mainTitle[data-v-1b695265] {
|
|
463
|
+
display: flex;
|
|
464
|
+
flex-direction: column;
|
|
465
|
+
justify-content: center;
|
|
466
|
+
align-items: center;
|
|
467
|
+
font-family: "阿里巴巴普惠体Bold";
|
|
468
|
+
font-size: 23px;
|
|
469
|
+
color: #548cf6;
|
|
470
|
+
margin: 10px;
|
|
406
471
|
}
|
|
407
472
|
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
height: 60px;
|
|
412
|
-
border-radius: 10px;
|
|
413
|
-
color: white;
|
|
414
|
-
font-size: 16px;
|
|
415
|
-
font-weight: 600;
|
|
416
|
-
font-family: "阿里巴巴普惠体Light";
|
|
473
|
+
[data-v-1b695265] .checkError {
|
|
474
|
+
border-bottom: 1px solid red;
|
|
475
|
+
animation: blink-1b695265 2s linear infinite;
|
|
417
476
|
}
|
|
418
477
|
|
|
478
|
+
@keyframes blink-1b695265 {
|
|
479
|
+
0% {
|
|
480
|
+
border-color: red;
|
|
481
|
+
}
|
|
482
|
+
50% {
|
|
483
|
+
border-color: transparent;
|
|
484
|
+
}
|
|
485
|
+
100% {
|
|
486
|
+
border-color: red;
|
|
487
|
+
}
|
|
488
|
+
}
|
|
419
489
|
.baseStyle[data-v-a440e92e] {
|
|
420
490
|
width: 99%;
|
|
421
491
|
height: 100%;
|
|
@@ -556,80 +626,6 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
556
626
|
z-index: 1000;
|
|
557
627
|
}
|
|
558
628
|
|
|
559
|
-
.rowContent[data-v-1b695265] {
|
|
560
|
-
display: flex;
|
|
561
|
-
flex-direction: row;
|
|
562
|
-
justify-content: center;
|
|
563
|
-
width: 100%;
|
|
564
|
-
margin: 0;
|
|
565
|
-
padding: 0;
|
|
566
|
-
}
|
|
567
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
|
|
568
|
-
width: 100%;
|
|
569
|
-
display: flex;
|
|
570
|
-
flex-direction: column;
|
|
571
|
-
justify-content: start;
|
|
572
|
-
overflow: auto;
|
|
573
|
-
border-radius: 15px;
|
|
574
|
-
background-color: #ffffff;
|
|
575
|
-
}
|
|
576
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
|
|
577
|
-
display: flex;
|
|
578
|
-
flex-direction: column;
|
|
579
|
-
justify-content: flex-start;
|
|
580
|
-
padding: 0px 0;
|
|
581
|
-
border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
|
|
582
|
-
}
|
|
583
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
|
|
584
|
-
display: flex;
|
|
585
|
-
flex-direction: row;
|
|
586
|
-
justify-content: flex-start;
|
|
587
|
-
align-items: center;
|
|
588
|
-
font-size: 14px;
|
|
589
|
-
font-family: "阿里巴巴普惠体Regular";
|
|
590
|
-
padding-left: 4px;
|
|
591
|
-
}
|
|
592
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
|
|
593
|
-
content: "*";
|
|
594
|
-
display: contents;
|
|
595
|
-
color: red;
|
|
596
|
-
}
|
|
597
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
|
|
598
|
-
font-size: 14px;
|
|
599
|
-
font-family: "阿里巴巴普惠体Regular";
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
.mainTitle[data-v-1b695265] {
|
|
603
|
-
display: flex;
|
|
604
|
-
flex-direction: column;
|
|
605
|
-
justify-content: center;
|
|
606
|
-
align-items: center;
|
|
607
|
-
font-family: "阿里巴巴普惠体Bold";
|
|
608
|
-
font-size: 23px;
|
|
609
|
-
color: #548cf6;
|
|
610
|
-
margin: 10px;
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
[data-v-1b695265] .checkError {
|
|
614
|
-
border-bottom: 1px solid red;
|
|
615
|
-
animation: blink-1b695265 2s linear infinite;
|
|
616
|
-
}
|
|
617
|
-
|
|
618
|
-
@keyframes blink-1b695265 {
|
|
619
|
-
0% {
|
|
620
|
-
border-color: red;
|
|
621
|
-
}
|
|
622
|
-
50% {
|
|
623
|
-
border-color: transparent;
|
|
624
|
-
}
|
|
625
|
-
100% {
|
|
626
|
-
border-color: red;
|
|
627
|
-
}
|
|
628
|
-
}
|
|
629
|
-
[data-v-6e3557b8] .van-checkbox {
|
|
630
|
-
padding: 5px 0;
|
|
631
|
-
}
|
|
632
|
-
|
|
633
629
|
[data-v-7351fe97] .van-popup {
|
|
634
630
|
max-height: 80%;
|
|
635
631
|
}
|
|
@@ -659,6 +655,10 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
659
655
|
height: calc(100% - 100px);
|
|
660
656
|
}
|
|
661
657
|
|
|
658
|
+
[data-v-6e3557b8] .van-checkbox {
|
|
659
|
+
padding: 5px 0;
|
|
660
|
+
}
|
|
661
|
+
|
|
662
662
|
[data-v-804c414a] .van-checkbox {
|
|
663
663
|
padding: 5px 0;
|
|
664
664
|
}
|