@opendesign-plus-test/components 0.0.1-rc.96 → 0.0.1-rc.97

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.
Files changed (36) hide show
  1. package/dist/chunk-OElCookieNotice.cjs.js +1 -1
  2. package/dist/chunk-OElCookieNotice.es.js +1 -1
  3. package/dist/components/header/types.d.ts +2 -0
  4. package/dist/components/header-search/OHeaderSearch.vue.d.ts +2 -2
  5. package/dist/components.cjs.js +36 -36
  6. package/dist/components.css +1 -1
  7. package/dist/components.es.js +4155 -4106
  8. package/dist/treeshaking/_virtual/icon-avatar-line.mjs +1 -1
  9. package/dist/treeshaking/_virtual/icon-chevron-right.mjs +4 -1
  10. package/dist/treeshaking/components/element-plus/OElCookieNotice.vue.mjs +1 -1
  11. package/dist/treeshaking/components/element-plus/OElCookieNotice2.css +145 -145
  12. package/dist/treeshaking/components/header/OHeader.css +36 -11
  13. package/dist/treeshaking/components/header/OHeader.vue.mjs +1 -1
  14. package/dist/treeshaking/components/header/OHeader.vue2.mjs +35 -38
  15. package/dist/treeshaking/components/header/components/HeaderContent.css +312 -554
  16. package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
  17. package/dist/treeshaking/components/header/components/HeaderContent.vue2.mjs +169 -136
  18. package/dist/treeshaking/components/header/components/HeaderNav.css +60 -30
  19. package/dist/treeshaking/components/header/components/HeaderNav.vue.mjs +1 -1
  20. package/dist/treeshaking/components/header/components/HeaderNav.vue2.mjs +1 -1
  21. package/dist/treeshaking/components/header/components/HeaderNavMobile.css +108 -130
  22. package/dist/treeshaking/components/header/components/HeaderNavMobile.vue.mjs +1 -1
  23. package/dist/treeshaking/components/header/components/HeaderNavMobile.vue2.mjs +126 -121
  24. package/dist/treeshaking/components/header/types.d.ts +2 -0
  25. package/dist/treeshaking/components/header-language-switcher/OHeaderLanguageSwitcher.css +32 -32
  26. package/dist/treeshaking/components/header-language-switcher/OHeaderLanguageSwitcher.vue.mjs +1 -1
  27. package/dist/treeshaking/components/header-search/OHeaderSearch.css +42 -37
  28. package/dist/treeshaking/components/header-search/OHeaderSearch.vue.d.ts +2 -2
  29. package/dist/treeshaking/components/header-search/OHeaderSearch.vue.mjs +1 -1
  30. package/dist/treeshaking/components/header-search/OHeaderSearch.vue2.mjs +4 -1
  31. package/dist/treeshaking/components/header-source-code/OHeaderSourceCode.css +57 -27
  32. package/dist/treeshaking/components/header-source-code/OHeaderSourceCode.vue.mjs +1 -1
  33. package/dist/treeshaking/components/header-user/OHeaderUser.css +26 -26
  34. package/dist/treeshaking/components/header-user/OHeaderUser.vue.mjs +1 -1
  35. package/dist/treeshaking/components/header-user/OHeaderUser.vue2.mjs +32 -26
  36. package/package.json +1 -1
@@ -1,110 +1,106 @@
1
- .hover-icon-rotate .o-icon[data-v-9169adf0] {
1
+ .hover-icon-rotate .o-icon[data-v-559489cb] {
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-9169adf0] {
5
+ .hover-icon-rotate:hover .o-icon[data-v-559489cb] {
6
6
  transform: rotate(-180deg);
7
7
  }
8
8
  }
9
- .header-nav[data-v-9169adf0] {
9
+ .header-nav[data-v-559489cb] {
10
10
  flex: 1;
11
11
  justify-content: space-between;
12
12
  width: 100%;
13
13
  overflow: hidden;
14
14
  height: 100%;
15
- background-color: var(--o-color-fill2);
16
15
  transform: translateX(-130%);
17
16
  transition-duration: 0.333s;
18
17
  transition-property: all;
19
18
  transition-timing-function: cubic-bezier(0.5, 0, 0.84, 0.25);
20
- display: block;
21
19
  opacity: 0;
20
+ display: flex;
22
21
  }
23
- .header-nav.active[data-v-9169adf0] {
22
+ .header-nav.active[data-v-559489cb] {
24
23
  opacity: 1;
25
24
  visibility: visible;
26
25
  transform: translateX(0);
26
+ background-color: var(--o-color-mask1);
27
27
  }
28
- .o-nav[data-v-9169adf0] {
28
+ .o-nav[data-v-559489cb] {
29
29
  height: 100%;
30
- position: relative;
31
- width: 99px;
30
+ min-width: 99px;
31
+ max-width: 40%;
32
32
  background: var(--o-color-fill1);
33
+ flex-shrink: 0;
33
34
  display: flex;
34
35
  flex-direction: column;
35
36
  justify-content: space-between;
36
37
  }
37
- .o-nav .o-nav-list[data-v-9169adf0] {
38
- padding: 0;
39
- margin: 0;
40
- height: auto;
41
- }
42
- .o-nav .o-nav-list > li[data-v-9169adf0] {
43
- position: relative;
38
+ .o-nav .o-nav-list > li[data-v-559489cb] {
44
39
  font-size: 18px;
45
40
  line-height: 26px;
46
41
  }
47
42
  @media (min-width: 1201px) and (max-width: 1680px) {
48
- .o-nav .o-nav-list > li[data-v-9169adf0] {
43
+ .o-nav .o-nav-list > li[data-v-559489cb] {
49
44
  font-size: 16px;
50
45
  line-height: 24px;
51
46
  }
52
47
  }
53
48
  @media (min-width: 841px) and (max-width: 1200px) {
54
- .o-nav .o-nav-list > li[data-v-9169adf0] {
49
+ .o-nav .o-nav-list > li[data-v-559489cb] {
55
50
  font-size: 14px;
56
51
  line-height: 22px;
57
52
  }
58
53
  }
59
54
  @media (min-width: 601px) and (max-width: 840px) {
60
- .o-nav .o-nav-list > li[data-v-9169adf0] {
55
+ .o-nav .o-nav-list > li[data-v-559489cb] {
61
56
  font-size: 14px;
62
57
  line-height: 22px;
63
58
  }
64
59
  }
65
60
  @media (max-width: 600px) {
66
- .o-nav .o-nav-list > li[data-v-9169adf0] {
61
+ .o-nav .o-nav-list > li[data-v-559489cb] {
67
62
  font-size: 14px;
68
63
  line-height: 22px;
69
64
  }
70
65
  }
71
- .o-nav .o-nav-list > li[data-v-9169adf0] {
66
+ .o-nav .o-nav-list > li[data-v-559489cb] {
72
67
  display: flex;
73
68
  align-items: center;
74
- height: 48px;
69
+ min-height: 48px;
75
70
  padding-left: 24px;
76
71
  padding-right: var(--o-gap-2);
77
72
  color: var(--o-color-info1);
78
73
  }
79
- .o-nav .o-nav-list > li.active[data-v-9169adf0] {
74
+ .o-nav .o-nav-list > li.active[data-v-559489cb] {
80
75
  color: var(--o-color-primary1);
81
76
  background: var(--o-color-fill2);
82
77
  font-weight: 500;
83
78
  }
84
- .nav-aside[data-v-9169adf0] {
85
- position: fixed;
79
+ .o-nav .o-nav-list > li .text-label[data-v-559489cb] {
80
+ display: block;
81
+ white-space: pre-wrap;
82
+ word-wrap: break-word;
83
+ width: 100%;
84
+ }
85
+ .nav-aside[data-v-559489cb] {
86
86
  background-color: var(--o-color-fill2);
87
- top: 0;
88
- left: 0;
89
- width: calc(100% - 99px);
90
- transform: translateX(99px);
87
+ flex: 1;
91
88
  height: 100%;
92
- z-index: 190;
93
89
  }
94
- .nav-aside .nav-aside-wrapper[data-v-9169adf0] {
90
+ .nav-aside .nav-aside-wrapper[data-v-559489cb] {
95
91
  overflow-y: auto;
96
92
  padding: 16px 12px 32px;
97
93
  height: 100%;
98
94
  }
99
- .nav-aside .nav-aside-wrapper .nav-aside-content[data-v-9169adf0] {
95
+ .nav-aside .nav-aside-wrapper .nav-aside-content[data-v-559489cb] {
100
96
  display: block;
101
97
  flex: 0 1 auto;
102
98
  }
103
- .nav-aside .nav-aside-wrapper .nav-aside-content + .nav-aside-content[data-v-9169adf0] {
99
+ .nav-aside .nav-aside-wrapper .nav-aside-content + .nav-aside-content[data-v-559489cb] {
104
100
  position: relative;
105
101
  padding-top: var(--o-gap-3);
106
102
  }
107
- .nav-aside .nav-aside-wrapper .nav-aside-content + .nav-aside-content[data-v-9169adf0]::before {
103
+ .nav-aside .nav-aside-wrapper .nav-aside-content + .nav-aside-content[data-v-559489cb]::before {
108
104
  content: "";
109
105
  position: absolute;
110
106
  top: 0;
@@ -112,115 +108,117 @@
112
108
  height: 1px;
113
109
  background-color: rgba(var(--o-grey-14), 0.1);
114
110
  }
115
- .nav-aside .nav-aside-wrapper .nav-aside-content .content-label[data-v-9169adf0] {
111
+ .nav-aside .nav-aside-wrapper .nav-aside-content .content-label[data-v-559489cb] {
116
112
  color: var(--o-color-info3);
113
+ margin-bottom: 8px;
117
114
  font-size: 18px;
118
115
  line-height: 26px;
119
116
  }
120
117
  @media (min-width: 1201px) and (max-width: 1680px) {
121
- .nav-aside .nav-aside-wrapper .nav-aside-content .content-label[data-v-9169adf0] {
118
+ .nav-aside .nav-aside-wrapper .nav-aside-content .content-label[data-v-559489cb] {
122
119
  font-size: 16px;
123
120
  line-height: 24px;
124
121
  }
125
122
  }
126
123
  @media (min-width: 841px) and (max-width: 1200px) {
127
- .nav-aside .nav-aside-wrapper .nav-aside-content .content-label[data-v-9169adf0] {
124
+ .nav-aside .nav-aside-wrapper .nav-aside-content .content-label[data-v-559489cb] {
128
125
  font-size: 14px;
129
126
  line-height: 22px;
130
127
  }
131
128
  }
132
129
  @media (min-width: 601px) and (max-width: 840px) {
133
- .nav-aside .nav-aside-wrapper .nav-aside-content .content-label[data-v-9169adf0] {
130
+ .nav-aside .nav-aside-wrapper .nav-aside-content .content-label[data-v-559489cb] {
134
131
  font-size: 14px;
135
132
  line-height: 22px;
136
133
  }
137
134
  }
138
135
  @media (max-width: 600px) {
139
- .nav-aside .nav-aside-wrapper .nav-aside-content .content-label[data-v-9169adf0] {
136
+ .nav-aside .nav-aside-wrapper .nav-aside-content .content-label[data-v-559489cb] {
140
137
  font-size: 14px;
141
138
  line-height: 22px;
142
139
  }
143
140
  }
144
- .nav-aside .nav-aside-wrapper .nav-aside-content .item-not-children[data-v-9169adf0] {
141
+ .nav-aside .nav-aside-wrapper .nav-aside-content .item-not-children[data-v-559489cb] {
145
142
  margin-bottom: 12px;
146
143
  display: flex;
147
144
  align-items: center;
148
145
  }
149
- .nav-aside .nav-aside-wrapper .nav-aside-content .item-not-children .o-tag[data-v-9169adf0] {
146
+ .nav-aside .nav-aside-wrapper .nav-aside-content .item-not-children .o-tag[data-v-559489cb] {
150
147
  margin-left: var(--o-gap-2);
151
148
  --layout-pkg-radius: 100vh;
152
149
  }
153
- .nav-aside .nav-aside-wrapper .nav-aside-content .item-not-children .o-icon[data-v-9169adf0] {
150
+ .nav-aside .nav-aside-wrapper .nav-aside-content .item-not-children .o-icon[data-v-559489cb] {
154
151
  margin-left: var(--o-gap-2);
155
152
  }
156
- .nav-aside .nav-aside-wrapper .source-code-item[data-v-9169adf0] {
153
+ .nav-aside .nav-aside-wrapper .source-code-item[data-v-559489cb] {
157
154
  height: 40px;
158
155
  display: flex;
159
156
  align-items: center;
160
157
  color: var(--o-color-info1);
158
+ font-weight: 600;
161
159
  }
162
- .nav-aside .nav-aside-wrapper .source-code-item.active[data-v-9169adf0] {
160
+ .nav-aside .nav-aside-wrapper .source-code-item.active[data-v-559489cb] {
163
161
  color: var(--o-color-primary1);
164
162
  }
165
- .nav-aside .nav-aside-wrapper .source-code-item + .source-code-item[data-v-9169adf0] {
163
+ .nav-aside .nav-aside-wrapper .source-code-item + .source-code-item[data-v-559489cb] {
166
164
  border-top: 1px solid var(--o-color-control4);
167
165
  }
168
- .nav-aside .nav-aside-wrapper .source-code-item .icon[data-v-9169adf0] {
166
+ .nav-aside .nav-aside-wrapper .source-code-item .icon[data-v-559489cb] {
169
167
  margin-left: var(--o-gap-2);
170
168
  }
171
- .nav-aside .nav-aside-wrapper[data-v-9169adf0]::-webkit-scrollbar-track {
169
+ .nav-aside .nav-aside-wrapper[data-v-559489cb]::-webkit-scrollbar-track {
172
170
  border-radius: 3px;
173
171
  }
174
- .nav-aside .nav-aside-wrapper[data-v-9169adf0]::-webkit-scrollbar {
172
+ .nav-aside .nav-aside-wrapper[data-v-559489cb]::-webkit-scrollbar {
175
173
  width: 6px;
176
174
  background-color: transparent;
177
175
  }
178
- .nav-aside .nav-aside-wrapper[data-v-9169adf0]::-webkit-scrollbar-thumb {
176
+ .nav-aside .nav-aside-wrapper[data-v-559489cb]::-webkit-scrollbar-thumb {
179
177
  border-radius: 3px;
180
178
  background: var(--o-color-control1);
181
179
  }
182
- .nav-aside .container-mobile[data-v-9169adf0] {
180
+ .nav-aside .container-mobile[data-v-559489cb] {
183
181
  font-size: 18px;
184
182
  line-height: 26px;
185
183
  }
186
184
  @media (min-width: 1201px) and (max-width: 1680px) {
187
- .nav-aside .container-mobile[data-v-9169adf0] {
185
+ .nav-aside .container-mobile[data-v-559489cb] {
188
186
  font-size: 16px;
189
187
  line-height: 24px;
190
188
  }
191
189
  }
192
190
  @media (min-width: 841px) and (max-width: 1200px) {
193
- .nav-aside .container-mobile[data-v-9169adf0] {
191
+ .nav-aside .container-mobile[data-v-559489cb] {
194
192
  font-size: 14px;
195
193
  line-height: 22px;
196
194
  }
197
195
  }
198
196
  @media (min-width: 601px) and (max-width: 840px) {
199
- .nav-aside .container-mobile[data-v-9169adf0] {
197
+ .nav-aside .container-mobile[data-v-559489cb] {
200
198
  font-size: 14px;
201
199
  line-height: 22px;
202
200
  }
203
201
  }
204
202
  @media (max-width: 600px) {
205
- .nav-aside .container-mobile[data-v-9169adf0] {
203
+ .nav-aside .container-mobile[data-v-559489cb] {
206
204
  font-size: 14px;
207
205
  line-height: 22px;
208
206
  }
209
207
  }
210
- .nav-aside .container-mobile .o-icon[data-v-9169adf0] {
208
+ .nav-aside .container-mobile .o-icon[data-v-559489cb] {
211
209
  --icon-size: 16px;
212
210
  margin-left: var(--o-gap-2);
213
211
  }
214
- .nav-aside .content-container-mobile[data-v-9169adf0] {
212
+ .nav-aside .content-container-mobile[data-v-559489cb] {
215
213
  margin-top: var(--o-gap-3);
216
214
  }
217
- .nav-aside .content-container-mobile[data-v-9169adf0]:first-child {
215
+ .nav-aside .content-container-mobile[data-v-559489cb]:first-child {
218
216
  margin-top: 8px;
219
217
  }
220
- .nav-aside .content-container-mobile[data-v-9169adf0]:last-child {
218
+ .nav-aside .content-container-mobile[data-v-559489cb]:last-child {
221
219
  margin-bottom: 12px;
222
220
  }
223
- .nav-aside .content-container-mobile .content-subtitle[data-v-9169adf0] {
221
+ .nav-aside .content-container-mobile .content-subtitle[data-v-559489cb] {
224
222
  color: var(--o-color-info1);
225
223
  display: flex;
226
224
  align-items: center;
@@ -228,38 +226,41 @@
228
226
  line-height: 26px;
229
227
  }
230
228
  @media (min-width: 1201px) and (max-width: 1680px) {
231
- .nav-aside .content-container-mobile .content-subtitle[data-v-9169adf0] {
229
+ .nav-aside .content-container-mobile .content-subtitle[data-v-559489cb] {
232
230
  font-size: 16px;
233
231
  line-height: 24px;
234
232
  }
235
233
  }
236
234
  @media (min-width: 841px) and (max-width: 1200px) {
237
- .nav-aside .content-container-mobile .content-subtitle[data-v-9169adf0] {
235
+ .nav-aside .content-container-mobile .content-subtitle[data-v-559489cb] {
238
236
  font-size: 14px;
239
237
  line-height: 22px;
240
238
  }
241
239
  }
242
240
  @media (min-width: 601px) and (max-width: 840px) {
243
- .nav-aside .content-container-mobile .content-subtitle[data-v-9169adf0] {
241
+ .nav-aside .content-container-mobile .content-subtitle[data-v-559489cb] {
244
242
  font-size: 14px;
245
243
  line-height: 22px;
246
244
  }
247
245
  }
248
246
  @media (max-width: 600px) {
249
- .nav-aside .content-container-mobile .content-subtitle[data-v-9169adf0] {
247
+ .nav-aside .content-container-mobile .content-subtitle[data-v-559489cb] {
250
248
  font-size: 14px;
251
249
  line-height: 22px;
252
250
  }
253
251
  }
254
- .nav-aside .content-container-mobile .content-tag[data-v-9169adf0] {
252
+ .nav-aside .content-container-mobile .content-subtitle .item-label[data-v-559489cb] {
253
+ font-weight: 600;
254
+ }
255
+ .nav-aside .content-container-mobile .content-tag[data-v-559489cb] {
255
256
  margin-left: var(--o-gap-2);
256
257
  --layout-pkg-radius: var(--o-radius-xs);
257
258
  }
258
- .nav-aside .content-container-mobile .desc-container[data-v-9169adf0] {
259
+ .nav-aside .content-container-mobile .desc-container[data-v-559489cb] {
259
260
  overflow: hidden;
260
261
  position: relative;
261
262
  }
262
- .nav-aside .content-container-mobile .desc-container .item-desc[data-v-9169adf0] {
263
+ .nav-aside .content-container-mobile .desc-container .item-desc[data-v-559489cb] {
263
264
  color: var(--o-color-info2);
264
265
  margin-top: var(--o-gap-1);
265
266
  text-align: justify;
@@ -268,30 +269,30 @@
268
269
  line-height: 22px;
269
270
  }
270
271
  @media (min-width: 1201px) and (max-width: 1680px) {
271
- .nav-aside .content-container-mobile .desc-container .item-desc[data-v-9169adf0] {
272
+ .nav-aside .content-container-mobile .desc-container .item-desc[data-v-559489cb] {
272
273
  font-size: 12px;
273
274
  line-height: 18px;
274
275
  }
275
276
  }
276
277
  @media (min-width: 841px) and (max-width: 1200px) {
277
- .nav-aside .content-container-mobile .desc-container .item-desc[data-v-9169adf0] {
278
+ .nav-aside .content-container-mobile .desc-container .item-desc[data-v-559489cb] {
278
279
  font-size: 12px;
279
280
  line-height: 18px;
280
281
  }
281
282
  }
282
283
  @media (min-width: 601px) and (max-width: 840px) {
283
- .nav-aside .content-container-mobile .desc-container .item-desc[data-v-9169adf0] {
284
+ .nav-aside .content-container-mobile .desc-container .item-desc[data-v-559489cb] {
284
285
  font-size: 12px;
285
286
  line-height: 18px;
286
287
  }
287
288
  }
288
289
  @media (max-width: 600px) {
289
- .nav-aside .content-container-mobile .desc-container .item-desc[data-v-9169adf0] {
290
+ .nav-aside .content-container-mobile .desc-container .item-desc[data-v-559489cb] {
290
291
  font-size: 12px;
291
292
  line-height: 18px;
292
293
  }
293
294
  }
294
- .nav-aside .content-container-mobile .desc-container .item-desc[data-v-9169adf0] {
295
+ .nav-aside .content-container-mobile .desc-container .item-desc[data-v-559489cb] {
295
296
  overflow: hidden;
296
297
  text-overflow: ellipsis;
297
298
  word-break: break-all;
@@ -300,120 +301,97 @@
300
301
  -webkit-line-clamp: 2;
301
302
  }
302
303
  @media (max-width: 600px) {
303
- .nav-aside .content-container-mobile .desc-container .item-desc[data-v-9169adf0] {
304
+ .nav-aside .content-container-mobile .desc-container .item-desc[data-v-559489cb] {
304
305
  font-size: 16px;
305
306
  line-height: 24px;
306
307
  }
307
308
  }
308
309
  @media (max-width: 600px) and (min-width: 1201px) and (max-width: 1680px) {
309
- .nav-aside .content-container-mobile .desc-container .item-desc[data-v-9169adf0] {
310
+ .nav-aside .content-container-mobile .desc-container .item-desc[data-v-559489cb] {
310
311
  font-size: 14px;
311
312
  line-height: 22px;
312
313
  }
313
314
  }
314
315
  @media (max-width: 600px) and (min-width: 841px) and (max-width: 1200px) {
315
- .nav-aside .content-container-mobile .desc-container .item-desc[data-v-9169adf0] {
316
+ .nav-aside .content-container-mobile .desc-container .item-desc[data-v-559489cb] {
316
317
  font-size: 14px;
317
318
  line-height: 22px;
318
319
  }
319
320
  }
320
321
  @media (max-width: 600px) and (min-width: 601px) and (max-width: 840px) {
321
- .nav-aside .content-container-mobile .desc-container .item-desc[data-v-9169adf0] {
322
+ .nav-aside .content-container-mobile .desc-container .item-desc[data-v-559489cb] {
322
323
  font-size: 14px;
323
324
  line-height: 22px;
324
325
  }
325
326
  }
326
327
  @media (max-width: 600px) and (max-width: 600px) {
327
- .nav-aside .content-container-mobile .desc-container .item-desc[data-v-9169adf0] {
328
+ .nav-aside .content-container-mobile .desc-container .item-desc[data-v-559489cb] {
328
329
  font-size: 12px;
329
330
  line-height: 18px;
330
331
  }
331
332
  }
332
- .header-tool[data-v-9169adf0] {
333
- position: absolute;
334
- bottom: 36px;
335
- left: 0;
336
- width: 99px;
333
+ .nav-aside .content-item-disabled[data-v-559489cb] {
334
+ cursor: no-drop;
335
+ }
336
+ .nav-aside .content-item-disabled .content-subtitle[data-v-559489cb] {
337
+ color: var(--o-color-info4);
338
+ cursor: no-drop;
339
+ pointer-events: none;
340
+ }
341
+ .nav-aside .content-item-disabled .desc-container .item-desc[data-v-559489cb] {
342
+ color: var(--o-color-info4);
343
+ }
344
+ .header-tool[data-v-559489cb] {
345
+ margin-bottom: 36px;
346
+ width: 100%;
337
347
  display: flex;
338
348
  height: auto;
339
- justify-content: center;
340
349
  align-items: center;
341
350
  flex-direction: column;
342
351
  }
343
- .header-tool-item[data-v-9169adf0] {
344
- width: 99px;
352
+ .header-tool-item[data-v-559489cb] {
353
+ width: 100%;
345
354
  display: flex;
346
355
  align-items: center;
347
- height: 48px;
356
+ min-height: 48px;
348
357
  padding-left: 24px;
349
358
  padding-right: var(--o-gap-2);
350
359
  color: var(--o-color-info1);
351
360
  }
352
- .header-tool-item.active[data-v-9169adf0] {
361
+ .header-tool-item.active[data-v-559489cb] {
353
362
  color: var(--o-color-primary1);
354
363
  background: var(--o-color-fill2);
355
364
  font-weight: 500;
356
365
  }
357
- .header-tool-item[data-v-9169adf0] {
358
- font-size: 14px;
359
- line-height: 22px;
366
+ .header-tool-item[data-v-559489cb] {
367
+ font-size: 18px;
368
+ line-height: 26px;
360
369
  }
361
370
  @media (min-width: 1201px) and (max-width: 1680px) {
362
- .header-tool-item[data-v-9169adf0] {
363
- font-size: 12px;
364
- line-height: 18px;
365
- }
366
- }
367
- @media (min-width: 841px) and (max-width: 1200px) {
368
- .header-tool-item[data-v-9169adf0] {
369
- font-size: 12px;
370
- line-height: 18px;
371
- }
372
- }
373
- @media (min-width: 601px) and (max-width: 840px) {
374
- .header-tool-item[data-v-9169adf0] {
375
- font-size: 12px;
376
- line-height: 18px;
377
- }
378
- }
379
- @media (max-width: 600px) {
380
- .header-tool-item[data-v-9169adf0] {
381
- font-size: 12px;
382
- line-height: 18px;
383
- }
384
- }
385
- @media (max-width: 600px) {
386
- .header-tool-item[data-v-9169adf0] {
371
+ .header-tool-item[data-v-559489cb] {
387
372
  font-size: 16px;
388
373
  line-height: 24px;
389
374
  }
390
375
  }
391
- @media (max-width: 600px) and (min-width: 1201px) and (max-width: 1680px) {
392
- .header-tool-item[data-v-9169adf0] {
376
+ @media (min-width: 841px) and (max-width: 1200px) {
377
+ .header-tool-item[data-v-559489cb] {
393
378
  font-size: 14px;
394
379
  line-height: 22px;
395
380
  }
396
381
  }
397
- @media (max-width: 600px) and (min-width: 841px) and (max-width: 1200px) {
398
- .header-tool-item[data-v-9169adf0] {
382
+ @media (min-width: 601px) and (max-width: 840px) {
383
+ .header-tool-item[data-v-559489cb] {
399
384
  font-size: 14px;
400
385
  line-height: 22px;
401
386
  }
402
387
  }
403
- @media (max-width: 600px) and (min-width: 601px) and (max-width: 840px) {
404
- .header-tool-item[data-v-9169adf0] {
388
+ @media (max-width: 600px) {
389
+ .header-tool-item[data-v-559489cb] {
405
390
  font-size: 14px;
406
391
  line-height: 22px;
407
392
  }
408
393
  }
409
- @media (max-width: 600px) and (max-width: 600px) {
410
- .header-tool-item[data-v-9169adf0] {
411
- font-size: 12px;
412
- line-height: 18px;
413
- }
414
- }
415
- .other-tool[data-v-9169adf0] {
416
- width: 99px;
417
- margin-top: 8px;
418
- text-align: center;
394
+ .other-tool[data-v-559489cb] {
395
+ width: 100%;
396
+ padding: var(--o-gap-2) var(--o-gap-2) 0 var(--o-gap-5);
419
397
  }
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./HeaderNavMobile.vue2.mjs";
2
2
  import './HeaderNavMobile.css';
3
3
  import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const HeaderNavMobile = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9169adf0"]]);
4
+ const HeaderNavMobile = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-559489cb"]]);
5
5
  export {
6
6
  HeaderNavMobile as default
7
7
  };