@baosight/erm 1.3.3 → 1.3.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/components/MobileLookUp.vue.d.ts +12 -0
- package/lib/index.css +1 -1
- package/lib/index.esm.css +64 -64
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
package/lib/index.esm.css
CHANGED
|
@@ -69,67 +69,6 @@
|
|
|
69
69
|
border-color: red;
|
|
70
70
|
}
|
|
71
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
72
|
.swiperButton[data-v-35c7b3ce] {
|
|
134
73
|
height: 100%;
|
|
135
74
|
}
|
|
@@ -588,11 +527,68 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
588
527
|
z-index: 1000;
|
|
589
528
|
}
|
|
590
529
|
|
|
591
|
-
[data-v-
|
|
592
|
-
|
|
530
|
+
.container[data-v-87a0d832] {
|
|
531
|
+
width: 100%;
|
|
532
|
+
height: 100%;
|
|
533
|
+
position: relative;
|
|
593
534
|
}
|
|
594
535
|
|
|
595
|
-
[data-v-
|
|
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
|
+
[data-v-804c414a] .van-checkbox {
|
|
596
592
|
padding: 5px 0;
|
|
597
593
|
}
|
|
598
594
|
|
|
@@ -623,4 +619,8 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
623
619
|
overflow: hidden;
|
|
624
620
|
overflow-y: auto;
|
|
625
621
|
height: calc(100% - 100px);
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
[data-v-6e3557b8] .van-checkbox {
|
|
625
|
+
padding: 5px 0;
|
|
626
626
|
}
|