@baosight/erm 1.6.0 → 1.6.2

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.esm.css CHANGED
@@ -1,135 +1,4 @@
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
-
63
- .rowContent[data-v-1b695265] {
64
- display: flex;
65
- flex-direction: row;
66
- justify-content: center;
67
- width: 100%;
68
- margin: 0;
69
- padding: 0;
70
- }
71
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
72
- width: 100%;
73
- display: flex;
74
- flex-direction: column;
75
- justify-content: start;
76
- overflow: auto;
77
- border-radius: 15px;
78
- background-color: #ffffff;
79
- }
80
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
81
- display: flex;
82
- flex-direction: column;
83
- justify-content: flex-start;
84
- padding: 0px 0;
85
- border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
86
- }
87
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
88
- display: flex;
89
- flex-direction: row;
90
- justify-content: flex-start;
91
- align-items: center;
92
- font-size: 14px;
93
- font-family: "阿里巴巴普惠体Regular";
94
- padding-left: 4px;
95
- }
96
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
97
- content: "*";
98
- display: contents;
99
- color: red;
100
- }
101
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
102
- font-size: 14px;
103
- font-family: "阿里巴巴普惠体Regular";
104
- }
105
-
106
- .mainTitle[data-v-1b695265] {
107
- display: flex;
108
- flex-direction: column;
109
- justify-content: center;
110
- align-items: center;
111
- font-family: "阿里巴巴普惠体Bold";
112
- font-size: 23px;
113
- color: #548cf6;
114
- margin: 10px;
115
- }
116
-
117
- [data-v-1b695265] .checkError {
118
- border-bottom: 1px solid red;
119
- animation: blink-1b695265 2s linear infinite;
120
- }
121
-
122
- @keyframes blink-1b695265 {
123
- 0% {
124
- border-color: red;
125
- }
126
- 50% {
127
- border-color: transparent;
128
- }
129
- 100% {
130
- border-color: red;
131
- }
132
- }
133
2
  .swiperButton[data-v-35c7b3ce] {
134
3
  height: 100%;
135
4
  }
@@ -486,6 +355,67 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
486
355
  color: #fff; /* 勾选后的文字颜色 */
487
356
  }
488
357
 
358
+ .container[data-v-87a0d832] {
359
+ width: 100%;
360
+ height: 100%;
361
+ position: relative;
362
+ }
363
+
364
+ .box[data-v-87a0d832] {
365
+ display: flex;
366
+ justify-content: center;
367
+ align-items: center;
368
+ height: 100vh;
369
+ }
370
+
371
+ .goods-card[data-v-87a0d832] {
372
+ display: flex;
373
+ flex-direction: column;
374
+ justify-content: flex-start;
375
+ }
376
+
377
+ .card-desc[data-v-87a0d832] {
378
+ text-align: left;
379
+ }
380
+
381
+ .button-area[data-v-87a0d832] {
382
+ display: flex;
383
+ justify-content: space-between;
384
+ align-items: center;
385
+ top: 20px;
386
+ margin-top: 5%;
387
+ margin-left: 5%;
388
+ margin-right: 5%;
389
+ margin-bottom: 5%;
390
+ position: sticky;
391
+ z-index: 1000;
392
+ }
393
+
394
+ .button-type[data-v-87a0d832] {
395
+ font-size: 14px;
396
+ border-radius: 10px;
397
+ font-family: "阿里巴巴普惠体Regular";
398
+ position: relative;
399
+ }
400
+
401
+ .slot-left[data-v-87a0d832] {
402
+ margin-top: 20px;
403
+ margin-left: 20px;
404
+ width: 100%;
405
+ height: 60px;
406
+ }
407
+
408
+ .slot-right[data-v-87a0d832] {
409
+ margin-top: 20px;
410
+ width: 100%;
411
+ height: 60px;
412
+ border-radius: 10px;
413
+ color: white;
414
+ font-size: 16px;
415
+ font-weight: 600;
416
+ font-family: "阿里巴巴普惠体Light";
417
+ }
418
+
489
419
  .baseStyle[data-v-a440e92e] {
490
420
  width: 99%;
491
421
  height: 100%;
@@ -626,6 +556,80 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
626
556
  z-index: 1000;
627
557
  }
628
558
 
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
+
629
633
  [data-v-7351fe97] .van-popup {
630
634
  max-height: 80%;
631
635
  }
@@ -655,10 +659,6 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
655
659
  height: calc(100% - 100px);
656
660
  }
657
661
 
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
  }