@baosight/erm 1.4.7 → 1.4.8

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
  .swiperButton[data-v-35c7b3ce] {
134
3
  height: 100%;
135
4
  }
@@ -486,6 +355,137 @@ 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
+
419
+ .rowContent[data-v-1b695265] {
420
+ display: flex;
421
+ flex-direction: row;
422
+ justify-content: center;
423
+ width: 100%;
424
+ margin: 0;
425
+ padding: 0;
426
+ }
427
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
428
+ width: 100%;
429
+ display: flex;
430
+ flex-direction: column;
431
+ justify-content: start;
432
+ overflow: auto;
433
+ border-radius: 15px;
434
+ background-color: #ffffff;
435
+ }
436
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
437
+ display: flex;
438
+ flex-direction: column;
439
+ justify-content: flex-start;
440
+ padding: 0px 0;
441
+ border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
442
+ }
443
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
444
+ display: flex;
445
+ flex-direction: row;
446
+ justify-content: flex-start;
447
+ align-items: center;
448
+ font-size: 14px;
449
+ font-family: "阿里巴巴普惠体Regular";
450
+ padding-left: 4px;
451
+ }
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] {
458
+ font-size: 14px;
459
+ font-family: "阿里巴巴普惠体Regular";
460
+ }
461
+
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;
471
+ }
472
+
473
+ [data-v-1b695265] .checkError {
474
+ border-bottom: 1px solid red;
475
+ animation: blink-1b695265 2s linear infinite;
476
+ }
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
+ }
489
489
  .baseStyle[data-v-a440e92e] {
490
490
  width: 99%;
491
491
  height: 100%;
@@ -626,6 +626,10 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
626
626
  z-index: 1000;
627
627
  }
628
628
 
629
+ [data-v-804c414a] .van-checkbox {
630
+ padding: 5px 0;
631
+ }
632
+
629
633
  [data-v-7351fe97] .van-popup {
630
634
  max-height: 80%;
631
635
  }
@@ -657,8 +661,4 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
657
661
 
658
662
  [data-v-6e3557b8] .van-checkbox {
659
663
  padding: 5px 0;
660
- }
661
-
662
- [data-v-804c414a] .van-checkbox {
663
- padding: 5px 0;
664
664
  }