@opendesign-plus-test/components 0.0.1-rc.86 → 0.0.1-rc.87

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 (29) hide show
  1. package/dist/components/header/OHeader.vue.d.ts +6 -2
  2. package/dist/components/header/index.d.ts +3 -1
  3. package/dist/components.cjs.js +40 -40
  4. package/dist/components.css +1 -1
  5. package/dist/components.es.js +6294 -6251
  6. package/dist/treeshaking/components/header/OHeader.css +13 -18
  7. package/dist/treeshaking/components/header/OHeader.vue.d.ts +6 -2
  8. package/dist/treeshaking/components/header/OHeader.vue.mjs +1 -1
  9. package/dist/treeshaking/components/header/OHeader.vue2.mjs +80 -9
  10. package/dist/treeshaking/components/header/OHeaderMobile.css +20 -20
  11. package/dist/treeshaking/components/header/OHeaderMobile.vue.mjs +1 -1
  12. package/dist/treeshaking/components/header/components/HeaderContent.css +253 -263
  13. package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
  14. package/dist/treeshaking/components/header/components/HeaderContent.vue2.mjs +15 -12
  15. package/dist/treeshaking/components/header/components/HeaderNav.css +26 -26
  16. package/dist/treeshaking/components/header/components/HeaderNav.vue.mjs +1 -1
  17. package/dist/treeshaking/components/header/components/HeaderNav.vue2.mjs +1 -3
  18. package/dist/treeshaking/components/header/index.d.ts +3 -1
  19. package/dist/treeshaking/components/header-language-switcher/OHeaderLanguageSwitcher.css +43 -29
  20. package/dist/treeshaking/components/header-language-switcher/OHeaderLanguageSwitcher.vue.mjs +1 -1
  21. package/dist/treeshaking/components/header-language-switcher/OHeaderLanguageSwitcher.vue2.mjs +1 -1
  22. package/dist/treeshaking/components/header-source-code/OHeaderSourceCode.css +25 -26
  23. package/dist/treeshaking/components/header-source-code/OHeaderSourceCode.vue.mjs +1 -1
  24. package/dist/treeshaking/components/header-source-code/OHeaderSourceCode.vue2.mjs +1 -0
  25. package/dist/treeshaking/components/header-user/OHeaderUser.css +26 -26
  26. package/dist/treeshaking/components/header-user/OHeaderUser.vue.mjs +1 -1
  27. package/dist/treeshaking/components/header-user/OHeaderUser2.css +5 -0
  28. package/dist/treeshaking/components/meeting/OMeetingCalendar.vue.mjs +13 -5
  29. package/package.json +1 -1
@@ -1,19 +1,22 @@
1
- .hover-icon-rotate .o-icon[data-v-4a923a98] {
1
+ .hover-icon-rotate .o-icon[data-v-252ea1d2] {
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-4a923a98] {
5
+ .hover-icon-rotate:hover .o-icon[data-v-252ea1d2] {
6
6
  transform: rotate(-180deg);
7
7
  }
8
8
  }
9
- .nav-content[data-v-4a923a98] {
9
+ .nav-content[data-v-252ea1d2] {
10
10
  cursor: default;
11
11
  overflow: hidden;
12
12
  justify-content: center;
13
13
  transform-origin: top;
14
14
  transition: all 0.3s allow-discrete;
15
15
  }
16
- .nav-scroller[data-v-4a923a98] {
16
+ .content-wrapper[data-v-252ea1d2] {
17
+ --layout-content-padding: 28px;
18
+ }
19
+ .nav-scroller[data-v-252ea1d2] {
17
20
  height: 100%;
18
21
  width: 100%;
19
22
  overflow-x: auto;
@@ -21,22 +24,22 @@
21
24
  white-space: nowrap;
22
25
  }
23
26
  @media (max-width: 840px) {
24
- .nav-scroller[data-v-4a923a98] {
27
+ .nav-scroller[data-v-252ea1d2] {
25
28
  --scroller-padding: 0 var(--layout-content-padding);
26
29
  }
27
30
  }
28
- .nav-scroller[data-v-4a923a98] .o-scrollbar {
31
+ .nav-scroller[data-v-252ea1d2] .o-scrollbar {
29
32
  --scrollbar-height: 100%;
30
33
  }
31
- .nav-sub-content[data-v-4a923a98] {
34
+ .nav-sub-content[data-v-252ea1d2] {
32
35
  display: flex;
33
36
  }
34
- .content-left[data-v-4a923a98] {
37
+ .content-left[data-v-252ea1d2] {
35
38
  display: flex;
36
39
  flex: 1;
37
40
  padding: 32px 0;
38
41
  }
39
- .content-label[data-v-4a923a98] {
42
+ .content-label[data-v-252ea1d2] {
40
43
  display: inline-block;
41
44
  margin-bottom: var(--o-gap-3);
42
45
  color: var(--o-color-info3);
@@ -44,187 +47,181 @@
44
47
  line-height: 24px;
45
48
  }
46
49
  @media (min-width: 1201px) and (max-width: 1680px) {
47
- .content-label[data-v-4a923a98] {
50
+ .content-label[data-v-252ea1d2] {
48
51
  font-size: 14px;
49
52
  line-height: 22px;
50
53
  }
51
54
  }
52
55
  @media (min-width: 841px) and (max-width: 1200px) {
53
- .content-label[data-v-4a923a98] {
56
+ .content-label[data-v-252ea1d2] {
54
57
  font-size: 14px;
55
58
  line-height: 22px;
56
59
  }
57
60
  }
58
61
  @media (min-width: 601px) and (max-width: 840px) {
59
- .content-label[data-v-4a923a98] {
62
+ .content-label[data-v-252ea1d2] {
60
63
  font-size: 14px;
61
64
  line-height: 22px;
62
65
  }
63
66
  }
64
67
  @media (max-width: 600px) {
65
- .content-label[data-v-4a923a98] {
68
+ .content-label[data-v-252ea1d2] {
66
69
  font-size: 12px;
67
70
  line-height: 18px;
68
71
  }
69
72
  }
70
- .content-container[data-v-4a923a98] {
73
+ .content-container[data-v-252ea1d2] {
71
74
  display: flex;
72
75
  flex-wrap: wrap;
73
76
  }
74
- .content-item[data-v-4a923a98] {
77
+ .content-item[data-v-252ea1d2] {
75
78
  width: 200px;
76
79
  margin-top: 24px;
77
80
  }
78
81
  @media (min-width: 1201px) and (max-width: 1680px) {
79
- .content-item[data-v-4a923a98] {
82
+ .content-item[data-v-252ea1d2] {
80
83
  width: 170px;
81
84
  margin-top: 16px;
82
85
  }
83
86
  }
84
87
  @media (min-width: 841px) and (max-width: 1200px) {
85
- .content-item[data-v-4a923a98] {
88
+ .content-item[data-v-252ea1d2] {
86
89
  width: 132px;
87
90
  margin-top: 12px;
88
91
  }
89
92
  }
90
- .item-label[data-v-4a923a98] {
93
+ .item-label[data-v-252ea1d2] {
91
94
  display: inline-flex;
92
95
  align-items: center;
93
96
  margin-bottom: var(--o-gap-1);
94
97
  color: var(--o-color-info1);
95
98
  }
96
99
  @media (hover: hover) {
97
- .item-label[data-v-4a923a98]:hover {
100
+ .item-label[data-v-252ea1d2]:hover {
98
101
  color: var(--o-color-primary1);
99
102
  text-decoration: none;
100
103
  }
104
+ .item-label:hover .item-name[data-v-252ea1d2] {
105
+ font-weight: 600;
101
106
  }
102
- .item-label .item-name[data-v-4a923a98] {
103
- font-weight: 500;
107
+ }
108
+ .item-label .item-name[data-v-252ea1d2] {
104
109
  white-space: nowrap;
105
110
  font-size: 16px;
106
111
  line-height: 24px;
107
112
  }
108
113
  @media (min-width: 1201px) and (max-width: 1680px) {
109
- .item-label .item-name[data-v-4a923a98] {
114
+ .item-label .item-name[data-v-252ea1d2] {
110
115
  font-size: 14px;
111
116
  line-height: 22px;
112
117
  }
113
118
  }
114
119
  @media (min-width: 841px) and (max-width: 1200px) {
115
- .item-label .item-name[data-v-4a923a98] {
120
+ .item-label .item-name[data-v-252ea1d2] {
116
121
  font-size: 14px;
117
122
  line-height: 22px;
118
123
  }
119
124
  }
120
125
  @media (min-width: 601px) and (max-width: 840px) {
121
- .item-label .item-name[data-v-4a923a98] {
126
+ .item-label .item-name[data-v-252ea1d2] {
122
127
  font-size: 14px;
123
128
  line-height: 22px;
124
129
  }
125
130
  }
126
131
  @media (max-width: 600px) {
127
- .item-label .item-name[data-v-4a923a98] {
132
+ .item-label .item-name[data-v-252ea1d2] {
128
133
  font-size: 12px;
129
134
  line-height: 18px;
130
135
  }
131
136
  }
132
- .item-label .o-icon[data-v-4a923a98] {
133
- --icon-size: 24px;
137
+ .item-label .o-icon[data-v-252ea1d2] {
138
+ --icon-size: 16px;
134
139
  margin-left: var(--o-gap-2);
135
140
  }
136
141
  @media (max-width: 1680px) {
137
- .item-label .o-icon[data-v-4a923a98] {
142
+ .item-label .o-icon[data-v-252ea1d2] {
138
143
  --icon-size: 16px;
139
144
  }
140
145
  }
141
- .item-label .content-tag[data-v-4a923a98] {
146
+ .item-label .content-tag[data-v-252ea1d2] {
142
147
  margin-left: var(--o-gap-2);
143
148
  --layout-pkg-radius: var(--o-radius-xs);
144
149
  }
145
- @media (max-width: 1680px) {
146
- .item-label .content-tag[data-v-4a923a98] {
147
- display: none;
148
- }
149
- }
150
- .desc-container[data-v-4a923a98] {
150
+ .desc-container[data-v-252ea1d2] {
151
151
  overflow: hidden;
152
152
  position: relative;
153
- height: 36px;
153
+ min-height: 36px;
154
154
  white-space: normal;
155
155
  }
156
- .desc-container .item-desc[data-v-4a923a98] {
156
+ .desc-container .item-desc[data-v-252ea1d2] {
157
157
  color: var(--o-color-info2);
158
158
  word-break: normal;
159
159
  font-size: 12px;
160
160
  line-height: 18px;
161
161
  }
162
162
  @media (min-width: 1201px) and (max-width: 1680px) {
163
- .desc-container .item-desc[data-v-4a923a98] {
163
+ .desc-container .item-desc[data-v-252ea1d2] {
164
164
  font-size: 12px;
165
165
  line-height: 18px;
166
166
  }
167
167
  }
168
168
  @media (min-width: 841px) and (max-width: 1200px) {
169
- .desc-container .item-desc[data-v-4a923a98] {
169
+ .desc-container .item-desc[data-v-252ea1d2] {
170
170
  font-size: 12px;
171
171
  line-height: 18px;
172
172
  }
173
173
  }
174
174
  @media (min-width: 601px) and (max-width: 840px) {
175
- .desc-container .item-desc[data-v-4a923a98] {
175
+ .desc-container .item-desc[data-v-252ea1d2] {
176
176
  font-size: 12px;
177
177
  line-height: 18px;
178
178
  }
179
179
  }
180
180
  @media (max-width: 600px) {
181
- .desc-container .item-desc[data-v-4a923a98] {
181
+ .desc-container .item-desc[data-v-252ea1d2] {
182
182
  font-size: 12px;
183
183
  line-height: 18px;
184
184
  }
185
185
  }
186
- .desc-container .item-desc[data-v-4a923a98] {
186
+ .desc-container .item-desc[data-v-252ea1d2] {
187
187
  overflow: hidden;
188
188
  text-overflow: ellipsis;
189
189
  word-break: break-all;
190
190
  display: -webkit-box;
191
191
  -webkit-box-orient: vertical;
192
- -webkit-line-clamp: 2;
192
+ -webkit-line-clamp: 6;
193
193
  }
194
- .split-line[data-v-4a923a98] {
194
+ .split-line[data-v-252ea1d2] {
195
195
  background: var(--o-color-control4);
196
196
  width: 1px;
197
197
  margin: 0 16px;
198
198
  flex-shrink: 0;
199
199
  }
200
200
  @media (max-width: 1200px) {
201
- .split-line[data-v-4a923a98] {
201
+ .split-line[data-v-252ea1d2] {
202
202
  display: none;
203
203
  }
204
204
  }
205
- .content-right[data-v-4a923a98] {
205
+ .content-right[data-v-252ea1d2] {
206
206
  width: 342px;
207
207
  padding: 32px 0;
208
208
  flex-shrink: 0;
209
209
  }
210
- @media (min-width: 1201px) and (max-width: 1680px) {
211
- .content-right[data-v-4a923a98] {
212
- width: 240px;
213
- }
214
- }
215
- @media (min-width: 841px) and (max-width: 1200px) {
216
- .content-right[data-v-4a923a98] {
217
- width: 240px;
210
+ @media (max-width: 1680px) {
211
+ .content-right[data-v-252ea1d2] {
212
+ width: auto;
213
+ min-width: 170px;
214
+ max-width: 240px;
218
215
  }
219
216
  }
220
217
  @media (max-width: 1200px) {
221
- .content-right[data-v-4a923a98] {
218
+ .content-right[data-v-252ea1d2] {
222
219
  display: none;
223
220
  }
224
221
  }
225
- .content-right .shortcut[data-v-4a923a98] {
222
+ .content-right .shortcut[data-v-252ea1d2] {
226
223
  min-height: 42px;
227
- background: var(--o-color-fill3);
224
+ background: var(--o-color-fill1);
228
225
  border-radius: var(--o-radius_control-xs);
229
226
  padding: 10px 24px;
230
227
  display: flex;
@@ -235,93 +232,93 @@
235
232
  line-height: 22px;
236
233
  }
237
234
  @media (min-width: 1201px) and (max-width: 1680px) {
238
- .content-right .shortcut[data-v-4a923a98] {
235
+ .content-right .shortcut[data-v-252ea1d2] {
239
236
  font-size: 12px;
240
237
  line-height: 18px;
241
238
  }
242
239
  }
243
240
  @media (min-width: 841px) and (max-width: 1200px) {
244
- .content-right .shortcut[data-v-4a923a98] {
241
+ .content-right .shortcut[data-v-252ea1d2] {
245
242
  font-size: 12px;
246
243
  line-height: 18px;
247
244
  }
248
245
  }
249
246
  @media (min-width: 601px) and (max-width: 840px) {
250
- .content-right .shortcut[data-v-4a923a98] {
247
+ .content-right .shortcut[data-v-252ea1d2] {
251
248
  font-size: 12px;
252
249
  line-height: 18px;
253
250
  }
254
251
  }
255
252
  @media (max-width: 600px) {
256
- .content-right .shortcut[data-v-4a923a98] {
253
+ .content-right .shortcut[data-v-252ea1d2] {
257
254
  font-size: 12px;
258
255
  line-height: 18px;
259
256
  }
260
257
  }
261
258
  @media (min-width: 1201px) and (max-width: 1680px) {
262
- .content-right .shortcut[data-v-4a923a98] {
259
+ .content-right .shortcut[data-v-252ea1d2] {
263
260
  font-size: 16px;
264
261
  line-height: 24px;
265
262
  }
266
263
  }
267
264
  @media (min-width: 1201px) and (max-width: 1680px) and (min-width: 1201px) and (max-width: 1680px) {
268
- .content-right .shortcut[data-v-4a923a98] {
265
+ .content-right .shortcut[data-v-252ea1d2] {
269
266
  font-size: 14px;
270
267
  line-height: 22px;
271
268
  }
272
269
  }
273
270
  @media (min-width: 1201px) and (max-width: 1680px) and (min-width: 841px) and (max-width: 1200px) {
274
- .content-right .shortcut[data-v-4a923a98] {
271
+ .content-right .shortcut[data-v-252ea1d2] {
275
272
  font-size: 14px;
276
273
  line-height: 22px;
277
274
  }
278
275
  }
279
276
  @media (min-width: 1201px) and (max-width: 1680px) and (min-width: 601px) and (max-width: 840px) {
280
- .content-right .shortcut[data-v-4a923a98] {
277
+ .content-right .shortcut[data-v-252ea1d2] {
281
278
  font-size: 14px;
282
279
  line-height: 22px;
283
280
  }
284
281
  }
285
282
  @media (min-width: 1201px) and (max-width: 1680px) and (max-width: 600px) {
286
- .content-right .shortcut[data-v-4a923a98] {
283
+ .content-right .shortcut[data-v-252ea1d2] {
287
284
  font-size: 12px;
288
285
  line-height: 18px;
289
286
  }
290
287
  }
291
288
  @media (min-width: 841px) and (max-width: 1200px) {
292
- .content-right .shortcut[data-v-4a923a98] {
289
+ .content-right .shortcut[data-v-252ea1d2] {
293
290
  font-size: 16px;
294
291
  line-height: 24px;
295
292
  }
296
293
  }
297
294
  @media (min-width: 841px) and (max-width: 1200px) and (min-width: 1201px) and (max-width: 1680px) {
298
- .content-right .shortcut[data-v-4a923a98] {
295
+ .content-right .shortcut[data-v-252ea1d2] {
299
296
  font-size: 14px;
300
297
  line-height: 22px;
301
298
  }
302
299
  }
303
300
  @media (min-width: 841px) and (max-width: 1200px) and (min-width: 841px) and (max-width: 1200px) {
304
- .content-right .shortcut[data-v-4a923a98] {
301
+ .content-right .shortcut[data-v-252ea1d2] {
305
302
  font-size: 14px;
306
303
  line-height: 22px;
307
304
  }
308
305
  }
309
306
  @media (min-width: 841px) and (max-width: 1200px) and (min-width: 601px) and (max-width: 840px) {
310
- .content-right .shortcut[data-v-4a923a98] {
307
+ .content-right .shortcut[data-v-252ea1d2] {
311
308
  font-size: 14px;
312
309
  line-height: 22px;
313
310
  }
314
311
  }
315
312
  @media (min-width: 841px) and (max-width: 1200px) and (max-width: 600px) {
316
- .content-right .shortcut[data-v-4a923a98] {
313
+ .content-right .shortcut[data-v-252ea1d2] {
317
314
  font-size: 12px;
318
315
  line-height: 18px;
319
316
  }
320
317
  }
321
- .content-right .shortcut + .shortcut[data-v-4a923a98] {
318
+ .content-right .shortcut + .shortcut[data-v-252ea1d2] {
322
319
  margin-top: var(--o-gap-2);
323
320
  }
324
- .content-right .shortcut .shortcut-link[data-v-4a923a98] {
321
+ .content-right .shortcut .shortcut-link[data-v-252ea1d2] {
325
322
  display: flex;
326
323
  align-items: center;
327
324
  color: var(--o-color-link1);
@@ -329,12 +326,12 @@
329
326
  white-space: normal;
330
327
  }
331
328
  @media (hover: hover) {
332
- .content-right .shortcut .shortcut-link[data-v-4a923a98]:hover {
329
+ .content-right .shortcut .shortcut-link[data-v-252ea1d2]:hover {
333
330
  color: var(--o-color-primary2);
334
331
  text-decoration: none;
335
332
  }
336
333
  }
337
- .content-right .shortcut .shortcut-link span[data-v-4a923a98] {
334
+ .content-right .shortcut .shortcut-link span[data-v-252ea1d2] {
338
335
  overflow: hidden;
339
336
  text-overflow: ellipsis;
340
337
  word-break: break-all;
@@ -342,22 +339,22 @@
342
339
  -webkit-box-orient: vertical;
343
340
  -webkit-line-clamp: 1;
344
341
  }
345
- .content-right .shortcut .shortcut-link .o-icon[data-v-4a923a98] {
342
+ .content-right .shortcut .shortcut-link .o-icon[data-v-252ea1d2] {
346
343
  --icon-size: 16px;
347
344
  margin-left: var(--o-gap-2);
348
345
  }
349
- .content-right .review[data-v-4a923a98] {
346
+ .content-right .review[data-v-252ea1d2] {
350
347
  display: flex;
351
348
  align-items: unset;
352
349
  position: relative;
353
350
  }
354
351
  @media (hover: hover) {
355
- .content-right .review[data-v-4a923a98]:hover {
352
+ .content-right .review[data-v-252ea1d2]:hover {
356
353
  text-decoration: none;
357
354
  }
358
355
  }
359
356
  @media (min-width: 841px) and (max-width: 1200px) {
360
- .content-right .review[data-v-4a923a98]:not(:last-child):after {
357
+ .content-right .review[data-v-252ea1d2]:not(:last-child):after {
361
358
  content: "";
362
359
  position: absolute;
363
360
  left: 0;
@@ -367,21 +364,21 @@
367
364
  background: var(--o-color-control4);
368
365
  }
369
366
  }
370
- .content-right .review + .review[data-v-4a923a98] {
367
+ .content-right .review + .review[data-v-252ea1d2] {
371
368
  margin-top: var(--o-gap-3);
372
369
  }
373
- .content-right .review .review-picture[data-v-4a923a98] {
370
+ .content-right .review .review-picture[data-v-252ea1d2] {
374
371
  width: 120px;
375
372
  height: auto;
376
373
  display: block;
377
374
  object-fit: contain;
378
375
  }
379
376
  @media (max-width: 1680px) {
380
- .content-right .review .review-picture[data-v-4a923a98] {
377
+ .content-right .review .review-picture[data-v-252ea1d2] {
381
378
  display: none;
382
379
  }
383
380
  }
384
- .content-right .review .review-content[data-v-4a923a98] {
381
+ .content-right .review .review-content[data-v-252ea1d2] {
385
382
  margin-left: var(--o-gap-2);
386
383
  flex: 1;
387
384
  max-width: 212px;
@@ -392,12 +389,12 @@
392
389
  white-space: normal;
393
390
  }
394
391
  @media (max-width: 1680px) {
395
- .content-right .review .review-content[data-v-4a923a98] {
392
+ .content-right .review .review-content[data-v-252ea1d2] {
396
393
  margin-left: unset;
397
394
  height: auto;
398
395
  }
399
396
  }
400
- .content-right .review .review-content .review-label[data-v-4a923a98] {
397
+ .content-right .review .review-content .review-label[data-v-252ea1d2] {
401
398
  word-break: normal;
402
399
  max-height: 48px;
403
400
  color: var(--o-color-info1);
@@ -407,30 +404,30 @@
407
404
  line-height: 24px;
408
405
  }
409
406
  @media (min-width: 1201px) and (max-width: 1680px) {
410
- .content-right .review .review-content .review-label[data-v-4a923a98] {
407
+ .content-right .review .review-content .review-label[data-v-252ea1d2] {
411
408
  font-size: 14px;
412
409
  line-height: 22px;
413
410
  }
414
411
  }
415
412
  @media (min-width: 841px) and (max-width: 1200px) {
416
- .content-right .review .review-content .review-label[data-v-4a923a98] {
413
+ .content-right .review .review-content .review-label[data-v-252ea1d2] {
417
414
  font-size: 14px;
418
415
  line-height: 22px;
419
416
  }
420
417
  }
421
418
  @media (min-width: 601px) and (max-width: 840px) {
422
- .content-right .review .review-content .review-label[data-v-4a923a98] {
419
+ .content-right .review .review-content .review-label[data-v-252ea1d2] {
423
420
  font-size: 14px;
424
421
  line-height: 22px;
425
422
  }
426
423
  }
427
424
  @media (max-width: 600px) {
428
- .content-right .review .review-content .review-label[data-v-4a923a98] {
425
+ .content-right .review .review-content .review-label[data-v-252ea1d2] {
429
426
  font-size: 12px;
430
427
  line-height: 18px;
431
428
  }
432
429
  }
433
- .content-right .review .review-content .review-label[data-v-4a923a98] {
430
+ .content-right .review .review-content .review-label[data-v-252ea1d2] {
434
431
  overflow: hidden;
435
432
  text-overflow: ellipsis;
436
433
  word-break: break-all;
@@ -439,16 +436,16 @@
439
436
  -webkit-line-clamp: 2;
440
437
  }
441
438
  @media (hover: hover) {
442
- .content-right .review .review-content .review-label[data-v-4a923a98]:hover {
439
+ .content-right .review .review-content .review-label[data-v-252ea1d2]:hover {
443
440
  color: var(--o-color-primary1);
444
441
  }
445
442
  }
446
443
  @media (min-width: 841px) and (max-width: 1680px) {
447
- .content-right .review .review-content .review-label[data-v-4a923a98] {
444
+ .content-right .review .review-content .review-label[data-v-252ea1d2] {
448
445
  max-height: 44px;
449
446
  }
450
447
  }
451
- .content-right .review .review-content .review-property[data-v-4a923a98] {
448
+ .content-right .review .review-content .review-property[data-v-252ea1d2] {
452
449
  color: var(--o-color-info3);
453
450
  overflow: hidden;
454
451
  white-space: nowrap;
@@ -457,30 +454,33 @@
457
454
  line-height: 18px;
458
455
  }
459
456
  @media (min-width: 1201px) and (max-width: 1680px) {
460
- .content-right .review .review-content .review-property[data-v-4a923a98] {
457
+ .content-right .review .review-content .review-property[data-v-252ea1d2] {
461
458
  font-size: 12px;
462
459
  line-height: 18px;
463
460
  }
464
461
  }
465
462
  @media (min-width: 841px) and (max-width: 1200px) {
466
- .content-right .review .review-content .review-property[data-v-4a923a98] {
463
+ .content-right .review .review-content .review-property[data-v-252ea1d2] {
467
464
  font-size: 12px;
468
465
  line-height: 18px;
469
466
  }
470
467
  }
471
468
  @media (min-width: 601px) and (max-width: 840px) {
472
- .content-right .review .review-content .review-property[data-v-4a923a98] {
469
+ .content-right .review .review-content .review-property[data-v-252ea1d2] {
473
470
  font-size: 12px;
474
471
  line-height: 18px;
475
472
  }
476
473
  }
477
474
  @media (max-width: 600px) {
478
- .content-right .review .review-content .review-property[data-v-4a923a98] {
475
+ .content-right .review .review-content .review-property[data-v-252ea1d2] {
479
476
  font-size: 12px;
480
477
  line-height: 18px;
481
478
  }
482
479
  }
483
- .nav-background-left[data-v-4a923a98] {
480
+ [data-o-theme*=dark] .content-right .shortcut[data-v-252ea1d2] {
481
+ background: var(--o-color-fill3);
482
+ }
483
+ .nav-background-left[data-v-252ea1d2] {
484
484
  position: absolute;
485
485
  left: 0;
486
486
  top: -87px;
@@ -490,11 +490,11 @@
490
490
  z-index: -1;
491
491
  }
492
492
  @media (max-width: 1680px) {
493
- .nav-background-left[data-v-4a923a98] {
493
+ .nav-background-left[data-v-252ea1d2] {
494
494
  display: none;
495
495
  }
496
496
  }
497
- .nav-background-right[data-v-4a923a98] {
497
+ .nav-background-right[data-v-252ea1d2] {
498
498
  position: absolute;
499
499
  right: 0;
500
500
  bottom: 0;
@@ -504,559 +504,549 @@
504
504
  z-index: -1;
505
505
  }
506
506
  @media (max-width: 1680px) {
507
- .nav-background-right[data-v-4a923a98] {
507
+ .nav-background-right[data-v-252ea1d2] {
508
508
  display: none;
509
509
  }
510
510
  }
511
- .openeuler.download .item-sub[data-v-4a923a98] {
511
+ .openeuler.download .item-sub[data-v-252ea1d2] {
512
512
  margin-left: 80px;
513
513
  }
514
- .openeuler.download .item-sub[data-v-4a923a98]:nth-of-type(1) {
514
+ .openeuler.download .item-sub[data-v-252ea1d2]:nth-of-type(1) {
515
515
  margin-left: 0;
516
516
  }
517
- .openeuler.download .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] {
517
+ .openeuler.download .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] {
518
518
  width: 464px;
519
519
  }
520
- .openeuler.download .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item {
520
+ .openeuler.download .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item {
521
521
  margin-left: 64px;
522
522
  }
523
- .openeuler.download .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item:nth-child(2n+1) {
523
+ .openeuler.download .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item:nth-child(2n+1) {
524
524
  margin-left: 0;
525
525
  }
526
- .openeuler.download .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item:nth-of-type(2) {
526
+ .openeuler.download .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item:nth-of-type(2) {
527
527
  margin-top: 0;
528
528
  }
529
529
  @media (max-width: 1680px) {
530
- .openeuler.download .item-sub[data-v-4a923a98] {
531
- margin-left: 24px;
530
+ .openeuler.download .item-sub[data-v-252ea1d2] {
531
+ margin-left: 48px;
532
532
  }
533
- .openeuler.download .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] {
534
- width: 364px;
533
+ .openeuler.download .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] {
534
+ width: 388px;
535
535
  }
536
- .openeuler.download .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item {
537
- margin-left: 24px;
536
+ .openeuler.download .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item {
537
+ margin-left: 48px;
538
538
  }
539
- .openeuler.download .item-sub:nth-of-type(3) .content-container[data-v-4a923a98] {
539
+ .openeuler.download .item-sub:nth-of-type(3) .content-container[data-v-252ea1d2] {
540
540
  width: 170px;
541
541
  }
542
542
  }
543
543
  @media (min-width: 841px) and (max-width: 1200px) {
544
- .openeuler.download .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] {
545
- width: 344px;
544
+ .openeuler.download .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] {
545
+ width: 368px;
546
546
  }
547
547
  }
548
548
  @media (min-width: 841px) and (max-width: 1200px) {
549
- .openeuler.download .content-left .item-sub[data-v-4a923a98] {
549
+ .openeuler.download .content-left .item-sub[data-v-252ea1d2] {
550
550
  max-width: 25%;
551
551
  flex: 1 1 auto;
552
552
  }
553
- .openeuler.download .content-left .item-sub .content-container[data-v-4a923a98] {
553
+ .openeuler.download .content-left .item-sub .content-container[data-v-252ea1d2] {
554
554
  width: auto;
555
555
  }
556
- .openeuler.download .content-left .item-sub .content-container[data-v-4a923a98] .content-item {
556
+ .openeuler.download .content-left .item-sub .content-container[data-v-252ea1d2] .content-item {
557
557
  width: 100%;
558
558
  }
559
- .openeuler.download .content-left .item-sub[data-v-4a923a98]:nth-of-type(1) {
559
+ .openeuler.download .content-left .item-sub[data-v-252ea1d2]:nth-of-type(1) {
560
560
  max-width: 50%;
561
561
  }
562
- .openeuler.download .content-left .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item {
563
- width: calc(50% - 12px);
562
+ .openeuler.download .content-left .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item {
563
+ width: calc(50% - 24px);
564
564
  }
565
565
  }
566
- .openeuler.development .item-sub[data-v-4a923a98] {
566
+ .openeuler.development .item-sub[data-v-252ea1d2] {
567
567
  margin-left: 24px;
568
568
  }
569
- .openeuler.development .item-sub[data-v-4a923a98]:nth-of-type(1) {
569
+ .openeuler.development .item-sub[data-v-252ea1d2]:nth-of-type(1) {
570
570
  margin-left: 0;
571
571
  }
572
572
  @media (min-width: 1681px) {
573
- .openeuler.development .item-sub[data-v-4a923a98] {
573
+ .openeuler.development .item-sub[data-v-252ea1d2] {
574
574
  width: 200px;
575
575
  }
576
576
  }
577
577
  @media (min-width: 1201px) and (max-width: 1680px) {
578
- .openeuler.development .item-sub[data-v-4a923a98] {
578
+ .openeuler.development .item-sub[data-v-252ea1d2] {
579
579
  width: 170px;
580
580
  }
581
581
  }
582
582
  @media (min-width: 841px) and (max-width: 1200px) {
583
- .openeuler.development .item-sub[data-v-4a923a98] {
583
+ .openeuler.development .item-sub[data-v-252ea1d2] {
584
584
  width: 132px;
585
585
  }
586
586
  }
587
587
  @media (min-width: 841px) and (max-width: 1200px) {
588
- .openeuler.development .content-left .item-sub[data-v-4a923a98] {
588
+ .openeuler.development .content-left .item-sub[data-v-252ea1d2] {
589
589
  flex: 1 1 auto;
590
590
  }
591
- .openeuler.development .content-left .item-sub .content-container[data-v-4a923a98] {
591
+ .openeuler.development .content-left .item-sub .content-container[data-v-252ea1d2] {
592
592
  width: auto;
593
593
  }
594
- .openeuler.development .content-left .item-sub .content-container[data-v-4a923a98] .content-item {
594
+ .openeuler.development .content-left .item-sub .content-container[data-v-252ea1d2] .content-item {
595
595
  width: 100%;
596
596
  }
597
- .openeuler.development .content-left .item-sub .content-container[data-v-4a923a98] .content-item .desc-container {
597
+ .openeuler.development .content-left .item-sub .content-container[data-v-252ea1d2] .content-item .desc-container {
598
598
  width: auto;
599
599
  }
600
600
  }
601
- .openeuler.document .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item {
601
+ .openeuler.document .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item {
602
602
  margin-right: 64px;
603
603
  }
604
- .openeuler.document .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item:nth-child(-n+4) {
604
+ .openeuler.document .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item:nth-child(-n+4) {
605
605
  margin-top: 0;
606
606
  }
607
- .openeuler.document .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item:nth-of-type(4) {
607
+ .openeuler.document .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item:nth-of-type(4) {
608
608
  margin-right: 0;
609
609
  }
610
610
  @media (max-width: 1680px) {
611
- .openeuler.document .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item {
611
+ .openeuler.document .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item {
612
612
  margin-right: 24px;
613
613
  }
614
614
  }
615
- @media (min-width: 1441px) and (max-width: 1505px) {
616
- .openeuler.document .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item {
617
- margin-right: 40px;
618
- }
619
- }
620
615
  @media (min-width: 1681px) {
621
- .openeuler.document .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] {
616
+ .openeuler.document .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] {
622
617
  width: 992px;
623
618
  }
624
619
  }
625
620
  @media (min-width: 1201px) and (max-width: 1680px) {
626
- .openeuler.document .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] {
621
+ .openeuler.document .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] {
627
622
  width: 752px;
628
623
  }
629
624
  }
630
625
  @media (min-width: 841px) and (max-width: 1200px) {
631
- .openeuler.document .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] {
626
+ .openeuler.document .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] {
632
627
  width: auto;
633
628
  }
634
629
  }
635
630
  @media (min-width: 841px) and (max-width: 1200px) {
636
- .openeuler.document .content-left .item-sub[data-v-4a923a98] {
631
+ .openeuler.document .content-left .item-sub[data-v-252ea1d2] {
637
632
  max-width: 80%;
638
633
  flex: 1 1 auto;
639
634
  }
640
- .openeuler.document .content-left .item-sub .content-container[data-v-4a923a98] .content-item {
635
+ .openeuler.document .content-left .item-sub .content-container[data-v-252ea1d2] .content-item {
641
636
  width: calc(25% - 18px);
642
637
  }
643
638
  }
644
- .openeuler.learn .item-sub[data-v-4a923a98] {
639
+ .openeuler.learn .item-sub[data-v-252ea1d2] {
645
640
  margin-left: 48px;
646
641
  }
647
- .openeuler.learn .item-sub[data-v-4a923a98]:nth-of-type(1) {
642
+ .openeuler.learn .item-sub[data-v-252ea1d2]:nth-of-type(1) {
648
643
  margin-left: 0;
649
644
  }
650
- .openeuler.learn .item-sub:nth-of-type(2) .content-container[data-v-4a923a98] {
645
+ .openeuler.learn .item-sub:nth-of-type(2) .content-container[data-v-252ea1d2] {
651
646
  width: 448px;
652
647
  }
653
- .openeuler.learn .item-sub:nth-of-type(2) .content-container[data-v-4a923a98] .content-item {
648
+ .openeuler.learn .item-sub:nth-of-type(2) .content-container[data-v-252ea1d2] .content-item {
654
649
  margin-left: 48px;
655
650
  }
656
- .openeuler.learn .item-sub:nth-of-type(2) .content-container[data-v-4a923a98] .content-item:nth-child(2n+1) {
651
+ .openeuler.learn .item-sub:nth-of-type(2) .content-container[data-v-252ea1d2] .content-item:nth-child(2n+1) {
657
652
  margin-left: 0;
658
653
  }
659
- .openeuler.learn .item-sub:nth-of-type(2) .content-container[data-v-4a923a98] .content-item:nth-of-type(2) {
654
+ .openeuler.learn .item-sub:nth-of-type(2) .content-container[data-v-252ea1d2] .content-item:nth-of-type(2) {
660
655
  margin-top: 0;
661
656
  }
662
657
  @media (max-width: 1680px) {
663
- .openeuler.learn .item-sub[data-v-4a923a98] {
658
+ .openeuler.learn .item-sub[data-v-252ea1d2] {
664
659
  margin-left: 24px;
665
660
  }
666
- .openeuler.learn .item-sub:nth-of-type(2) .content-container[data-v-4a923a98] {
661
+ .openeuler.learn .item-sub:nth-of-type(2) .content-container[data-v-252ea1d2] {
667
662
  width: 364px;
668
663
  }
669
- .openeuler.learn .item-sub:nth-of-type(2) .content-container[data-v-4a923a98] .content-item {
664
+ .openeuler.learn .item-sub:nth-of-type(2) .content-container[data-v-252ea1d2] .content-item {
670
665
  margin-left: 24px;
671
666
  }
672
667
  }
673
668
  @media (min-width: 841px) and (max-width: 1200px) {
674
- .openeuler.learn .item-sub:nth-of-type(2) .content-container[data-v-4a923a98] {
669
+ .openeuler.learn .item-sub:nth-of-type(2) .content-container[data-v-252ea1d2] {
675
670
  width: auto;
676
671
  }
677
672
  }
678
673
  @media (min-width: 841px) and (max-width: 1200px) {
679
- .openeuler.learn .content-left .item-sub[data-v-4a923a98] {
674
+ .openeuler.learn .content-left .item-sub[data-v-252ea1d2] {
680
675
  max-width: 25%;
681
676
  flex: 1 1 auto;
682
677
  }
683
- .openeuler.learn .content-left .item-sub .content-container[data-v-4a923a98] {
678
+ .openeuler.learn .content-left .item-sub .content-container[data-v-252ea1d2] {
684
679
  width: auto;
685
680
  }
686
- .openeuler.learn .content-left .item-sub .content-container[data-v-4a923a98] .content-item {
681
+ .openeuler.learn .content-left .item-sub .content-container[data-v-252ea1d2] .content-item {
687
682
  width: 100%;
688
683
  }
689
- .openeuler.learn .content-left .item-sub[data-v-4a923a98]:nth-of-type(2) {
684
+ .openeuler.learn .content-left .item-sub[data-v-252ea1d2]:nth-of-type(2) {
690
685
  max-width: 50%;
691
686
  }
692
- .openeuler.learn .content-left .item-sub:nth-of-type(2) .content-container[data-v-4a923a98] .content-item {
687
+ .openeuler.learn .content-left .item-sub:nth-of-type(2) .content-container[data-v-252ea1d2] .content-item {
693
688
  width: calc(50% - 12px);
694
689
  }
695
690
  }
696
- .openeuler.approve .item-sub[data-v-4a923a98] {
691
+ .openeuler.approve .item-sub[data-v-252ea1d2] {
697
692
  margin-left: 80px;
698
693
  }
699
- .openeuler.approve .item-sub[data-v-4a923a98]:nth-of-type(1) {
694
+ .openeuler.approve .item-sub[data-v-252ea1d2]:nth-of-type(1) {
700
695
  margin-left: 0;
701
696
  }
702
- .openeuler.approve .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] {
697
+ .openeuler.approve .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] {
703
698
  width: 440px;
704
699
  }
705
- .openeuler.approve .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item {
700
+ .openeuler.approve .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item {
706
701
  margin-left: 40px;
707
702
  }
708
- .openeuler.approve .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item:nth-child(2n+1) {
703
+ .openeuler.approve .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item:nth-child(2n+1) {
709
704
  margin-left: 0;
710
705
  }
711
- .openeuler.approve .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item:nth-of-type(2) {
706
+ .openeuler.approve .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item:nth-of-type(2) {
712
707
  margin-top: 0;
713
708
  }
714
709
  @media (max-width: 1680px) {
715
- .openeuler.approve .item-sub[data-v-4a923a98] {
710
+ .openeuler.approve .item-sub[data-v-252ea1d2] {
716
711
  margin-left: 24px;
717
712
  }
718
- .openeuler.approve .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] {
713
+ .openeuler.approve .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] {
719
714
  width: 364px;
720
715
  }
721
- .openeuler.approve .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item {
716
+ .openeuler.approve .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item {
722
717
  margin-left: 24px;
723
718
  }
724
- .openeuler.approve .item-sub:nth-of-type(2) .content-container[data-v-4a923a98], .openeuler.approve .item-sub:nth-of-type(3) .content-container[data-v-4a923a98] {
719
+ .openeuler.approve .item-sub:nth-of-type(2) .content-container[data-v-252ea1d2], .openeuler.approve .item-sub:nth-of-type(3) .content-container[data-v-252ea1d2] {
725
720
  width: 170px;
726
721
  }
727
722
  }
728
723
  @media (min-width: 841px) and (max-width: 1200px) {
729
- .openeuler.approve .item-sub:nth-of-type(n) .content-container[data-v-4a923a98] {
724
+ .openeuler.approve .item-sub:nth-of-type(n) .content-container[data-v-252ea1d2] {
730
725
  width: auto;
731
726
  }
732
727
  }
733
728
  @media (min-width: 841px) and (max-width: 1200px) {
734
- .openeuler.approve .content-left .item-sub[data-v-4a923a98] {
729
+ .openeuler.approve .content-left .item-sub[data-v-252ea1d2] {
735
730
  max-width: 20%;
736
731
  flex: 1 1 auto;
737
732
  }
738
- .openeuler.approve .content-left .item-sub .content-container[data-v-4a923a98] {
733
+ .openeuler.approve .content-left .item-sub .content-container[data-v-252ea1d2] {
739
734
  width: auto;
740
735
  }
741
- .openeuler.approve .content-left .item-sub .content-container[data-v-4a923a98] .content-item {
736
+ .openeuler.approve .content-left .item-sub .content-container[data-v-252ea1d2] .content-item {
742
737
  width: 100%;
743
738
  }
744
- .openeuler.approve .content-left .item-sub[data-v-4a923a98]:nth-of-type(1) {
739
+ .openeuler.approve .content-left .item-sub[data-v-252ea1d2]:nth-of-type(1) {
745
740
  max-width: 40%;
746
741
  }
747
- .openeuler.approve .content-left .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item {
742
+ .openeuler.approve .content-left .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item {
748
743
  width: calc(50% - 12px);
749
744
  }
750
745
  }
751
- .openeuler.approve-en .item-sub:nth-child(n) .content-container[data-v-4a923a98] {
746
+ .openeuler.approve-en .item-sub:nth-child(n) .content-container[data-v-252ea1d2] {
752
747
  width: 200px;
753
748
  }
754
749
  @media (max-width: 1680px) {
755
- .openeuler.approve-en .item-sub:nth-child(n) .content-container[data-v-4a923a98] {
750
+ .openeuler.approve-en .item-sub:nth-child(n) .content-container[data-v-252ea1d2] {
756
751
  width: 170px;
757
752
  }
758
753
  }
759
754
  @media (min-width: 841px) and (max-width: 1200px) {
760
- .openeuler.approve-en .item-sub:nth-child(n) .content-container[data-v-4a923a98] {
755
+ .openeuler.approve-en .item-sub:nth-child(n) .content-container[data-v-252ea1d2] {
761
756
  width: 132px;
762
757
  }
763
758
  }
764
759
  @media (min-width: 841px) and (max-width: 1200px) {
765
- .openeuler.approve-en .content-left .item-sub .content-container[data-v-4a923a98] {
760
+ .openeuler.approve-en .content-left .item-sub .content-container[data-v-252ea1d2] {
766
761
  width: auto;
767
762
  }
768
- .openeuler.approve-en .content-left .item-sub[data-v-4a923a98]:nth-of-type(1) {
763
+ .openeuler.approve-en .content-left .item-sub[data-v-252ea1d2]:nth-of-type(1) {
769
764
  max-width: 20%;
770
765
  }
771
- .openeuler.approve-en .content-left .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item {
766
+ .openeuler.approve-en .content-left .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item {
772
767
  width: 100%;
773
768
  }
774
769
  }
775
- .openeuler.community .item-sub[data-v-4a923a98] {
770
+ .openeuler.community .item-sub[data-v-252ea1d2] {
776
771
  margin-left: 48px;
777
772
  }
778
- .openeuler.community .item-sub[data-v-4a923a98]:nth-of-type(1) {
773
+ .openeuler.community .item-sub[data-v-252ea1d2]:nth-of-type(1) {
779
774
  margin-left: 0;
780
775
  }
781
- .openeuler.community .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] {
776
+ .openeuler.community .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] {
782
777
  width: 696px;
783
778
  }
784
- .openeuler.community .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item {
779
+ .openeuler.community .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item {
785
780
  margin-left: 48px;
786
781
  }
787
- .openeuler.community .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item:nth-child(3n+1) {
782
+ .openeuler.community .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item:nth-child(3n+1) {
788
783
  margin-left: 0;
789
784
  }
790
- .openeuler.community .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item:nth-child(-n+3) {
785
+ .openeuler.community .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item:nth-child(-n+3) {
791
786
  margin-top: 0;
792
787
  }
793
- .openeuler.community .item-sub:nth-of-type(2) .content-container[data-v-4a923a98] {
788
+ .openeuler.community .item-sub:nth-of-type(2) .content-container[data-v-252ea1d2] {
794
789
  width: 200px;
795
790
  }
796
791
  @media (max-width: 1680px) {
797
- .openeuler.community .item-sub[data-v-4a923a98] {
792
+ .openeuler.community .item-sub[data-v-252ea1d2] {
798
793
  margin-left: 24px;
799
794
  }
800
- .openeuler.community .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item {
795
+ .openeuler.community .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item {
801
796
  margin-left: 24px;
802
797
  }
803
798
  }
804
799
  @media (min-width: 1201px) and (max-width: 1680px) {
805
- .openeuler.community .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] {
800
+ .openeuler.community .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] {
806
801
  width: 558px;
807
802
  }
808
- .openeuler.community .item-sub:nth-of-type(2) .content-container[data-v-4a923a98] {
803
+ .openeuler.community .item-sub:nth-of-type(2) .content-container[data-v-252ea1d2] {
809
804
  width: 170px;
810
805
  }
811
806
  }
812
807
  @media (min-width: 841px) and (max-width: 1200px) {
813
- .openeuler.community .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] {
808
+ .openeuler.community .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] {
814
809
  width: auto;
815
810
  }
816
- .openeuler.community .item-sub:nth-of-type(2) .content-container[data-v-4a923a98] {
811
+ .openeuler.community .item-sub:nth-of-type(2) .content-container[data-v-252ea1d2] {
817
812
  width: 132px;
818
813
  }
819
814
  }
820
815
  @media (min-width: 841px) and (max-width: 1200px) {
821
- .openeuler.community .content-left .item-sub[data-v-4a923a98] {
816
+ .openeuler.community .content-left .item-sub[data-v-252ea1d2] {
822
817
  max-width: 20%;
823
818
  flex: 1 1 auto;
824
819
  }
825
- .openeuler.community .content-left .item-sub .content-container[data-v-4a923a98] {
820
+ .openeuler.community .content-left .item-sub .content-container[data-v-252ea1d2] {
826
821
  width: auto;
827
822
  }
828
- .openeuler.community .content-left .item-sub .content-container[data-v-4a923a98] .content-item {
823
+ .openeuler.community .content-left .item-sub .content-container[data-v-252ea1d2] .content-item {
829
824
  width: 100%;
830
825
  }
831
- .openeuler.community .content-left .item-sub[data-v-4a923a98]:nth-of-type(1) {
826
+ .openeuler.community .content-left .item-sub[data-v-252ea1d2]:nth-of-type(1) {
832
827
  max-width: 60%;
833
828
  }
834
- .openeuler.community .content-left .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item {
829
+ .openeuler.community .content-left .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item {
835
830
  width: calc(33.3333333333% - 18px);
836
831
  }
837
832
  }
838
- .openeuler.update .item-sub[data-v-4a923a98] {
833
+ .openeuler.update .item-sub[data-v-252ea1d2] {
839
834
  margin-left: 48px;
840
835
  }
841
- .openeuler.update .item-sub .content-container[data-v-4a923a98] {
836
+ .openeuler.update .item-sub .content-container[data-v-252ea1d2] {
842
837
  width: 448px;
843
838
  }
844
- .openeuler.update .item-sub .content-container[data-v-4a923a98] .content-item {
839
+ .openeuler.update .item-sub .content-container[data-v-252ea1d2] .content-item {
845
840
  margin-left: 48px;
846
841
  }
847
- .openeuler.update .item-sub .content-container[data-v-4a923a98] .content-item:nth-child(2n+1) {
842
+ .openeuler.update .item-sub .content-container[data-v-252ea1d2] .content-item:nth-child(2n+1) {
848
843
  margin-left: 0;
849
844
  }
850
- .openeuler.update .item-sub .content-container[data-v-4a923a98] .content-item:nth-child(-n+2) {
845
+ .openeuler.update .item-sub .content-container[data-v-252ea1d2] .content-item:nth-child(-n+2) {
851
846
  margin-top: 0;
852
847
  }
853
- .openeuler.update .item-sub[data-v-4a923a98]:nth-of-type(1) {
848
+ .openeuler.update .item-sub[data-v-252ea1d2]:nth-of-type(1) {
854
849
  margin-left: 0;
855
850
  }
856
851
  @media (max-width: 1680px) {
857
- .openeuler.update .item-sub[data-v-4a923a98] {
852
+ .openeuler.update .item-sub[data-v-252ea1d2] {
858
853
  margin-left: 24px;
859
854
  }
860
- .openeuler.update .item-sub .content-container[data-v-4a923a98] .content-item {
855
+ .openeuler.update .item-sub .content-container[data-v-252ea1d2] .content-item {
861
856
  margin-left: 24px;
862
857
  }
863
858
  }
864
859
  @media (min-width: 1201px) and (max-width: 1680px) {
865
- .openeuler.update .item-sub .content-container[data-v-4a923a98] {
860
+ .openeuler.update .item-sub .content-container[data-v-252ea1d2] {
866
861
  width: 364px;
867
862
  }
868
863
  }
869
864
  @media (min-width: 841px) and (max-width: 1200px) {
870
- .openeuler.update .item-sub .content-container[data-v-4a923a98] {
865
+ .openeuler.update .item-sub .content-container[data-v-252ea1d2] {
871
866
  width: auto;
872
867
  }
873
868
  }
874
869
  @media (min-width: 841px) and (max-width: 1200px) {
875
- .openeuler.update .content-left .item-sub[data-v-4a923a98] {
870
+ .openeuler.update .content-left .item-sub[data-v-252ea1d2] {
876
871
  max-width: 40%;
877
872
  flex: 1 1 auto;
878
873
  }
879
- .openeuler.update .content-left .item-sub .content-container[data-v-4a923a98] .content-item {
874
+ .openeuler.update .content-left .item-sub .content-container[data-v-252ea1d2] .content-item {
880
875
  width: calc(50% - 24px);
881
876
  }
882
877
  }
883
- .mindspore .content-left[data-v-4a923a98] {
878
+ .mindspore .content-left[data-v-252ea1d2] {
884
879
  flex: 1;
885
880
  }
886
- .mindspore .item-sub + .item-sub[data-v-4a923a98] {
881
+ .mindspore .item-sub + .item-sub[data-v-252ea1d2] {
887
882
  margin-left: 48px;
888
883
  }
889
884
  @media (min-width: 1201px) and (max-width: 1680px) {
890
- .mindspore .item-sub + .item-sub[data-v-4a923a98] {
885
+ .mindspore .item-sub + .item-sub[data-v-252ea1d2] {
891
886
  margin-left: 32px;
892
887
  }
893
888
  }
894
889
  @media (min-width: 841px) and (max-width: 1200px) {
895
- .mindspore .item-sub + .item-sub[data-v-4a923a98] {
890
+ .mindspore .item-sub + .item-sub[data-v-252ea1d2] {
896
891
  margin-left: 16px;
897
892
  }
898
893
  }
899
- .mindspore .content-container[data-v-4a923a98] {
894
+ .mindspore .content-container[data-v-252ea1d2] {
900
895
  flex-direction: column;
901
896
  }
902
- .mindspore .nav-background-left[data-v-4a923a98] {
897
+ .mindspore .nav-background-left[data-v-252ea1d2] {
903
898
  left: 0;
904
899
  top: 0;
905
900
  width: 540px;
906
901
  height: 360px;
907
902
  }
908
- .mindspore .nav-background-right[data-v-4a923a98] {
903
+ .mindspore .nav-background-right[data-v-252ea1d2] {
909
904
  width: 643px;
910
905
  height: 364px;
911
906
  z-index: -1;
912
907
  }
913
- .openubmc.download .item-sub[data-v-4a923a98] {
908
+ .openubmc.download .item-sub[data-v-252ea1d2] {
914
909
  margin-left: 80px;
915
910
  }
916
- .openubmc.download .item-sub[data-v-4a923a98]:nth-of-type(1) {
911
+ .openubmc.download .item-sub[data-v-252ea1d2]:nth-of-type(1) {
917
912
  margin-left: 0;
918
913
  }
919
- .openubmc.download .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] {
914
+ .openubmc.download .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] {
920
915
  width: 464px;
921
916
  }
922
- .openubmc.download .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item {
917
+ .openubmc.download .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item {
923
918
  margin-left: 64px;
924
919
  }
925
- .openubmc.download .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item:nth-child(2n+1) {
920
+ .openubmc.download .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item:nth-child(2n+1) {
926
921
  margin-left: 0;
927
922
  }
928
- .openubmc.download .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item:nth-of-type(2) {
923
+ .openubmc.download .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item:nth-of-type(2) {
929
924
  margin-top: 0;
930
925
  }
931
926
  @media (max-width: 1680px) {
932
- .openubmc.download .item-sub[data-v-4a923a98] {
927
+ .openubmc.download .item-sub[data-v-252ea1d2] {
933
928
  margin-left: 24px;
934
929
  }
935
- .openubmc.download .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] {
930
+ .openubmc.download .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] {
936
931
  width: 364px;
937
932
  }
938
- .openubmc.download .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item {
933
+ .openubmc.download .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item {
939
934
  margin-left: 24px;
940
935
  }
941
- .openubmc.download .item-sub:nth-of-type(3) .content-container[data-v-4a923a98] {
936
+ .openubmc.download .item-sub:nth-of-type(3) .content-container[data-v-252ea1d2] {
942
937
  width: 170px;
943
938
  }
944
939
  }
945
940
  @media (min-width: 841px) and (max-width: 1200px) {
946
- .openubmc.download .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] {
941
+ .openubmc.download .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] {
947
942
  width: 344px;
948
943
  }
949
944
  }
950
945
  @media (min-width: 841px) and (max-width: 1200px) {
951
- .openubmc.download .content-left .item-sub[data-v-4a923a98] {
946
+ .openubmc.download .content-left .item-sub[data-v-252ea1d2] {
952
947
  max-width: 25%;
953
948
  flex: 1 1 auto;
954
949
  }
955
- .openubmc.download .content-left .item-sub .content-container[data-v-4a923a98] {
950
+ .openubmc.download .content-left .item-sub .content-container[data-v-252ea1d2] {
956
951
  width: auto;
957
952
  }
958
- .openubmc.download .content-left .item-sub .content-container[data-v-4a923a98] .content-item {
953
+ .openubmc.download .content-left .item-sub .content-container[data-v-252ea1d2] .content-item {
959
954
  width: 100%;
960
955
  }
961
- .openubmc.download .content-left .item-sub[data-v-4a923a98]:nth-of-type(1) {
956
+ .openubmc.download .content-left .item-sub[data-v-252ea1d2]:nth-of-type(1) {
962
957
  max-width: 50%;
963
958
  }
964
- .openubmc.download .content-left .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item {
959
+ .openubmc.download .content-left .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item {
965
960
  width: calc(50% - 12px);
966
961
  }
967
962
  }
968
- .openubmc.development .content-item[data-v-4a923a98], .openubmc.learn .content-item[data-v-4a923a98], .openubmc.support .content-item[data-v-4a923a98], .openubmc.trends .content-item[data-v-4a923a98] {
963
+ .openubmc.development .content-item[data-v-252ea1d2], .openubmc.learn .content-item[data-v-252ea1d2], .openubmc.support .content-item[data-v-252ea1d2], .openubmc.trends .content-item[data-v-252ea1d2] {
969
964
  margin-left: 80px;
970
965
  margin-top: 0;
971
966
  }
972
- .openubmc.development .content-item[data-v-4a923a98]:first-of-type, .openubmc.learn .content-item[data-v-4a923a98]:first-of-type, .openubmc.support .content-item[data-v-4a923a98]:first-of-type, .openubmc.trends .content-item[data-v-4a923a98]:first-of-type {
967
+ .openubmc.development .content-item[data-v-252ea1d2]:first-of-type, .openubmc.learn .content-item[data-v-252ea1d2]:first-of-type, .openubmc.support .content-item[data-v-252ea1d2]:first-of-type, .openubmc.trends .content-item[data-v-252ea1d2]:first-of-type {
973
968
  margin-left: 0;
974
969
  }
975
- .openubmc.docs .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item {
970
+ .openubmc.docs .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item {
976
971
  margin-right: 64px;
977
972
  }
978
- .openubmc.docs .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item:nth-child(-n+4) {
973
+ .openubmc.docs .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item:nth-child(-n+4) {
979
974
  margin-top: 0;
980
975
  }
981
- .openubmc.docs .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item:nth-of-type(4) {
976
+ .openubmc.docs .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item:nth-of-type(4) {
982
977
  margin-right: 0;
983
978
  }
984
979
  @media (max-width: 1680px) {
985
- .openubmc.docs .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item {
980
+ .openubmc.docs .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] .content-item {
986
981
  margin-right: 24px;
987
982
  }
988
983
  }
989
- @media (min-width: 1441px) and (max-width: 1505px) {
990
- .openubmc.docs .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] .content-item {
991
- margin-right: 40px;
992
- }
993
- }
994
984
  @media (min-width: 1681px) {
995
- .openubmc.docs .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] {
985
+ .openubmc.docs .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] {
996
986
  width: 992px;
997
987
  }
998
988
  }
999
989
  @media (min-width: 1201px) and (max-width: 1680px) {
1000
- .openubmc.docs .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] {
990
+ .openubmc.docs .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] {
1001
991
  width: 752px;
1002
992
  }
1003
993
  }
1004
994
  @media (min-width: 841px) and (max-width: 1200px) {
1005
- .openubmc.docs .item-sub:nth-of-type(1) .content-container[data-v-4a923a98] {
995
+ .openubmc.docs .item-sub:nth-of-type(1) .content-container[data-v-252ea1d2] {
1006
996
  width: auto;
1007
997
  }
1008
998
  }
1009
999
  @media (min-width: 841px) and (max-width: 1200px) {
1010
- .openubmc.docs .content-left .item-sub[data-v-4a923a98] {
1000
+ .openubmc.docs .content-left .item-sub[data-v-252ea1d2] {
1011
1001
  max-width: 80%;
1012
1002
  flex: 1 1 auto;
1013
1003
  }
1014
- .openubmc.docs .content-left .item-sub .content-container[data-v-4a923a98] .content-item {
1004
+ .openubmc.docs .content-left .item-sub .content-container[data-v-252ea1d2] .content-item {
1015
1005
  width: calc(25% - 18px);
1016
1006
  }
1017
1007
  }
1018
- .openubmc.community .item-sub[data-v-4a923a98] {
1008
+ .openubmc.community .item-sub[data-v-252ea1d2] {
1019
1009
  margin-left: 48px;
1020
1010
  }
1021
- .openubmc.community .item-sub .content-container[data-v-4a923a98] {
1011
+ .openubmc.community .item-sub .content-container[data-v-252ea1d2] {
1022
1012
  width: 448px;
1023
1013
  }
1024
- .openubmc.community .item-sub .content-container[data-v-4a923a98] .content-item {
1014
+ .openubmc.community .item-sub .content-container[data-v-252ea1d2] .content-item {
1025
1015
  margin-left: 48px;
1026
1016
  }
1027
- .openubmc.community .item-sub .content-container[data-v-4a923a98] .content-item:nth-child(2n+1) {
1017
+ .openubmc.community .item-sub .content-container[data-v-252ea1d2] .content-item:nth-child(2n+1) {
1028
1018
  margin-left: 0;
1029
1019
  }
1030
- .openubmc.community .item-sub .content-container[data-v-4a923a98] .content-item:nth-child(-n+2) {
1020
+ .openubmc.community .item-sub .content-container[data-v-252ea1d2] .content-item:nth-child(-n+2) {
1031
1021
  margin-top: 0;
1032
1022
  }
1033
- .openubmc.community .item-sub[data-v-4a923a98]:nth-of-type(1) {
1023
+ .openubmc.community .item-sub[data-v-252ea1d2]:nth-of-type(1) {
1034
1024
  margin-left: 0;
1035
1025
  }
1036
1026
  @media (max-width: 1680px) {
1037
- .openubmc.community .item-sub[data-v-4a923a98] {
1027
+ .openubmc.community .item-sub[data-v-252ea1d2] {
1038
1028
  margin-left: 24px;
1039
1029
  }
1040
- .openubmc.community .item-sub .content-container[data-v-4a923a98] .content-item {
1030
+ .openubmc.community .item-sub .content-container[data-v-252ea1d2] .content-item {
1041
1031
  margin-left: 24px;
1042
1032
  }
1043
1033
  }
1044
1034
  @media (min-width: 1201px) and (max-width: 1680px) {
1045
- .openubmc.community .item-sub .content-container[data-v-4a923a98] {
1035
+ .openubmc.community .item-sub .content-container[data-v-252ea1d2] {
1046
1036
  width: 364px;
1047
1037
  }
1048
1038
  }
1049
1039
  @media (min-width: 841px) and (max-width: 1200px) {
1050
- .openubmc.community .item-sub .content-container[data-v-4a923a98] {
1040
+ .openubmc.community .item-sub .content-container[data-v-252ea1d2] {
1051
1041
  width: auto;
1052
1042
  }
1053
1043
  }
1054
1044
  @media (min-width: 841px) and (max-width: 1200px) {
1055
- .openubmc.community .content-left .item-sub[data-v-4a923a98] {
1045
+ .openubmc.community .content-left .item-sub[data-v-252ea1d2] {
1056
1046
  max-width: 40%;
1057
1047
  flex: 1 1 auto;
1058
1048
  }
1059
- .openubmc.community .content-left .item-sub .content-container[data-v-4a923a98] .content-item {
1049
+ .openubmc.community .content-left .item-sub .content-container[data-v-252ea1d2] .content-item {
1060
1050
  width: calc(50% - 24px);
1061
1051
  }
1062
1052
  }