@baosight/erm 1.3.0 → 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
- .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
- }
72
- .container[data-v-87a0d832] {
73
- width: 100%;
74
- height: 100%;
75
- position: relative;
76
- }
77
-
78
- .box[data-v-87a0d832] {
79
- display: flex;
80
- justify-content: center;
81
- align-items: center;
82
- height: 100vh;
83
- }
84
-
85
- .goods-card[data-v-87a0d832] {
86
- display: flex;
87
- flex-direction: column;
88
- justify-content: flex-start;
89
- }
90
-
91
- .card-desc[data-v-87a0d832] {
92
- text-align: left;
93
- }
94
-
95
- .button-area[data-v-87a0d832] {
96
- display: flex;
97
- justify-content: space-between;
98
- align-items: center;
99
- top: 20px;
100
- margin-top: 5%;
101
- margin-left: 5%;
102
- margin-right: 5%;
103
- margin-bottom: 5%;
104
- position: sticky;
105
- z-index: 1000;
106
- }
107
-
108
- .button-type[data-v-87a0d832] {
109
- font-size: 14px;
110
- border-radius: 10px;
111
- font-family: "阿里巴巴普惠体Regular";
112
- position: relative;
113
- }
114
-
115
- .slot-left[data-v-87a0d832] {
116
- margin-top: 20px;
117
- margin-left: 20px;
118
- width: 100%;
119
- height: 60px;
120
- }
121
-
122
- .slot-right[data-v-87a0d832] {
123
- margin-top: 20px;
124
- width: 100%;
125
- height: 60px;
126
- border-radius: 10px;
127
- color: white;
128
- font-size: 16px;
129
- font-weight: 600;
130
- font-family: "阿里巴巴普惠体Light";
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,8 +527,65 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
588
527
  color: #fff; /* 勾选后的文字颜色 */
589
528
  }
590
529
 
591
- [data-v-6e3557b8] .van-checkbox {
592
- padding: 5px 0;
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";
593
589
  }
594
590
 
595
591
  [data-v-7351fe97] .van-popup {
@@ -619,4 +615,12 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
619
615
  overflow: hidden;
620
616
  overflow-y: auto;
621
617
  height: calc(100% - 100px);
618
+ }
619
+
620
+ [data-v-6e3557b8] .van-checkbox {
621
+ padding: 5px 0;
622
+ }
623
+
624
+ [data-v-804c414a] .van-checkbox {
625
+ padding: 5px 0;
622
626
  }