@baosight/erm 1.2.9 → 1.3.1

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
  .baseStyle[data-v-a440e92e] {
134
3
  width: 99%;
135
4
  height: 100%;
@@ -232,6 +101,76 @@
232
101
  z-index: 1000;
233
102
  }
234
103
 
104
+ .rowContent[data-v-1b695265] {
105
+ display: flex;
106
+ flex-direction: row;
107
+ justify-content: center;
108
+ width: 100%;
109
+ margin: 0;
110
+ padding: 0;
111
+ }
112
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
113
+ width: 100%;
114
+ display: flex;
115
+ flex-direction: column;
116
+ justify-content: start;
117
+ overflow: auto;
118
+ border-radius: 15px;
119
+ background-color: #ffffff;
120
+ }
121
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
122
+ display: flex;
123
+ flex-direction: column;
124
+ justify-content: flex-start;
125
+ padding: 0px 0;
126
+ border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
127
+ }
128
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
129
+ display: flex;
130
+ flex-direction: row;
131
+ justify-content: flex-start;
132
+ align-items: center;
133
+ font-size: 14px;
134
+ font-family: "阿里巴巴普惠体Regular";
135
+ padding-left: 4px;
136
+ }
137
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
138
+ content: "*";
139
+ display: contents;
140
+ color: red;
141
+ }
142
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
143
+ font-size: 14px;
144
+ font-family: "阿里巴巴普惠体Regular";
145
+ }
146
+
147
+ .mainTitle[data-v-1b695265] {
148
+ display: flex;
149
+ flex-direction: column;
150
+ justify-content: center;
151
+ align-items: center;
152
+ font-family: "阿里巴巴普惠体Bold";
153
+ font-size: 23px;
154
+ color: #548cf6;
155
+ margin: 10px;
156
+ }
157
+
158
+ [data-v-1b695265] .checkError {
159
+ border-bottom: 1px solid red;
160
+ animation: blink-1b695265 2s linear infinite;
161
+ }
162
+
163
+ @keyframes blink-1b695265 {
164
+ 0% {
165
+ border-color: red;
166
+ }
167
+ 50% {
168
+ border-color: transparent;
169
+ }
170
+ 100% {
171
+ border-color: red;
172
+ }
173
+ }
235
174
  .swiperButton[data-v-35c7b3ce] {
236
175
  height: 100%;
237
176
  }
@@ -588,6 +527,67 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
588
527
  color: #fff; /* 勾选后的文字颜色 */
589
528
  }
590
529
 
530
+ .container[data-v-87a0d832] {
531
+ width: 100%;
532
+ height: 100%;
533
+ position: relative;
534
+ }
535
+
536
+ .box[data-v-87a0d832] {
537
+ display: flex;
538
+ justify-content: center;
539
+ align-items: center;
540
+ height: 100vh;
541
+ }
542
+
543
+ .goods-card[data-v-87a0d832] {
544
+ display: flex;
545
+ flex-direction: column;
546
+ justify-content: flex-start;
547
+ }
548
+
549
+ .card-desc[data-v-87a0d832] {
550
+ text-align: left;
551
+ }
552
+
553
+ .button-area[data-v-87a0d832] {
554
+ display: flex;
555
+ justify-content: space-between;
556
+ align-items: center;
557
+ top: 20px;
558
+ margin-top: 5%;
559
+ margin-left: 5%;
560
+ margin-right: 5%;
561
+ margin-bottom: 5%;
562
+ position: sticky;
563
+ z-index: 1000;
564
+ }
565
+
566
+ .button-type[data-v-87a0d832] {
567
+ font-size: 14px;
568
+ border-radius: 10px;
569
+ font-family: "阿里巴巴普惠体Regular";
570
+ position: relative;
571
+ }
572
+
573
+ .slot-left[data-v-87a0d832] {
574
+ margin-top: 20px;
575
+ margin-left: 20px;
576
+ width: 100%;
577
+ height: 60px;
578
+ }
579
+
580
+ .slot-right[data-v-87a0d832] {
581
+ margin-top: 20px;
582
+ width: 100%;
583
+ height: 60px;
584
+ border-radius: 10px;
585
+ color: white;
586
+ font-size: 16px;
587
+ font-weight: 600;
588
+ font-family: "阿里巴巴普惠体Light";
589
+ }
590
+
591
591
  [data-v-7351fe97] .van-popup {
592
592
  max-height: 80%;
593
593
  }
@@ -619,4 +619,8 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
619
619
 
620
620
  [data-v-6e3557b8] .van-checkbox {
621
621
  padding: 5px 0;
622
+ }
623
+
624
+ [data-v-804c414a] .van-checkbox {
625
+ padding: 5px 0;
622
626
  }