@opendesign-plus-test/components 0.0.1-rc.98 → 0.0.1-rc.99
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/dist/components/header/OHeader.vue.d.ts +4 -1
- package/dist/components/header/OHeaderMobile.vue.d.ts +6 -14
- package/dist/components/header/components/HeaderFlatten.vue.d.ts +19 -0
- package/dist/components/header/components/HeaderNavMobile.vue.d.ts +0 -2
- package/dist/components/header/index.d.ts +13 -10
- package/dist/components/header/types.d.ts +6 -4
- package/dist/components/header-search/OHeaderSearch.vue.d.ts +3 -0
- package/dist/components/header-search/index.d.ts +3 -0
- package/dist/components.cjs.js +37 -37
- package/dist/components.css +1 -1
- package/dist/components.es.js +8957 -8697
- package/dist/treeshaking/_virtual/icon-avatar-line.mjs +0 -1
- package/dist/treeshaking/_virtual/icon-header-search.mjs +4 -10
- package/dist/treeshaking/_virtual/icon-moon.mjs +0 -1
- package/dist/treeshaking/_virtual/icon-sun.mjs +0 -1
- package/dist/treeshaking/components/header/OHeader.css +20 -14
- package/dist/treeshaking/components/header/OHeader.vue.d.ts +4 -1
- package/dist/treeshaking/components/header/OHeader.vue.mjs +1 -1
- package/dist/treeshaking/components/header/OHeader.vue2.mjs +31 -8
- package/dist/treeshaking/components/header/OHeaderMobile.vue.d.ts +6 -14
- package/dist/treeshaking/components/header/OHeaderMobile.vue2.mjs +2 -1
- package/dist/treeshaking/components/header/components/HeaderContent.css +173 -169
- package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderContent.vue2.mjs +2 -2
- package/dist/treeshaking/components/header/components/HeaderFlatten.css +267 -0
- package/dist/treeshaking/components/header/components/HeaderFlatten.vue.d.ts +19 -0
- package/dist/treeshaking/components/header/components/HeaderFlatten.vue.mjs +7 -0
- package/dist/treeshaking/components/header/components/HeaderFlatten.vue2.mjs +298 -0
- package/dist/treeshaking/components/header/components/HeaderNav.css +49 -34
- package/dist/treeshaking/components/header/components/HeaderNav.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderNav.vue2.mjs +13 -6
- package/dist/treeshaking/components/header/components/HeaderNavMobile.css +73 -73
- package/dist/treeshaking/components/header/components/HeaderNavMobile.vue.d.ts +0 -2
- package/dist/treeshaking/components/header/components/HeaderNavMobile.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderNavMobile.vue2.mjs +2 -2
- package/dist/treeshaking/components/header/index.d.ts +13 -10
- package/dist/treeshaking/components/header/types.d.ts +6 -4
- package/dist/treeshaking/components/header-language-switcher/OHeaderLanguageSwitcher.css +43 -36
- package/dist/treeshaking/components/header-language-switcher/OHeaderLanguageSwitcher.vue.mjs +1 -1
- package/dist/treeshaking/components/header-search/OHeaderSearch.css +63 -41
- package/dist/treeshaking/components/header-search/OHeaderSearch.vue.d.ts +3 -0
- package/dist/treeshaking/components/header-search/OHeaderSearch.vue.mjs +1 -1
- package/dist/treeshaking/components/header-search/OHeaderSearch.vue2.mjs +21 -9
- package/dist/treeshaking/components/header-search/index.d.ts +3 -0
- package/dist/treeshaking/components/header-source-code/OHeaderSourceCode.css +60 -53
- package/dist/treeshaking/components/header-source-code/OHeaderSourceCode.vue.mjs +1 -1
- package/dist/treeshaking/components/header-user/OHeaderUser.css +97 -51
- package/dist/treeshaking/components/header-user/OHeaderUser.vue.mjs +1 -1
- package/dist/treeshaking/components/header-user/OHeaderUser2.css +5 -41
- package/dist/treeshaking/components/search/internal/SearchImageInput.css +66 -40
- package/dist/treeshaking/components/search/internal/SearchImageInput.vue.mjs +1 -1
- package/dist/treeshaking/components/search/internal/SearchPanel.css +108 -120
- package/dist/treeshaking/components/search/internal/SearchPanel.vue.mjs +1 -1
- package/dist/treeshaking/components/search/internal/SearchPanel.vue2.mjs +46 -34
- package/package.json +1 -1
|
@@ -1,187 +1,162 @@
|
|
|
1
|
-
.hover-icon-rotate .o-icon[data-v-
|
|
1
|
+
.hover-icon-rotate .o-icon[data-v-73222546] {
|
|
2
2
|
transition: all var(--o-duration-m1) var(--o-easing-standard-in);
|
|
3
3
|
}
|
|
4
4
|
@media (hover: hover) {
|
|
5
|
-
.hover-icon-rotate:hover .o-icon[data-v-
|
|
5
|
+
.hover-icon-rotate:hover .o-icon[data-v-73222546] {
|
|
6
6
|
transform: rotate(-180deg);
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
.o-search-panel[data-v-
|
|
9
|
+
.o-search-panel[data-v-73222546] {
|
|
10
10
|
display: flex;
|
|
11
11
|
flex-direction: column;
|
|
12
12
|
gap: var(--o-gap-4);
|
|
13
13
|
}
|
|
14
|
-
.o-search-panel-section-title.suggest[data-v-
|
|
14
|
+
.o-search-panel-section-title.suggest[data-v-73222546], .o-search-panel-section-title.onestep[data-v-73222546] {
|
|
15
15
|
margin-bottom: var(--o-gap-3);
|
|
16
16
|
}
|
|
17
|
-
.o-search-panel-section-title[data-v-
|
|
17
|
+
.o-search-panel-section-title[data-v-73222546] {
|
|
18
18
|
font-size: 14px;
|
|
19
19
|
line-height: 22px;
|
|
20
20
|
}
|
|
21
21
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
22
|
-
.o-search-panel-section-title[data-v-
|
|
22
|
+
.o-search-panel-section-title[data-v-73222546] {
|
|
23
23
|
font-size: 12px;
|
|
24
24
|
line-height: 18px;
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
28
|
-
.o-search-panel-section-title[data-v-
|
|
28
|
+
.o-search-panel-section-title[data-v-73222546] {
|
|
29
29
|
font-size: 12px;
|
|
30
30
|
line-height: 18px;
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
@media (min-width: 601px) and (max-width: 840px) {
|
|
34
|
-
.o-search-panel-section-title[data-v-
|
|
34
|
+
.o-search-panel-section-title[data-v-73222546] {
|
|
35
35
|
font-size: 12px;
|
|
36
36
|
line-height: 18px;
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
@media (max-width: 600px) {
|
|
40
|
-
.o-search-panel-section-title[data-v-
|
|
40
|
+
.o-search-panel-section-title[data-v-73222546] {
|
|
41
41
|
font-size: 12px;
|
|
42
42
|
line-height: 18px;
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
|
-
.o-search-panel-section-title[data-v-
|
|
45
|
+
.o-search-panel-section-title[data-v-73222546] {
|
|
46
46
|
color: var(--o-color-info3);
|
|
47
47
|
font-weight: 400;
|
|
48
48
|
}
|
|
49
49
|
@media (max-width: 840px) {
|
|
50
|
-
.o-search-panel-section-title[data-v-
|
|
51
|
-
color: var(--o-color-info1);
|
|
52
|
-
font-size: 18px;
|
|
53
|
-
line-height: 26px;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
@media (max-width: 840px) and (min-width: 1201px) and (max-width: 1680px) {
|
|
57
|
-
.o-search-panel-section-title[data-v-5b9cbb86] {
|
|
58
|
-
font-size: 16px;
|
|
59
|
-
line-height: 24px;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
@media (max-width: 840px) and (min-width: 841px) and (max-width: 1200px) {
|
|
63
|
-
.o-search-panel-section-title[data-v-5b9cbb86] {
|
|
64
|
-
font-size: 14px;
|
|
65
|
-
line-height: 22px;
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
@media (max-width: 840px) and (min-width: 601px) and (max-width: 840px) {
|
|
69
|
-
.o-search-panel-section-title[data-v-5b9cbb86] {
|
|
70
|
-
font-size: 14px;
|
|
71
|
-
line-height: 22px;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
@media (max-width: 840px) and (max-width: 600px) {
|
|
75
|
-
.o-search-panel-section-title[data-v-5b9cbb86] {
|
|
50
|
+
.o-search-panel-section-title[data-v-73222546] {
|
|
76
51
|
font-size: 14px;
|
|
77
52
|
line-height: 22px;
|
|
78
53
|
}
|
|
79
54
|
}
|
|
80
|
-
.o-search-panel-item[data-v-
|
|
55
|
+
.o-search-panel-item[data-v-73222546] {
|
|
81
56
|
font-size: 14px;
|
|
82
57
|
line-height: 22px;
|
|
83
58
|
}
|
|
84
59
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
85
|
-
.o-search-panel-item[data-v-
|
|
60
|
+
.o-search-panel-item[data-v-73222546] {
|
|
86
61
|
font-size: 12px;
|
|
87
62
|
line-height: 18px;
|
|
88
63
|
}
|
|
89
64
|
}
|
|
90
65
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
91
|
-
.o-search-panel-item[data-v-
|
|
66
|
+
.o-search-panel-item[data-v-73222546] {
|
|
92
67
|
font-size: 12px;
|
|
93
68
|
line-height: 18px;
|
|
94
69
|
}
|
|
95
70
|
}
|
|
96
71
|
@media (min-width: 601px) and (max-width: 840px) {
|
|
97
|
-
.o-search-panel-item[data-v-
|
|
72
|
+
.o-search-panel-item[data-v-73222546] {
|
|
98
73
|
font-size: 12px;
|
|
99
74
|
line-height: 18px;
|
|
100
75
|
}
|
|
101
76
|
}
|
|
102
77
|
@media (max-width: 600px) {
|
|
103
|
-
.o-search-panel-item[data-v-
|
|
78
|
+
.o-search-panel-item[data-v-73222546] {
|
|
104
79
|
font-size: 12px;
|
|
105
80
|
line-height: 18px;
|
|
106
81
|
}
|
|
107
82
|
}
|
|
108
|
-
.o-search-panel-item[data-v-
|
|
83
|
+
.o-search-panel-item[data-v-73222546] {
|
|
109
84
|
padding: 5px var(--o-gap-3);
|
|
110
85
|
cursor: pointer;
|
|
111
86
|
color: var(--o-color-info1);
|
|
112
87
|
border-radius: var(--o-radius-xs);
|
|
113
88
|
margin: 0 calc(-1 * var(--o-gap-3));
|
|
114
89
|
}
|
|
115
|
-
.o-search-panel-item[data-v-
|
|
90
|
+
.o-search-panel-item[data-v-73222546]:hover {
|
|
116
91
|
background-color: var(--o-color-control2-light);
|
|
117
92
|
}
|
|
118
|
-
.o-search-panel-item[data-v-
|
|
93
|
+
.o-search-panel-item[data-v-73222546]:active {
|
|
119
94
|
background-color: var(--o-color-control3-light);
|
|
120
95
|
}
|
|
121
96
|
@media (max-width: 840px) {
|
|
122
|
-
.o-search-panel-item[data-v-
|
|
97
|
+
.o-search-panel-item[data-v-73222546] {
|
|
123
98
|
font-size: 16px;
|
|
124
99
|
line-height: 24px;
|
|
125
100
|
}
|
|
126
101
|
}
|
|
127
102
|
@media (max-width: 840px) and (min-width: 1201px) and (max-width: 1680px) {
|
|
128
|
-
.o-search-panel-item[data-v-
|
|
103
|
+
.o-search-panel-item[data-v-73222546] {
|
|
129
104
|
font-size: 14px;
|
|
130
105
|
line-height: 22px;
|
|
131
106
|
}
|
|
132
107
|
}
|
|
133
108
|
@media (max-width: 840px) and (min-width: 841px) and (max-width: 1200px) {
|
|
134
|
-
.o-search-panel-item[data-v-
|
|
109
|
+
.o-search-panel-item[data-v-73222546] {
|
|
135
110
|
font-size: 14px;
|
|
136
111
|
line-height: 22px;
|
|
137
112
|
}
|
|
138
113
|
}
|
|
139
114
|
@media (max-width: 840px) and (min-width: 601px) and (max-width: 840px) {
|
|
140
|
-
.o-search-panel-item[data-v-
|
|
115
|
+
.o-search-panel-item[data-v-73222546] {
|
|
141
116
|
font-size: 14px;
|
|
142
117
|
line-height: 22px;
|
|
143
118
|
}
|
|
144
119
|
}
|
|
145
120
|
@media (max-width: 840px) and (max-width: 600px) {
|
|
146
|
-
.o-search-panel-item[data-v-
|
|
121
|
+
.o-search-panel-item[data-v-73222546] {
|
|
147
122
|
font-size: 12px;
|
|
148
123
|
line-height: 18px;
|
|
149
124
|
}
|
|
150
125
|
}
|
|
151
|
-
.o-search-panel-onestep-item[data-v-
|
|
126
|
+
.o-search-panel-onestep-item[data-v-73222546] {
|
|
152
127
|
display: flex;
|
|
153
128
|
align-items: center;
|
|
154
129
|
white-space: pre-wrap;
|
|
155
130
|
}
|
|
156
|
-
.o-search-panel-onestep-tag[data-v-
|
|
131
|
+
.o-search-panel-onestep-tag[data-v-73222546] {
|
|
157
132
|
font-size: 12px;
|
|
158
133
|
line-height: 18px;
|
|
159
134
|
}
|
|
160
135
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
161
|
-
.o-search-panel-onestep-tag[data-v-
|
|
136
|
+
.o-search-panel-onestep-tag[data-v-73222546] {
|
|
162
137
|
font-size: 12px;
|
|
163
138
|
line-height: 18px;
|
|
164
139
|
}
|
|
165
140
|
}
|
|
166
141
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
167
|
-
.o-search-panel-onestep-tag[data-v-
|
|
142
|
+
.o-search-panel-onestep-tag[data-v-73222546] {
|
|
168
143
|
font-size: 12px;
|
|
169
144
|
line-height: 18px;
|
|
170
145
|
}
|
|
171
146
|
}
|
|
172
147
|
@media (min-width: 601px) and (max-width: 840px) {
|
|
173
|
-
.o-search-panel-onestep-tag[data-v-
|
|
148
|
+
.o-search-panel-onestep-tag[data-v-73222546] {
|
|
174
149
|
font-size: 12px;
|
|
175
150
|
line-height: 18px;
|
|
176
151
|
}
|
|
177
152
|
}
|
|
178
153
|
@media (max-width: 600px) {
|
|
179
|
-
.o-search-panel-onestep-tag[data-v-
|
|
154
|
+
.o-search-panel-onestep-tag[data-v-73222546] {
|
|
180
155
|
font-size: 12px;
|
|
181
156
|
line-height: 18px;
|
|
182
157
|
}
|
|
183
158
|
}
|
|
184
|
-
.o-search-panel-onestep-tag[data-v-
|
|
159
|
+
.o-search-panel-onestep-tag[data-v-73222546] {
|
|
185
160
|
height: 20px;
|
|
186
161
|
display: inline-flex;
|
|
187
162
|
align-items: center;
|
|
@@ -192,135 +167,142 @@
|
|
|
192
167
|
border: 1px solid var(--o-color-control4);
|
|
193
168
|
color: var(--o-color-info3);
|
|
194
169
|
}
|
|
195
|
-
|
|
170
|
+
@media (max-width: 840px) {
|
|
171
|
+
.o-search-panel-onestep-tag[data-v-73222546] {
|
|
172
|
+
font-size: 14px;
|
|
173
|
+
line-height: 22px;
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
.o-search-panel-no-data[data-v-73222546] {
|
|
196
177
|
font-size: 12px;
|
|
197
178
|
line-height: 18px;
|
|
198
179
|
}
|
|
199
180
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
200
|
-
.o-search-panel-no-data[data-v-
|
|
181
|
+
.o-search-panel-no-data[data-v-73222546] {
|
|
201
182
|
font-size: 12px;
|
|
202
183
|
line-height: 18px;
|
|
203
184
|
}
|
|
204
185
|
}
|
|
205
186
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
206
|
-
.o-search-panel-no-data[data-v-
|
|
187
|
+
.o-search-panel-no-data[data-v-73222546] {
|
|
207
188
|
font-size: 12px;
|
|
208
189
|
line-height: 18px;
|
|
209
190
|
}
|
|
210
191
|
}
|
|
211
192
|
@media (min-width: 601px) and (max-width: 840px) {
|
|
212
|
-
.o-search-panel-no-data[data-v-
|
|
193
|
+
.o-search-panel-no-data[data-v-73222546] {
|
|
213
194
|
font-size: 12px;
|
|
214
195
|
line-height: 18px;
|
|
215
196
|
}
|
|
216
197
|
}
|
|
217
198
|
@media (max-width: 600px) {
|
|
218
|
-
.o-search-panel-no-data[data-v-
|
|
199
|
+
.o-search-panel-no-data[data-v-73222546] {
|
|
219
200
|
font-size: 12px;
|
|
220
201
|
line-height: 18px;
|
|
221
202
|
}
|
|
222
203
|
}
|
|
223
|
-
.o-search-panel-no-data[data-v-
|
|
204
|
+
.o-search-panel-no-data[data-v-73222546] {
|
|
224
205
|
color: var(--o-color-info3);
|
|
225
206
|
padding: 0 8px;
|
|
226
207
|
}
|
|
227
208
|
@media (max-width: 840px) {
|
|
228
|
-
.o-search-panel-no-data[data-v-
|
|
209
|
+
.o-search-panel-no-data[data-v-73222546] {
|
|
229
210
|
font-size: 16px;
|
|
230
211
|
line-height: 24px;
|
|
231
212
|
}
|
|
232
213
|
}
|
|
233
214
|
@media (max-width: 840px) and (min-width: 1201px) and (max-width: 1680px) {
|
|
234
|
-
.o-search-panel-no-data[data-v-
|
|
215
|
+
.o-search-panel-no-data[data-v-73222546] {
|
|
235
216
|
font-size: 14px;
|
|
236
217
|
line-height: 22px;
|
|
237
218
|
}
|
|
238
219
|
}
|
|
239
220
|
@media (max-width: 840px) and (min-width: 841px) and (max-width: 1200px) {
|
|
240
|
-
.o-search-panel-no-data[data-v-
|
|
221
|
+
.o-search-panel-no-data[data-v-73222546] {
|
|
241
222
|
font-size: 14px;
|
|
242
223
|
line-height: 22px;
|
|
243
224
|
}
|
|
244
225
|
}
|
|
245
226
|
@media (max-width: 840px) and (min-width: 601px) and (max-width: 840px) {
|
|
246
|
-
.o-search-panel-no-data[data-v-
|
|
227
|
+
.o-search-panel-no-data[data-v-73222546] {
|
|
247
228
|
font-size: 14px;
|
|
248
229
|
line-height: 22px;
|
|
249
230
|
}
|
|
250
231
|
}
|
|
251
232
|
@media (max-width: 840px) and (max-width: 600px) {
|
|
252
|
-
.o-search-panel-no-data[data-v-
|
|
233
|
+
.o-search-panel-no-data[data-v-73222546] {
|
|
253
234
|
font-size: 12px;
|
|
254
235
|
line-height: 18px;
|
|
255
236
|
}
|
|
256
237
|
}
|
|
257
|
-
.o-search-panel-recommend-item[data-v-
|
|
238
|
+
.o-search-panel-recommend-item[data-v-73222546] {
|
|
258
239
|
font-size: 14px;
|
|
259
240
|
line-height: 22px;
|
|
260
241
|
}
|
|
261
242
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
262
|
-
.o-search-panel-recommend-item[data-v-
|
|
243
|
+
.o-search-panel-recommend-item[data-v-73222546] {
|
|
263
244
|
font-size: 12px;
|
|
264
245
|
line-height: 18px;
|
|
265
246
|
}
|
|
266
247
|
}
|
|
267
248
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
268
|
-
.o-search-panel-recommend-item[data-v-
|
|
249
|
+
.o-search-panel-recommend-item[data-v-73222546] {
|
|
269
250
|
font-size: 12px;
|
|
270
251
|
line-height: 18px;
|
|
271
252
|
}
|
|
272
253
|
}
|
|
273
254
|
@media (min-width: 601px) and (max-width: 840px) {
|
|
274
|
-
.o-search-panel-recommend-item[data-v-
|
|
255
|
+
.o-search-panel-recommend-item[data-v-73222546] {
|
|
275
256
|
font-size: 12px;
|
|
276
257
|
line-height: 18px;
|
|
277
258
|
}
|
|
278
259
|
}
|
|
279
260
|
@media (max-width: 600px) {
|
|
280
|
-
.o-search-panel-recommend-item[data-v-
|
|
261
|
+
.o-search-panel-recommend-item[data-v-73222546] {
|
|
281
262
|
font-size: 12px;
|
|
282
263
|
line-height: 18px;
|
|
283
264
|
}
|
|
284
265
|
}
|
|
285
|
-
.o-search-panel-recommend-item[data-v-
|
|
266
|
+
.o-search-panel-recommend-item[data-v-73222546] {
|
|
286
267
|
padding: 5px 8px;
|
|
287
268
|
cursor: pointer;
|
|
288
269
|
color: var(--o-color-info1);
|
|
289
270
|
border-radius: var(--o-radius-xs);
|
|
290
271
|
}
|
|
291
|
-
.o-search-panel-recommend-item[data-v-
|
|
272
|
+
.o-search-panel-recommend-item[data-v-73222546]:hover {
|
|
292
273
|
background-color: var(--o-color-control2-light);
|
|
293
274
|
}
|
|
294
|
-
|
|
275
|
+
@media (max-width: 840px) {
|
|
276
|
+
.o-search-panel-recommend-item[data-v-73222546] {
|
|
277
|
+
font-size: 14px;
|
|
278
|
+
line-height: 22px;
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
.o-search-panel-divider[data-v-73222546] {
|
|
295
282
|
background: var(--o-color-control4);
|
|
296
283
|
width: 100%;
|
|
297
284
|
height: 1px;
|
|
298
285
|
}
|
|
299
|
-
|
|
300
|
-
.o-search-panel-divider[data-v-5b9cbb86] {
|
|
301
|
-
display: none;
|
|
302
|
-
}
|
|
303
|
-
}
|
|
304
|
-
.o-search-panel-common-header[data-v-5b9cbb86] {
|
|
286
|
+
.o-search-panel-common-header[data-v-73222546] {
|
|
305
287
|
display: flex;
|
|
306
288
|
align-items: center;
|
|
307
289
|
justify-content: space-between;
|
|
308
290
|
}
|
|
309
|
-
.o-search-panel-icon[data-v-
|
|
291
|
+
.o-search-panel-icon[data-v-73222546] {
|
|
310
292
|
cursor: pointer;
|
|
311
293
|
color: var(--o-color-info1);
|
|
312
294
|
font-size: 16px;
|
|
313
295
|
}
|
|
314
|
-
.o-search-panel-icon[data-v-
|
|
296
|
+
.o-search-panel-icon[data-v-73222546]:hover {
|
|
315
297
|
color: var(--o-color-primary1);
|
|
316
298
|
}
|
|
317
|
-
.o-search-panel-history-list[data-v-
|
|
299
|
+
.o-search-panel-history-list[data-v-73222546] {
|
|
318
300
|
display: flex;
|
|
319
301
|
gap: 8px;
|
|
320
302
|
flex-wrap: wrap;
|
|
321
303
|
margin-top: var(--o-gap-3);
|
|
322
304
|
}
|
|
323
|
-
.o-search-panel-history-item[data-v-
|
|
305
|
+
.o-search-panel-history-item[data-v-73222546] {
|
|
324
306
|
position: relative;
|
|
325
307
|
display: flex;
|
|
326
308
|
align-items: center;
|
|
@@ -333,25 +315,25 @@
|
|
|
333
315
|
cursor: pointer;
|
|
334
316
|
}
|
|
335
317
|
@media (hover: hover) {
|
|
336
|
-
.o-search-panel-history-item[data-v-
|
|
318
|
+
.o-search-panel-history-item[data-v-73222546]:hover {
|
|
337
319
|
background-color: var(--o-color-control3-light);
|
|
338
320
|
color: var(--o-color-primary1);
|
|
339
321
|
}
|
|
340
|
-
.o-search-panel-history-item:hover .o-search-panel-history-remove[data-v-
|
|
322
|
+
.o-search-panel-history-item:hover .o-search-panel-history-remove[data-v-73222546] {
|
|
341
323
|
display: inline-flex;
|
|
342
324
|
}
|
|
343
325
|
}
|
|
344
326
|
@media (hover: hover) {
|
|
345
|
-
.o-search-panel-history-item.is-dark[data-v-
|
|
327
|
+
.o-search-panel-history-item.is-dark[data-v-73222546]:hover {
|
|
346
328
|
background-color: rgb(var(--o-mixedgray-7));
|
|
347
329
|
}
|
|
348
330
|
}
|
|
349
331
|
@media (max-width: 840px) {
|
|
350
|
-
.o-search-panel-history-item[data-v-
|
|
332
|
+
.o-search-panel-history-item[data-v-73222546] {
|
|
351
333
|
height: 28px;
|
|
352
334
|
}
|
|
353
335
|
}
|
|
354
|
-
.o-search-panel-history-text[data-v-
|
|
336
|
+
.o-search-panel-history-text[data-v-73222546] {
|
|
355
337
|
max-width: 200px;
|
|
356
338
|
overflow: hidden;
|
|
357
339
|
text-overflow: ellipsis;
|
|
@@ -360,60 +342,60 @@
|
|
|
360
342
|
line-height: 18px;
|
|
361
343
|
}
|
|
362
344
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
363
|
-
.o-search-panel-history-text[data-v-
|
|
345
|
+
.o-search-panel-history-text[data-v-73222546] {
|
|
364
346
|
font-size: 12px;
|
|
365
347
|
line-height: 18px;
|
|
366
348
|
}
|
|
367
349
|
}
|
|
368
350
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
369
|
-
.o-search-panel-history-text[data-v-
|
|
351
|
+
.o-search-panel-history-text[data-v-73222546] {
|
|
370
352
|
font-size: 12px;
|
|
371
353
|
line-height: 18px;
|
|
372
354
|
}
|
|
373
355
|
}
|
|
374
356
|
@media (min-width: 601px) and (max-width: 840px) {
|
|
375
|
-
.o-search-panel-history-text[data-v-
|
|
357
|
+
.o-search-panel-history-text[data-v-73222546] {
|
|
376
358
|
font-size: 12px;
|
|
377
359
|
line-height: 18px;
|
|
378
360
|
}
|
|
379
361
|
}
|
|
380
362
|
@media (max-width: 600px) {
|
|
381
|
-
.o-search-panel-history-text[data-v-
|
|
363
|
+
.o-search-panel-history-text[data-v-73222546] {
|
|
382
364
|
font-size: 12px;
|
|
383
365
|
line-height: 18px;
|
|
384
366
|
}
|
|
385
367
|
}
|
|
386
368
|
@media (max-width: 840px) {
|
|
387
|
-
.o-search-panel-history-text[data-v-
|
|
369
|
+
.o-search-panel-history-text[data-v-73222546] {
|
|
388
370
|
font-size: 16px;
|
|
389
371
|
line-height: 24px;
|
|
390
372
|
}
|
|
391
373
|
}
|
|
392
374
|
@media (max-width: 840px) and (min-width: 1201px) and (max-width: 1680px) {
|
|
393
|
-
.o-search-panel-history-text[data-v-
|
|
375
|
+
.o-search-panel-history-text[data-v-73222546] {
|
|
394
376
|
font-size: 14px;
|
|
395
377
|
line-height: 22px;
|
|
396
378
|
}
|
|
397
379
|
}
|
|
398
380
|
@media (max-width: 840px) and (min-width: 841px) and (max-width: 1200px) {
|
|
399
|
-
.o-search-panel-history-text[data-v-
|
|
381
|
+
.o-search-panel-history-text[data-v-73222546] {
|
|
400
382
|
font-size: 14px;
|
|
401
383
|
line-height: 22px;
|
|
402
384
|
}
|
|
403
385
|
}
|
|
404
386
|
@media (max-width: 840px) and (min-width: 601px) and (max-width: 840px) {
|
|
405
|
-
.o-search-panel-history-text[data-v-
|
|
387
|
+
.o-search-panel-history-text[data-v-73222546] {
|
|
406
388
|
font-size: 14px;
|
|
407
389
|
line-height: 22px;
|
|
408
390
|
}
|
|
409
391
|
}
|
|
410
392
|
@media (max-width: 840px) and (max-width: 600px) {
|
|
411
|
-
.o-search-panel-history-text[data-v-
|
|
393
|
+
.o-search-panel-history-text[data-v-73222546] {
|
|
412
394
|
font-size: 12px;
|
|
413
395
|
line-height: 18px;
|
|
414
396
|
}
|
|
415
397
|
}
|
|
416
|
-
.o-search-panel-history-remove[data-v-
|
|
398
|
+
.o-search-panel-history-remove[data-v-73222546] {
|
|
417
399
|
position: absolute;
|
|
418
400
|
right: -8px;
|
|
419
401
|
top: -8px;
|
|
@@ -423,11 +405,11 @@
|
|
|
423
405
|
width: 16px;
|
|
424
406
|
height: 16px;
|
|
425
407
|
}
|
|
426
|
-
.o-search-panel-history-remove[data-v-
|
|
408
|
+
.o-search-panel-history-remove[data-v-73222546] svg {
|
|
427
409
|
width: 16px;
|
|
428
410
|
height: 16px;
|
|
429
411
|
}
|
|
430
|
-
.o-search-panel-history-row[data-v-
|
|
412
|
+
.o-search-panel-history-row[data-v-73222546] {
|
|
431
413
|
padding: 4px 8px;
|
|
432
414
|
border-radius: var(--o-radius-xs);
|
|
433
415
|
cursor: pointer;
|
|
@@ -439,36 +421,42 @@
|
|
|
439
421
|
line-height: 22px;
|
|
440
422
|
}
|
|
441
423
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
442
|
-
.o-search-panel-history-row[data-v-
|
|
424
|
+
.o-search-panel-history-row[data-v-73222546] {
|
|
443
425
|
font-size: 12px;
|
|
444
426
|
line-height: 18px;
|
|
445
427
|
}
|
|
446
428
|
}
|
|
447
429
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
448
|
-
.o-search-panel-history-row[data-v-
|
|
430
|
+
.o-search-panel-history-row[data-v-73222546] {
|
|
449
431
|
font-size: 12px;
|
|
450
432
|
line-height: 18px;
|
|
451
433
|
}
|
|
452
434
|
}
|
|
453
435
|
@media (min-width: 601px) and (max-width: 840px) {
|
|
454
|
-
.o-search-panel-history-row[data-v-
|
|
436
|
+
.o-search-panel-history-row[data-v-73222546] {
|
|
455
437
|
font-size: 12px;
|
|
456
438
|
line-height: 18px;
|
|
457
439
|
}
|
|
458
440
|
}
|
|
459
441
|
@media (max-width: 600px) {
|
|
460
|
-
.o-search-panel-history-row[data-v-
|
|
442
|
+
.o-search-panel-history-row[data-v-73222546] {
|
|
461
443
|
font-size: 12px;
|
|
462
444
|
line-height: 18px;
|
|
463
445
|
}
|
|
464
446
|
}
|
|
465
447
|
@media (hover: hover) {
|
|
466
|
-
.o-search-panel-history-row[data-v-
|
|
448
|
+
.o-search-panel-history-row[data-v-73222546]:hover {
|
|
467
449
|
background-color: var(--o-color-control2-light);
|
|
468
450
|
color: var(--o-color-primary1);
|
|
469
451
|
}
|
|
470
452
|
}
|
|
471
|
-
|
|
453
|
+
@media (max-width: 840px) {
|
|
454
|
+
.o-search-panel-history-row[data-v-73222546] {
|
|
455
|
+
font-size: 14px;
|
|
456
|
+
line-height: 22px;
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
.o-search-panel-hot-list[data-v-73222546] {
|
|
472
460
|
display: flex;
|
|
473
461
|
flex-wrap: wrap;
|
|
474
462
|
gap: var(--o-gap-3) var(--o-gap-4);
|
|
@@ -477,71 +465,71 @@
|
|
|
477
465
|
line-height: 22px;
|
|
478
466
|
}
|
|
479
467
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
480
|
-
.o-search-panel-hot-list[data-v-
|
|
468
|
+
.o-search-panel-hot-list[data-v-73222546] {
|
|
481
469
|
font-size: 12px;
|
|
482
470
|
line-height: 18px;
|
|
483
471
|
}
|
|
484
472
|
}
|
|
485
473
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
486
|
-
.o-search-panel-hot-list[data-v-
|
|
474
|
+
.o-search-panel-hot-list[data-v-73222546] {
|
|
487
475
|
font-size: 12px;
|
|
488
476
|
line-height: 18px;
|
|
489
477
|
}
|
|
490
478
|
}
|
|
491
479
|
@media (min-width: 601px) and (max-width: 840px) {
|
|
492
|
-
.o-search-panel-hot-list[data-v-
|
|
480
|
+
.o-search-panel-hot-list[data-v-73222546] {
|
|
493
481
|
font-size: 12px;
|
|
494
482
|
line-height: 18px;
|
|
495
483
|
}
|
|
496
484
|
}
|
|
497
485
|
@media (max-width: 600px) {
|
|
498
|
-
.o-search-panel-hot-list[data-v-
|
|
486
|
+
.o-search-panel-hot-list[data-v-73222546] {
|
|
499
487
|
font-size: 12px;
|
|
500
488
|
line-height: 18px;
|
|
501
489
|
}
|
|
502
490
|
}
|
|
503
491
|
@media (max-width: 840px) {
|
|
504
|
-
.o-search-panel-hot-list[data-v-
|
|
492
|
+
.o-search-panel-hot-list[data-v-73222546] {
|
|
505
493
|
display: block;
|
|
506
494
|
font-size: 16px;
|
|
507
495
|
line-height: 24px;
|
|
508
496
|
}
|
|
509
497
|
}
|
|
510
498
|
@media (max-width: 840px) and (min-width: 1201px) and (max-width: 1680px) {
|
|
511
|
-
.o-search-panel-hot-list[data-v-
|
|
499
|
+
.o-search-panel-hot-list[data-v-73222546] {
|
|
512
500
|
font-size: 14px;
|
|
513
501
|
line-height: 22px;
|
|
514
502
|
}
|
|
515
503
|
}
|
|
516
504
|
@media (max-width: 840px) and (min-width: 841px) and (max-width: 1200px) {
|
|
517
|
-
.o-search-panel-hot-list[data-v-
|
|
505
|
+
.o-search-panel-hot-list[data-v-73222546] {
|
|
518
506
|
font-size: 14px;
|
|
519
507
|
line-height: 22px;
|
|
520
508
|
}
|
|
521
509
|
}
|
|
522
510
|
@media (max-width: 840px) and (min-width: 601px) and (max-width: 840px) {
|
|
523
|
-
.o-search-panel-hot-list[data-v-
|
|
511
|
+
.o-search-panel-hot-list[data-v-73222546] {
|
|
524
512
|
font-size: 14px;
|
|
525
513
|
line-height: 22px;
|
|
526
514
|
}
|
|
527
515
|
}
|
|
528
516
|
@media (max-width: 840px) and (max-width: 600px) {
|
|
529
|
-
.o-search-panel-hot-list[data-v-
|
|
517
|
+
.o-search-panel-hot-list[data-v-73222546] {
|
|
530
518
|
font-size: 12px;
|
|
531
519
|
line-height: 18px;
|
|
532
520
|
}
|
|
533
521
|
}
|
|
534
|
-
.o-search-panel-hot-item[data-v-
|
|
522
|
+
.o-search-panel-hot-item[data-v-73222546] {
|
|
535
523
|
color: var(--o-color-info1);
|
|
536
524
|
cursor: pointer;
|
|
537
525
|
}
|
|
538
526
|
@media (max-width: 840px) {
|
|
539
|
-
.o-search-panel-hot-item[data-v-
|
|
527
|
+
.o-search-panel-hot-item[data-v-73222546] {
|
|
540
528
|
margin-top: var(--o-gap-3);
|
|
541
529
|
}
|
|
542
530
|
}
|
|
543
531
|
@media (hover: hover) {
|
|
544
|
-
.o-search-panel-hot-item[data-v-
|
|
532
|
+
.o-search-panel-hot-item[data-v-73222546]:hover {
|
|
545
533
|
color: var(--o-color-primary1);
|
|
546
534
|
}
|
|
547
535
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./SearchPanel.vue2.mjs";
|
|
2
2
|
import './SearchPanel.css';
|
|
3
3
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const SearchPanel = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const SearchPanel = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-73222546"]]);
|
|
5
5
|
export {
|
|
6
6
|
SearchPanel as default
|
|
7
7
|
};
|