@opendesign-plus-test/components 0.0.1-rc.83 → 0.0.1-rc.85

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