@baosight/erm 1.2.3 → 1.2.4

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,65 +1,92 @@
1
1
  @charset "UTF-8";
2
- .container[data-v-87a0d832] {
2
+ .rowContent[data-v-1b695265] {
3
+ display: flex;
4
+ flex-direction: row;
5
+ justify-content: center;
3
6
  width: 100%;
4
- height: 100%;
5
- position: relative;
7
+ margin: 0;
8
+ padding: 0;
6
9
  }
7
-
8
- .box[data-v-87a0d832] {
10
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
11
+ width: 100%;
9
12
  display: flex;
10
- justify-content: center;
11
- align-items: center;
12
- height: 100vh;
13
+ flex-direction: column;
14
+ justify-content: start;
15
+ overflow: auto;
16
+ border-radius: 15px;
17
+ background-color: #ffffff;
13
18
  }
14
-
15
- .goods-card[data-v-87a0d832] {
19
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
16
20
  display: flex;
17
21
  flex-direction: column;
18
22
  justify-content: flex-start;
23
+ padding: 0px 0;
24
+ border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
19
25
  }
20
-
21
- .card-desc[data-v-87a0d832] {
22
- text-align: left;
23
- }
24
-
25
- .button-area[data-v-87a0d832] {
26
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
26
27
  display: flex;
27
- justify-content: space-between;
28
+ flex-direction: row;
29
+ justify-content: flex-start;
28
30
  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;
31
+ font-size: 14px;
32
+ font-family: "阿里巴巴普惠体Regular";
33
+ padding-left: 4px;
36
34
  }
37
-
38
- .button-type[data-v-87a0d832] {
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] {
39
41
  font-size: 14px;
40
- border-radius: 10px;
41
42
  font-family: "阿里巴巴普惠体Regular";
42
- position: relative;
43
43
  }
44
44
 
45
- .slot-left[data-v-87a0d832] {
46
- margin-top: 20px;
47
- margin-left: 20px;
45
+ .mainTitle[data-v-1b695265] {
46
+ display: flex;
47
+ flex-direction: column;
48
+ justify-content: center;
49
+ align-items: center;
50
+ font-family: "阿里巴巴普惠体Regular";
48
51
  width: 100%;
49
- height: 60px;
52
+ text-align: center;
53
+ background-color: #3a7af9;
54
+ color: #eaf1f3;
55
+ font-size: 16px;
56
+ height: 24px;
57
+ line-height: 24px;
58
+ margin: 0 auto;
59
+ padding: 0;
50
60
  }
51
61
 
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";
62
+ [data-v-1b695265] .checkError {
63
+ border-bottom: 1px solid red;
64
+ animation: blink-1b695265 2s linear infinite;
65
+ }
66
+
67
+ [data-v-1b695265] .van-cell {
68
+ font-size: 12px;
69
+ }
70
+
71
+ [data-v-1b695265] .colDesc {
72
+ font-size: 12px !important;
73
+ }
74
+
75
+ [data-v-1b695265] .colData {
76
+ font-size: 12px !important;
61
77
  }
62
78
 
79
+ @keyframes blink-1b695265 {
80
+ 0% {
81
+ border-color: red;
82
+ }
83
+ 50% {
84
+ border-color: transparent;
85
+ }
86
+ 100% {
87
+ border-color: red;
88
+ }
89
+ }
63
90
  .swiperButton[data-v-35c7b3ce] {
64
91
  height: 100%;
65
92
  }
@@ -388,94 +415,6 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
388
415
  overflow-y: auto;
389
416
  }
390
417
 
391
- .rowContent[data-v-1b695265] {
392
- display: flex;
393
- flex-direction: row;
394
- justify-content: center;
395
- width: 100%;
396
- margin: 0;
397
- padding: 0;
398
- }
399
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
400
- width: 100%;
401
- display: flex;
402
- flex-direction: column;
403
- justify-content: start;
404
- overflow: auto;
405
- border-radius: 15px;
406
- background-color: #ffffff;
407
- }
408
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
409
- display: flex;
410
- flex-direction: column;
411
- justify-content: flex-start;
412
- padding: 0px 0;
413
- border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
414
- }
415
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
416
- display: flex;
417
- flex-direction: row;
418
- justify-content: flex-start;
419
- align-items: center;
420
- font-size: 14px;
421
- font-family: "阿里巴巴普惠体Regular";
422
- padding-left: 4px;
423
- }
424
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
425
- content: "*";
426
- display: contents;
427
- color: red;
428
- }
429
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
430
- font-size: 14px;
431
- font-family: "阿里巴巴普惠体Regular";
432
- }
433
-
434
- .mainTitle[data-v-1b695265] {
435
- display: flex;
436
- flex-direction: column;
437
- justify-content: center;
438
- align-items: center;
439
- font-family: "阿里巴巴普惠体Regular";
440
- width: 100%;
441
- text-align: center;
442
- background-color: #3a7af9;
443
- color: #eaf1f3;
444
- font-size: 16px;
445
- height: 24px;
446
- line-height: 24px;
447
- margin: 0 auto;
448
- padding: 0;
449
- }
450
-
451
- [data-v-1b695265] .checkError {
452
- border-bottom: 1px solid red;
453
- animation: blink-1b695265 2s linear infinite;
454
- }
455
-
456
- [data-v-1b695265] .van-cell {
457
- font-size: 12px;
458
- }
459
-
460
- [data-v-1b695265] .colDesc {
461
- font-size: 12px !important;
462
- }
463
-
464
- [data-v-1b695265] .colData {
465
- font-size: 12px !important;
466
- }
467
-
468
- @keyframes blink-1b695265 {
469
- 0% {
470
- border-color: red;
471
- }
472
- 50% {
473
- border-color: transparent;
474
- }
475
- 100% {
476
- border-color: red;
477
- }
478
- }
479
418
  .baseStyle[data-v-a440e92e] {
480
419
  width: 99%;
481
420
  height: 100%;
@@ -545,4 +484,65 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
545
484
  background-color: rgba(255, 255, 255, 0.5);
546
485
  display: flex;
547
486
  z-index: 1000;
487
+ }
488
+
489
+ .container[data-v-87a0d832] {
490
+ width: 100%;
491
+ height: 100%;
492
+ position: relative;
493
+ }
494
+
495
+ .box[data-v-87a0d832] {
496
+ display: flex;
497
+ justify-content: center;
498
+ align-items: center;
499
+ height: 100vh;
500
+ }
501
+
502
+ .goods-card[data-v-87a0d832] {
503
+ display: flex;
504
+ flex-direction: column;
505
+ justify-content: flex-start;
506
+ }
507
+
508
+ .card-desc[data-v-87a0d832] {
509
+ text-align: left;
510
+ }
511
+
512
+ .button-area[data-v-87a0d832] {
513
+ display: flex;
514
+ justify-content: space-between;
515
+ align-items: center;
516
+ top: 20px;
517
+ margin-top: 5%;
518
+ margin-left: 5%;
519
+ margin-right: 5%;
520
+ margin-bottom: 5%;
521
+ position: sticky;
522
+ z-index: 1000;
523
+ }
524
+
525
+ .button-type[data-v-87a0d832] {
526
+ font-size: 14px;
527
+ border-radius: 10px;
528
+ font-family: "阿里巴巴普惠体Regular";
529
+ position: relative;
530
+ }
531
+
532
+ .slot-left[data-v-87a0d832] {
533
+ margin-top: 20px;
534
+ margin-left: 20px;
535
+ width: 100%;
536
+ height: 60px;
537
+ }
538
+
539
+ .slot-right[data-v-87a0d832] {
540
+ margin-top: 20px;
541
+ width: 100%;
542
+ height: 60px;
543
+ border-radius: 10px;
544
+ color: white;
545
+ font-size: 16px;
546
+ font-weight: 600;
547
+ font-family: "阿里巴巴普惠体Light";
548
548
  }