@baosight/erm 1.2.4 → 1.2.5

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,92 +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: "阿里巴巴普惠体Regular";
51
- width: 100%;
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;
60
- }
61
-
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;
77
- }
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
- }
90
2
  .swiperButton[data-v-35c7b3ce] {
91
3
  height: 100%;
92
4
  }
@@ -415,6 +327,155 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
415
327
  overflow-y: auto;
416
328
  }
417
329
 
330
+ .container[data-v-87a0d832] {
331
+ width: 100%;
332
+ height: 100%;
333
+ position: relative;
334
+ }
335
+
336
+ .box[data-v-87a0d832] {
337
+ display: flex;
338
+ justify-content: center;
339
+ align-items: center;
340
+ height: 100vh;
341
+ }
342
+
343
+ .goods-card[data-v-87a0d832] {
344
+ display: flex;
345
+ flex-direction: column;
346
+ justify-content: flex-start;
347
+ }
348
+
349
+ .card-desc[data-v-87a0d832] {
350
+ text-align: left;
351
+ }
352
+
353
+ .button-area[data-v-87a0d832] {
354
+ display: flex;
355
+ justify-content: space-between;
356
+ align-items: center;
357
+ top: 20px;
358
+ margin-top: 5%;
359
+ margin-left: 5%;
360
+ margin-right: 5%;
361
+ margin-bottom: 5%;
362
+ position: sticky;
363
+ z-index: 1000;
364
+ }
365
+
366
+ .button-type[data-v-87a0d832] {
367
+ font-size: 14px;
368
+ border-radius: 10px;
369
+ font-family: "阿里巴巴普惠体Regular";
370
+ position: relative;
371
+ }
372
+
373
+ .slot-left[data-v-87a0d832] {
374
+ margin-top: 20px;
375
+ margin-left: 20px;
376
+ width: 100%;
377
+ height: 60px;
378
+ }
379
+
380
+ .slot-right[data-v-87a0d832] {
381
+ margin-top: 20px;
382
+ width: 100%;
383
+ height: 60px;
384
+ border-radius: 10px;
385
+ color: white;
386
+ font-size: 16px;
387
+ font-weight: 600;
388
+ font-family: "阿里巴巴普惠体Light";
389
+ }
390
+
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
+ }
418
479
  .baseStyle[data-v-a440e92e] {
419
480
  width: 99%;
420
481
  height: 100%;
@@ -484,65 +545,4 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
484
545
  background-color: rgba(255, 255, 255, 0.5);
485
546
  display: flex;
486
547
  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
  }