@baosight/erm 1.3.1 → 1.3.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,4 +1,74 @@
1
1
  @charset "UTF-8";
2
+ .rowContent[data-v-1b695265] {
3
+ display: flex;
4
+ flex-direction: row;
5
+ justify-content: center;
6
+ width: 100%;
7
+ margin: 0;
8
+ padding: 0;
9
+ }
10
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
11
+ width: 100%;
12
+ display: flex;
13
+ flex-direction: column;
14
+ justify-content: start;
15
+ overflow: auto;
16
+ border-radius: 15px;
17
+ background-color: #ffffff;
18
+ }
19
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
20
+ display: flex;
21
+ flex-direction: column;
22
+ justify-content: flex-start;
23
+ padding: 0px 0;
24
+ border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
25
+ }
26
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
27
+ display: flex;
28
+ flex-direction: row;
29
+ justify-content: flex-start;
30
+ align-items: center;
31
+ font-size: 14px;
32
+ font-family: "阿里巴巴普惠体Regular";
33
+ padding-left: 4px;
34
+ }
35
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
36
+ content: "*";
37
+ display: contents;
38
+ color: red;
39
+ }
40
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
41
+ font-size: 14px;
42
+ font-family: "阿里巴巴普惠体Regular";
43
+ }
44
+
45
+ .mainTitle[data-v-1b695265] {
46
+ display: flex;
47
+ flex-direction: column;
48
+ justify-content: center;
49
+ align-items: center;
50
+ font-family: "阿里巴巴普惠体Bold";
51
+ font-size: 23px;
52
+ color: #548cf6;
53
+ margin: 10px;
54
+ }
55
+
56
+ [data-v-1b695265] .checkError {
57
+ border-bottom: 1px solid red;
58
+ animation: blink-1b695265 2s linear infinite;
59
+ }
60
+
61
+ @keyframes blink-1b695265 {
62
+ 0% {
63
+ border-color: red;
64
+ }
65
+ 50% {
66
+ border-color: transparent;
67
+ }
68
+ 100% {
69
+ border-color: red;
70
+ }
71
+ }
2
72
  .baseStyle[data-v-a440e92e] {
3
73
  width: 99%;
4
74
  height: 100%;
@@ -101,76 +171,67 @@
101
171
  z-index: 1000;
102
172
  }
103
173
 
104
- .rowContent[data-v-1b695265] {
105
- display: flex;
106
- flex-direction: row;
107
- justify-content: center;
174
+ .container[data-v-87a0d832] {
108
175
  width: 100%;
109
- margin: 0;
110
- padding: 0;
176
+ height: 100%;
177
+ position: relative;
111
178
  }
112
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
113
- width: 100%;
179
+
180
+ .box[data-v-87a0d832] {
114
181
  display: flex;
115
- flex-direction: column;
116
- justify-content: start;
117
- overflow: auto;
118
- border-radius: 15px;
119
- background-color: #ffffff;
182
+ justify-content: center;
183
+ align-items: center;
184
+ height: 100vh;
120
185
  }
121
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
186
+
187
+ .goods-card[data-v-87a0d832] {
122
188
  display: flex;
123
189
  flex-direction: column;
124
190
  justify-content: flex-start;
125
- padding: 0px 0;
126
- border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
127
191
  }
128
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
192
+
193
+ .card-desc[data-v-87a0d832] {
194
+ text-align: left;
195
+ }
196
+
197
+ .button-area[data-v-87a0d832] {
129
198
  display: flex;
130
- flex-direction: row;
131
- justify-content: flex-start;
199
+ justify-content: space-between;
132
200
  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;
201
+ top: 20px;
202
+ margin-top: 5%;
203
+ margin-left: 5%;
204
+ margin-right: 5%;
205
+ margin-bottom: 5%;
206
+ position: sticky;
207
+ z-index: 1000;
141
208
  }
142
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
209
+
210
+ .button-type[data-v-87a0d832] {
143
211
  font-size: 14px;
212
+ border-radius: 10px;
144
213
  font-family: "阿里巴巴普惠体Regular";
214
+ position: relative;
145
215
  }
146
216
 
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;
217
+ .slot-left[data-v-87a0d832] {
218
+ margin-top: 20px;
219
+ margin-left: 20px;
220
+ width: 100%;
221
+ height: 60px;
156
222
  }
157
223
 
158
- [data-v-1b695265] .checkError {
159
- border-bottom: 1px solid red;
160
- animation: blink-1b695265 2s linear infinite;
224
+ .slot-right[data-v-87a0d832] {
225
+ margin-top: 20px;
226
+ width: 100%;
227
+ height: 60px;
228
+ border-radius: 10px;
229
+ color: white;
230
+ font-size: 16px;
231
+ font-weight: 600;
232
+ font-family: "阿里巴巴普惠体Light";
161
233
  }
162
234
 
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
- }
174
235
  .swiperButton[data-v-35c7b3ce] {
175
236
  height: 100%;
176
237
  }
@@ -527,67 +588,6 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
527
588
  color: #fff; /* 勾选后的文字颜色 */
528
589
  }
529
590
 
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
  }
@@ -617,10 +617,10 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
617
617
  height: calc(100% - 100px);
618
618
  }
619
619
 
620
- [data-v-6e3557b8] .van-checkbox {
620
+ [data-v-804c414a] .van-checkbox {
621
621
  padding: 5px 0;
622
622
  }
623
623
 
624
- [data-v-804c414a] .van-checkbox {
624
+ [data-v-6e3557b8] .van-checkbox {
625
625
  padding: 5px 0;
626
626
  }