@baosight/erm 1.3.3 → 1.3.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/components/MobileLookUp.vue.d.ts +12 -0
- package/lib/index.css +1 -1
- package/lib/index.esm.css +69 -69
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
package/lib/index.esm.css
CHANGED
|
@@ -1,4 +1,65 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
+
.container[data-v-87a0d832] {
|
|
3
|
+
width: 100%;
|
|
4
|
+
height: 100%;
|
|
5
|
+
position: relative;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.box[data-v-87a0d832] {
|
|
9
|
+
display: flex;
|
|
10
|
+
justify-content: center;
|
|
11
|
+
align-items: center;
|
|
12
|
+
height: 100vh;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.goods-card[data-v-87a0d832] {
|
|
16
|
+
display: flex;
|
|
17
|
+
flex-direction: column;
|
|
18
|
+
justify-content: flex-start;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.card-desc[data-v-87a0d832] {
|
|
22
|
+
text-align: left;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.button-area[data-v-87a0d832] {
|
|
26
|
+
display: flex;
|
|
27
|
+
justify-content: space-between;
|
|
28
|
+
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;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.button-type[data-v-87a0d832] {
|
|
39
|
+
font-size: 14px;
|
|
40
|
+
border-radius: 10px;
|
|
41
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
42
|
+
position: relative;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.slot-left[data-v-87a0d832] {
|
|
46
|
+
margin-top: 20px;
|
|
47
|
+
margin-left: 20px;
|
|
48
|
+
width: 100%;
|
|
49
|
+
height: 60px;
|
|
50
|
+
}
|
|
51
|
+
|
|
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";
|
|
61
|
+
}
|
|
62
|
+
|
|
2
63
|
.rowContent[data-v-1b695265] {
|
|
3
64
|
display: flex;
|
|
4
65
|
flex-direction: row;
|
|
@@ -69,67 +130,6 @@
|
|
|
69
130
|
border-color: red;
|
|
70
131
|
}
|
|
71
132
|
}
|
|
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
133
|
.swiperButton[data-v-35c7b3ce] {
|
|
134
134
|
height: 100%;
|
|
135
135
|
}
|
|
@@ -588,14 +588,6 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
588
588
|
z-index: 1000;
|
|
589
589
|
}
|
|
590
590
|
|
|
591
|
-
[data-v-804c414a] .van-checkbox {
|
|
592
|
-
padding: 5px 0;
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
[data-v-6e3557b8] .van-checkbox {
|
|
596
|
-
padding: 5px 0;
|
|
597
|
-
}
|
|
598
|
-
|
|
599
591
|
[data-v-7351fe97] .van-popup {
|
|
600
592
|
max-height: 80%;
|
|
601
593
|
}
|
|
@@ -623,4 +615,12 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
623
615
|
overflow: hidden;
|
|
624
616
|
overflow-y: auto;
|
|
625
617
|
height: calc(100% - 100px);
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
[data-v-804c414a] .van-checkbox {
|
|
621
|
+
padding: 5px 0;
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
[data-v-6e3557b8] .van-checkbox {
|
|
625
|
+
padding: 5px 0;
|
|
626
626
|
}
|