@opendesign-plus-test/components 0.0.1-rc.98 → 0.0.1-rc.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/header/OHeader.vue.d.ts +4 -1
- package/dist/components/header/OHeaderMobile.vue.d.ts +6 -14
- package/dist/components/header/components/HeaderFlatten.vue.d.ts +19 -0
- package/dist/components/header/components/HeaderNavMobile.vue.d.ts +0 -2
- package/dist/components/header/index.d.ts +13 -10
- package/dist/components/header/types.d.ts +6 -4
- package/dist/components/header-search/OHeaderSearch.vue.d.ts +3 -0
- package/dist/components/header-search/index.d.ts +3 -0
- package/dist/components.cjs.js +37 -37
- package/dist/components.css +1 -1
- package/dist/components.es.js +8957 -8697
- package/dist/treeshaking/_virtual/icon-avatar-line.mjs +0 -1
- package/dist/treeshaking/_virtual/icon-header-search.mjs +4 -10
- package/dist/treeshaking/_virtual/icon-moon.mjs +0 -1
- package/dist/treeshaking/_virtual/icon-sun.mjs +0 -1
- package/dist/treeshaking/components/header/OHeader.css +20 -14
- package/dist/treeshaking/components/header/OHeader.vue.d.ts +4 -1
- package/dist/treeshaking/components/header/OHeader.vue.mjs +1 -1
- package/dist/treeshaking/components/header/OHeader.vue2.mjs +31 -8
- package/dist/treeshaking/components/header/OHeaderMobile.vue.d.ts +6 -14
- package/dist/treeshaking/components/header/OHeaderMobile.vue2.mjs +2 -1
- package/dist/treeshaking/components/header/components/HeaderContent.css +173 -169
- package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderContent.vue2.mjs +2 -2
- package/dist/treeshaking/components/header/components/HeaderFlatten.css +267 -0
- package/dist/treeshaking/components/header/components/HeaderFlatten.vue.d.ts +19 -0
- package/dist/treeshaking/components/header/components/HeaderFlatten.vue.mjs +7 -0
- package/dist/treeshaking/components/header/components/HeaderFlatten.vue2.mjs +298 -0
- package/dist/treeshaking/components/header/components/HeaderNav.css +49 -34
- package/dist/treeshaking/components/header/components/HeaderNav.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderNav.vue2.mjs +13 -6
- package/dist/treeshaking/components/header/components/HeaderNavMobile.css +73 -73
- package/dist/treeshaking/components/header/components/HeaderNavMobile.vue.d.ts +0 -2
- package/dist/treeshaking/components/header/components/HeaderNavMobile.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderNavMobile.vue2.mjs +2 -2
- package/dist/treeshaking/components/header/index.d.ts +13 -10
- package/dist/treeshaking/components/header/types.d.ts +6 -4
- package/dist/treeshaking/components/header-language-switcher/OHeaderLanguageSwitcher.css +43 -36
- package/dist/treeshaking/components/header-language-switcher/OHeaderLanguageSwitcher.vue.mjs +1 -1
- package/dist/treeshaking/components/header-search/OHeaderSearch.css +63 -41
- package/dist/treeshaking/components/header-search/OHeaderSearch.vue.d.ts +3 -0
- package/dist/treeshaking/components/header-search/OHeaderSearch.vue.mjs +1 -1
- package/dist/treeshaking/components/header-search/OHeaderSearch.vue2.mjs +21 -9
- package/dist/treeshaking/components/header-search/index.d.ts +3 -0
- package/dist/treeshaking/components/header-source-code/OHeaderSourceCode.css +60 -53
- package/dist/treeshaking/components/header-source-code/OHeaderSourceCode.vue.mjs +1 -1
- package/dist/treeshaking/components/header-user/OHeaderUser.css +97 -51
- package/dist/treeshaking/components/header-user/OHeaderUser.vue.mjs +1 -1
- package/dist/treeshaking/components/header-user/OHeaderUser2.css +5 -41
- package/dist/treeshaking/components/search/internal/SearchImageInput.css +66 -40
- package/dist/treeshaking/components/search/internal/SearchImageInput.vue.mjs +1 -1
- package/dist/treeshaking/components/search/internal/SearchPanel.css +108 -120
- package/dist/treeshaking/components/search/internal/SearchPanel.vue.mjs +1 -1
- package/dist/treeshaking/components/search/internal/SearchPanel.vue2.mjs +46 -34
- package/package.json +1 -1
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
.hover-icon-rotate .o-icon[data-v-
|
|
1
|
+
.hover-icon-rotate .o-icon[data-v-aef9f468] {
|
|
2
2
|
transition: all var(--o-duration-m1) var(--o-easing-standard-in);
|
|
3
3
|
}
|
|
4
4
|
@media (hover: hover) {
|
|
5
|
-
.hover-icon-rotate:hover .o-icon[data-v-
|
|
5
|
+
.hover-icon-rotate:hover .o-icon[data-v-aef9f468] {
|
|
6
6
|
transform: rotate(-180deg);
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
.nav-content[data-v-
|
|
9
|
+
.nav-content[data-v-aef9f468] {
|
|
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
|
-
.header-content-nav[data-v-
|
|
16
|
+
.header-content-nav[data-v-aef9f468] {
|
|
17
17
|
max-width: var(--o-header-content-max-width);
|
|
18
18
|
margin: 0 auto;
|
|
19
19
|
padding: 0 var(--o-header-content-padding);
|
|
20
20
|
}
|
|
21
|
-
.nav-scroller[data-v-
|
|
21
|
+
.nav-scroller[data-v-aef9f468] {
|
|
22
22
|
height: 100%;
|
|
23
23
|
width: 100%;
|
|
24
24
|
overflow-x: auto;
|
|
25
25
|
overflow-y: auto;
|
|
26
26
|
white-space: nowrap;
|
|
27
27
|
}
|
|
28
|
-
.nav-scroller[data-v-
|
|
28
|
+
.nav-scroller[data-v-aef9f468] .o-scrollbar {
|
|
29
29
|
--scrollbar-height: 100%;
|
|
30
30
|
}
|
|
31
|
-
.nav-sub-content[data-v-
|
|
31
|
+
.nav-sub-content[data-v-aef9f468] {
|
|
32
32
|
display: flex;
|
|
33
33
|
}
|
|
34
|
-
.content-left[data-v-
|
|
34
|
+
.content-left[data-v-aef9f468] {
|
|
35
35
|
display: flex;
|
|
36
36
|
flex: 1;
|
|
37
37
|
padding: 32px 0;
|
|
38
38
|
}
|
|
39
|
-
.content-label[data-v-
|
|
39
|
+
.content-label[data-v-aef9f468] {
|
|
40
40
|
display: inline-block;
|
|
41
41
|
margin-bottom: var(--o-gap-3);
|
|
42
42
|
color: var(--o-color-info3);
|
|
@@ -44,100 +44,102 @@
|
|
|
44
44
|
line-height: 24px;
|
|
45
45
|
}
|
|
46
46
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
47
|
-
.content-label[data-v-
|
|
47
|
+
.content-label[data-v-aef9f468] {
|
|
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-
|
|
53
|
+
.content-label[data-v-aef9f468] {
|
|
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-
|
|
59
|
+
.content-label[data-v-aef9f468] {
|
|
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-
|
|
65
|
+
.content-label[data-v-aef9f468] {
|
|
66
66
|
font-size: 12px;
|
|
67
67
|
line-height: 18px;
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
|
-
.content-container[data-v-
|
|
70
|
+
.content-container[data-v-aef9f468] {
|
|
71
71
|
display: flex;
|
|
72
72
|
flex-direction: column;
|
|
73
73
|
flex-wrap: wrap;
|
|
74
74
|
}
|
|
75
|
-
.content-item[data-v-
|
|
75
|
+
.content-item[data-v-aef9f468] {
|
|
76
76
|
width: 200px;
|
|
77
77
|
margin: 24px 24px 0 0;
|
|
78
78
|
}
|
|
79
|
+
.content-item[data-v-aef9f468]:nth-of-type(1) {
|
|
80
|
+
margin-top: 0 !important;
|
|
81
|
+
}
|
|
79
82
|
@media (min-width: 1201px) and (max-width: 1440px) {
|
|
80
|
-
.content-item[data-v-
|
|
83
|
+
.content-item[data-v-aef9f468] {
|
|
81
84
|
width: 170px;
|
|
82
85
|
margin: 16px 16px 0 0;
|
|
83
86
|
}
|
|
84
87
|
}
|
|
85
88
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
86
|
-
.content-item[data-v-
|
|
89
|
+
.content-item[data-v-aef9f468] {
|
|
87
90
|
width: 132px;
|
|
88
91
|
margin: 12px 16px 0 0;
|
|
89
92
|
}
|
|
90
93
|
}
|
|
91
|
-
.item-sub:last-of-type .content-item[data-v-
|
|
94
|
+
.item-sub:last-of-type .content-item[data-v-aef9f468] {
|
|
92
95
|
margin-right: 0;
|
|
93
96
|
}
|
|
94
|
-
.item-label[data-v-
|
|
97
|
+
.item-label[data-v-aef9f468] {
|
|
95
98
|
display: inline-flex;
|
|
96
99
|
align-items: center;
|
|
97
|
-
margin-bottom: var(--o-gap-1);
|
|
98
100
|
color: var(--o-color-info1);
|
|
99
101
|
width: 100%;
|
|
100
102
|
}
|
|
101
103
|
@media (hover: hover) {
|
|
102
|
-
.item-label[data-v-
|
|
104
|
+
.item-label[data-v-aef9f468]:hover {
|
|
103
105
|
color: var(--o-color-primary2);
|
|
104
106
|
text-decoration: none;
|
|
105
107
|
}
|
|
106
108
|
}
|
|
107
|
-
.item-label[data-v-
|
|
109
|
+
.item-label[data-v-aef9f468]:active {
|
|
108
110
|
color: var(--o-color-primary3);
|
|
109
111
|
}
|
|
110
|
-
.item-label .item-name[data-v-
|
|
112
|
+
.item-label .item-name[data-v-aef9f468] {
|
|
111
113
|
white-space: nowrap;
|
|
112
114
|
font-weight: 600;
|
|
113
115
|
font-size: 16px;
|
|
114
116
|
line-height: 24px;
|
|
115
117
|
}
|
|
116
118
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
117
|
-
.item-label .item-name[data-v-
|
|
119
|
+
.item-label .item-name[data-v-aef9f468] {
|
|
118
120
|
font-size: 14px;
|
|
119
121
|
line-height: 22px;
|
|
120
122
|
}
|
|
121
123
|
}
|
|
122
124
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
123
|
-
.item-label .item-name[data-v-
|
|
125
|
+
.item-label .item-name[data-v-aef9f468] {
|
|
124
126
|
font-size: 14px;
|
|
125
127
|
line-height: 22px;
|
|
126
128
|
}
|
|
127
129
|
}
|
|
128
130
|
@media (min-width: 601px) and (max-width: 840px) {
|
|
129
|
-
.item-label .item-name[data-v-
|
|
131
|
+
.item-label .item-name[data-v-aef9f468] {
|
|
130
132
|
font-size: 14px;
|
|
131
133
|
line-height: 22px;
|
|
132
134
|
}
|
|
133
135
|
}
|
|
134
136
|
@media (max-width: 600px) {
|
|
135
|
-
.item-label .item-name[data-v-
|
|
137
|
+
.item-label .item-name[data-v-aef9f468] {
|
|
136
138
|
font-size: 12px;
|
|
137
139
|
line-height: 18px;
|
|
138
140
|
}
|
|
139
141
|
}
|
|
140
|
-
.item-label .item-name[data-v-
|
|
142
|
+
.item-label .item-name[data-v-aef9f468] {
|
|
141
143
|
overflow: hidden;
|
|
142
144
|
text-overflow: ellipsis;
|
|
143
145
|
word-break: break-all;
|
|
@@ -145,56 +147,57 @@
|
|
|
145
147
|
-webkit-box-orient: vertical;
|
|
146
148
|
-webkit-line-clamp: 1;
|
|
147
149
|
}
|
|
148
|
-
.item-label .o-icon[data-v-
|
|
150
|
+
.item-label .o-icon[data-v-aef9f468] {
|
|
149
151
|
--icon-size: 16px;
|
|
150
152
|
margin-left: var(--o-gap-1);
|
|
151
153
|
}
|
|
152
154
|
@media (max-width: 1680px) {
|
|
153
|
-
.item-label .o-icon[data-v-
|
|
155
|
+
.item-label .o-icon[data-v-aef9f468] {
|
|
154
156
|
--icon-size: 16px;
|
|
155
157
|
}
|
|
156
158
|
}
|
|
157
|
-
.item-label .content-tag[data-v-
|
|
159
|
+
.item-label .content-tag[data-v-aef9f468] {
|
|
158
160
|
margin-left: var(--o-gap-1);
|
|
159
161
|
--layout-pkg-radius: var(--o-radius-xs);
|
|
160
162
|
}
|
|
161
|
-
.desc-container[data-v-
|
|
163
|
+
.desc-container[data-v-aef9f468] {
|
|
162
164
|
overflow: hidden;
|
|
163
165
|
position: relative;
|
|
164
166
|
min-height: 36px;
|
|
165
167
|
white-space: normal;
|
|
168
|
+
margin-top: var(--o-gap-1);
|
|
166
169
|
}
|
|
167
|
-
.desc-container .item-desc[data-v-
|
|
170
|
+
.desc-container .item-desc[data-v-aef9f468] {
|
|
168
171
|
color: var(--o-color-info2);
|
|
169
172
|
word-break: normal;
|
|
170
173
|
font-size: 12px;
|
|
171
174
|
line-height: 18px;
|
|
172
175
|
}
|
|
173
176
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
174
|
-
.desc-container .item-desc[data-v-
|
|
177
|
+
.desc-container .item-desc[data-v-aef9f468] {
|
|
175
178
|
font-size: 12px;
|
|
176
179
|
line-height: 18px;
|
|
177
180
|
}
|
|
178
181
|
}
|
|
179
182
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
180
|
-
.desc-container .item-desc[data-v-
|
|
183
|
+
.desc-container .item-desc[data-v-aef9f468] {
|
|
181
184
|
font-size: 12px;
|
|
182
185
|
line-height: 18px;
|
|
183
186
|
}
|
|
184
187
|
}
|
|
185
188
|
@media (min-width: 601px) and (max-width: 840px) {
|
|
186
|
-
.desc-container .item-desc[data-v-
|
|
189
|
+
.desc-container .item-desc[data-v-aef9f468] {
|
|
187
190
|
font-size: 12px;
|
|
188
191
|
line-height: 18px;
|
|
189
192
|
}
|
|
190
193
|
}
|
|
191
194
|
@media (max-width: 600px) {
|
|
192
|
-
.desc-container .item-desc[data-v-
|
|
195
|
+
.desc-container .item-desc[data-v-aef9f468] {
|
|
193
196
|
font-size: 12px;
|
|
194
197
|
line-height: 18px;
|
|
195
198
|
}
|
|
196
199
|
}
|
|
197
|
-
.desc-container .item-desc[data-v-
|
|
200
|
+
.desc-container .item-desc[data-v-aef9f468] {
|
|
198
201
|
overflow: hidden;
|
|
199
202
|
text-overflow: ellipsis;
|
|
200
203
|
word-break: break-all;
|
|
@@ -202,7 +205,7 @@
|
|
|
202
205
|
-webkit-box-orient: vertical;
|
|
203
206
|
-webkit-line-clamp: 2;
|
|
204
207
|
}
|
|
205
|
-
.desc-container .item-desc-line-1[data-v-
|
|
208
|
+
.desc-container .item-desc-line-1[data-v-aef9f468] {
|
|
206
209
|
overflow: hidden;
|
|
207
210
|
text-overflow: ellipsis;
|
|
208
211
|
word-break: break-all;
|
|
@@ -210,7 +213,7 @@
|
|
|
210
213
|
-webkit-box-orient: vertical;
|
|
211
214
|
-webkit-line-clamp: 1;
|
|
212
215
|
}
|
|
213
|
-
.desc-container .item-desc-line-3[data-v-
|
|
216
|
+
.desc-container .item-desc-line-3[data-v-aef9f468] {
|
|
214
217
|
overflow: hidden;
|
|
215
218
|
text-overflow: ellipsis;
|
|
216
219
|
word-break: break-all;
|
|
@@ -218,7 +221,7 @@
|
|
|
218
221
|
-webkit-box-orient: vertical;
|
|
219
222
|
-webkit-line-clamp: 3;
|
|
220
223
|
}
|
|
221
|
-
.desc-container .item-desc-line-4[data-v-
|
|
224
|
+
.desc-container .item-desc-line-4[data-v-aef9f468] {
|
|
222
225
|
overflow: hidden;
|
|
223
226
|
text-overflow: ellipsis;
|
|
224
227
|
word-break: break-all;
|
|
@@ -226,7 +229,7 @@
|
|
|
226
229
|
-webkit-box-orient: vertical;
|
|
227
230
|
-webkit-line-clamp: 4;
|
|
228
231
|
}
|
|
229
|
-
.desc-container .item-desc-line-5[data-v-
|
|
232
|
+
.desc-container .item-desc-line-5[data-v-aef9f468] {
|
|
230
233
|
overflow: hidden;
|
|
231
234
|
text-overflow: ellipsis;
|
|
232
235
|
word-break: break-all;
|
|
@@ -234,7 +237,7 @@
|
|
|
234
237
|
-webkit-box-orient: vertical;
|
|
235
238
|
-webkit-line-clamp: 5;
|
|
236
239
|
}
|
|
237
|
-
.desc-container .item-desc-line-6[data-v-
|
|
240
|
+
.desc-container .item-desc-line-6[data-v-aef9f468] {
|
|
238
241
|
overflow: hidden;
|
|
239
242
|
text-overflow: ellipsis;
|
|
240
243
|
word-break: break-all;
|
|
@@ -242,48 +245,48 @@
|
|
|
242
245
|
-webkit-box-orient: vertical;
|
|
243
246
|
-webkit-line-clamp: 6;
|
|
244
247
|
}
|
|
245
|
-
.content-item-disabled[data-v-
|
|
248
|
+
.content-item-disabled[data-v-aef9f468] {
|
|
246
249
|
cursor: no-drop;
|
|
247
250
|
}
|
|
248
|
-
.content-item-disabled .item-label[data-v-
|
|
251
|
+
.content-item-disabled .item-label[data-v-aef9f468] {
|
|
249
252
|
color: var(--o-color-info4);
|
|
250
253
|
cursor: no-drop;
|
|
251
254
|
pointer-events: none;
|
|
252
255
|
}
|
|
253
|
-
.content-item-disabled .desc-container .item-desc[data-v-
|
|
256
|
+
.content-item-disabled .desc-container .item-desc[data-v-aef9f468] {
|
|
254
257
|
color: var(--o-color-info4);
|
|
255
258
|
}
|
|
256
|
-
.popover-item-desc[data-v-
|
|
259
|
+
.popover-item-desc[data-v-aef9f468] {
|
|
257
260
|
width: 200px;
|
|
258
261
|
height: auto;
|
|
259
262
|
}
|
|
260
|
-
.split-line[data-v-
|
|
263
|
+
.split-line[data-v-aef9f468] {
|
|
261
264
|
background: var(--o-color-control4);
|
|
262
265
|
width: 1px;
|
|
263
266
|
margin: 0 16px;
|
|
264
267
|
flex-shrink: 0;
|
|
265
268
|
}
|
|
266
269
|
@media (max-width: 1200px) {
|
|
267
|
-
.split-line[data-v-
|
|
270
|
+
.split-line[data-v-aef9f468] {
|
|
268
271
|
display: none;
|
|
269
272
|
}
|
|
270
273
|
}
|
|
271
|
-
.content-right[data-v-
|
|
274
|
+
.content-right[data-v-aef9f468] {
|
|
272
275
|
width: 342px;
|
|
273
276
|
padding: 32px 0;
|
|
274
277
|
flex-shrink: 0;
|
|
275
278
|
}
|
|
276
279
|
@media (max-width: 1680px) {
|
|
277
|
-
.content-right[data-v-
|
|
280
|
+
.content-right[data-v-aef9f468] {
|
|
278
281
|
width: 240px;
|
|
279
282
|
}
|
|
280
283
|
}
|
|
281
284
|
@media (max-width: 1200px) {
|
|
282
|
-
.content-right[data-v-
|
|
285
|
+
.content-right[data-v-aef9f468] {
|
|
283
286
|
display: none;
|
|
284
287
|
}
|
|
285
288
|
}
|
|
286
|
-
.content-right .shortcut[data-v-
|
|
289
|
+
.content-right .shortcut[data-v-aef9f468] {
|
|
287
290
|
min-height: 42px;
|
|
288
291
|
background: var(--o-color-fill1);
|
|
289
292
|
border-radius: var(--o-radius_control-xs);
|
|
@@ -296,93 +299,93 @@
|
|
|
296
299
|
line-height: 22px;
|
|
297
300
|
}
|
|
298
301
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
299
|
-
.content-right .shortcut[data-v-
|
|
302
|
+
.content-right .shortcut[data-v-aef9f468] {
|
|
300
303
|
font-size: 12px;
|
|
301
304
|
line-height: 18px;
|
|
302
305
|
}
|
|
303
306
|
}
|
|
304
307
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
305
|
-
.content-right .shortcut[data-v-
|
|
308
|
+
.content-right .shortcut[data-v-aef9f468] {
|
|
306
309
|
font-size: 12px;
|
|
307
310
|
line-height: 18px;
|
|
308
311
|
}
|
|
309
312
|
}
|
|
310
313
|
@media (min-width: 601px) and (max-width: 840px) {
|
|
311
|
-
.content-right .shortcut[data-v-
|
|
314
|
+
.content-right .shortcut[data-v-aef9f468] {
|
|
312
315
|
font-size: 12px;
|
|
313
316
|
line-height: 18px;
|
|
314
317
|
}
|
|
315
318
|
}
|
|
316
319
|
@media (max-width: 600px) {
|
|
317
|
-
.content-right .shortcut[data-v-
|
|
320
|
+
.content-right .shortcut[data-v-aef9f468] {
|
|
318
321
|
font-size: 12px;
|
|
319
322
|
line-height: 18px;
|
|
320
323
|
}
|
|
321
324
|
}
|
|
322
325
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
323
|
-
.content-right .shortcut[data-v-
|
|
326
|
+
.content-right .shortcut[data-v-aef9f468] {
|
|
324
327
|
font-size: 16px;
|
|
325
328
|
line-height: 24px;
|
|
326
329
|
}
|
|
327
330
|
}
|
|
328
331
|
@media (min-width: 1201px) and (max-width: 1680px) and (min-width: 1201px) and (max-width: 1680px) {
|
|
329
|
-
.content-right .shortcut[data-v-
|
|
332
|
+
.content-right .shortcut[data-v-aef9f468] {
|
|
330
333
|
font-size: 14px;
|
|
331
334
|
line-height: 22px;
|
|
332
335
|
}
|
|
333
336
|
}
|
|
334
337
|
@media (min-width: 1201px) and (max-width: 1680px) and (min-width: 841px) and (max-width: 1200px) {
|
|
335
|
-
.content-right .shortcut[data-v-
|
|
338
|
+
.content-right .shortcut[data-v-aef9f468] {
|
|
336
339
|
font-size: 14px;
|
|
337
340
|
line-height: 22px;
|
|
338
341
|
}
|
|
339
342
|
}
|
|
340
343
|
@media (min-width: 1201px) and (max-width: 1680px) and (min-width: 601px) and (max-width: 840px) {
|
|
341
|
-
.content-right .shortcut[data-v-
|
|
344
|
+
.content-right .shortcut[data-v-aef9f468] {
|
|
342
345
|
font-size: 14px;
|
|
343
346
|
line-height: 22px;
|
|
344
347
|
}
|
|
345
348
|
}
|
|
346
349
|
@media (min-width: 1201px) and (max-width: 1680px) and (max-width: 600px) {
|
|
347
|
-
.content-right .shortcut[data-v-
|
|
350
|
+
.content-right .shortcut[data-v-aef9f468] {
|
|
348
351
|
font-size: 12px;
|
|
349
352
|
line-height: 18px;
|
|
350
353
|
}
|
|
351
354
|
}
|
|
352
355
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
353
|
-
.content-right .shortcut[data-v-
|
|
356
|
+
.content-right .shortcut[data-v-aef9f468] {
|
|
354
357
|
font-size: 16px;
|
|
355
358
|
line-height: 24px;
|
|
356
359
|
}
|
|
357
360
|
}
|
|
358
361
|
@media (min-width: 841px) and (max-width: 1200px) and (min-width: 1201px) and (max-width: 1680px) {
|
|
359
|
-
.content-right .shortcut[data-v-
|
|
362
|
+
.content-right .shortcut[data-v-aef9f468] {
|
|
360
363
|
font-size: 14px;
|
|
361
364
|
line-height: 22px;
|
|
362
365
|
}
|
|
363
366
|
}
|
|
364
367
|
@media (min-width: 841px) and (max-width: 1200px) and (min-width: 841px) and (max-width: 1200px) {
|
|
365
|
-
.content-right .shortcut[data-v-
|
|
368
|
+
.content-right .shortcut[data-v-aef9f468] {
|
|
366
369
|
font-size: 14px;
|
|
367
370
|
line-height: 22px;
|
|
368
371
|
}
|
|
369
372
|
}
|
|
370
373
|
@media (min-width: 841px) and (max-width: 1200px) and (min-width: 601px) and (max-width: 840px) {
|
|
371
|
-
.content-right .shortcut[data-v-
|
|
374
|
+
.content-right .shortcut[data-v-aef9f468] {
|
|
372
375
|
font-size: 14px;
|
|
373
376
|
line-height: 22px;
|
|
374
377
|
}
|
|
375
378
|
}
|
|
376
379
|
@media (min-width: 841px) and (max-width: 1200px) and (max-width: 600px) {
|
|
377
|
-
.content-right .shortcut[data-v-
|
|
380
|
+
.content-right .shortcut[data-v-aef9f468] {
|
|
378
381
|
font-size: 12px;
|
|
379
382
|
line-height: 18px;
|
|
380
383
|
}
|
|
381
384
|
}
|
|
382
|
-
.content-right .shortcut + .shortcut[data-v-
|
|
385
|
+
.content-right .shortcut + .shortcut[data-v-aef9f468] {
|
|
383
386
|
margin-top: var(--o-gap-2);
|
|
384
387
|
}
|
|
385
|
-
.content-right .shortcut .shortcut-link[data-v-
|
|
388
|
+
.content-right .shortcut .shortcut-link[data-v-aef9f468] {
|
|
386
389
|
display: flex;
|
|
387
390
|
align-items: center;
|
|
388
391
|
color: var(--o-color-link1);
|
|
@@ -390,12 +393,12 @@
|
|
|
390
393
|
white-space: normal;
|
|
391
394
|
}
|
|
392
395
|
@media (hover: hover) {
|
|
393
|
-
.content-right .shortcut .shortcut-link[data-v-
|
|
396
|
+
.content-right .shortcut .shortcut-link[data-v-aef9f468]:hover {
|
|
394
397
|
color: var(--o-color-primary2);
|
|
395
398
|
text-decoration: none;
|
|
396
399
|
}
|
|
397
400
|
}
|
|
398
|
-
.content-right .shortcut .shortcut-link .shortcut-title[data-v-
|
|
401
|
+
.content-right .shortcut .shortcut-link .shortcut-title[data-v-aef9f468] {
|
|
399
402
|
overflow: hidden;
|
|
400
403
|
text-overflow: ellipsis;
|
|
401
404
|
word-break: break-all;
|
|
@@ -403,22 +406,22 @@
|
|
|
403
406
|
-webkit-box-orient: vertical;
|
|
404
407
|
-webkit-line-clamp: 1;
|
|
405
408
|
}
|
|
406
|
-
.content-right .shortcut .shortcut-link .o-icon[data-v-
|
|
409
|
+
.content-right .shortcut .shortcut-link .o-icon[data-v-aef9f468] {
|
|
407
410
|
--icon-size: 16px;
|
|
408
411
|
margin-left: var(--o-gap-2);
|
|
409
412
|
}
|
|
410
|
-
.content-right .review[data-v-
|
|
413
|
+
.content-right .review[data-v-aef9f468] {
|
|
411
414
|
display: flex;
|
|
412
415
|
align-items: unset;
|
|
413
416
|
position: relative;
|
|
414
417
|
}
|
|
415
418
|
@media (hover: hover) {
|
|
416
|
-
.content-right .review[data-v-
|
|
419
|
+
.content-right .review[data-v-aef9f468]:hover {
|
|
417
420
|
text-decoration: none;
|
|
418
421
|
}
|
|
419
422
|
}
|
|
420
423
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
421
|
-
.content-right .review[data-v-
|
|
424
|
+
.content-right .review[data-v-aef9f468]:not(:last-child):after {
|
|
422
425
|
content: "";
|
|
423
426
|
position: absolute;
|
|
424
427
|
left: 0;
|
|
@@ -428,21 +431,22 @@
|
|
|
428
431
|
background: var(--o-color-control4);
|
|
429
432
|
}
|
|
430
433
|
}
|
|
431
|
-
.content-right .review + .review[data-v-
|
|
434
|
+
.content-right .review + .review[data-v-aef9f468] {
|
|
432
435
|
margin-top: var(--o-gap-3);
|
|
433
436
|
}
|
|
434
|
-
.content-right .review .review-picture[data-v-
|
|
437
|
+
.content-right .review .review-picture[data-v-aef9f468] {
|
|
435
438
|
width: 120px;
|
|
436
439
|
height: auto;
|
|
437
440
|
display: block;
|
|
438
441
|
object-fit: contain;
|
|
442
|
+
border-radius: var(--o-radius-xs);
|
|
439
443
|
}
|
|
440
444
|
@media (max-width: 1680px) {
|
|
441
|
-
.content-right .review .review-picture[data-v-
|
|
445
|
+
.content-right .review .review-picture[data-v-aef9f468] {
|
|
442
446
|
display: none;
|
|
443
447
|
}
|
|
444
448
|
}
|
|
445
|
-
.content-right .review .review-content[data-v-
|
|
449
|
+
.content-right .review .review-content[data-v-aef9f468] {
|
|
446
450
|
margin-left: var(--o-gap-2);
|
|
447
451
|
flex: 1;
|
|
448
452
|
max-width: 212px;
|
|
@@ -453,12 +457,12 @@
|
|
|
453
457
|
white-space: normal;
|
|
454
458
|
}
|
|
455
459
|
@media (max-width: 1680px) {
|
|
456
|
-
.content-right .review .review-content[data-v-
|
|
460
|
+
.content-right .review .review-content[data-v-aef9f468] {
|
|
457
461
|
margin-left: unset;
|
|
458
462
|
height: auto;
|
|
459
463
|
}
|
|
460
464
|
}
|
|
461
|
-
.content-right .review .review-content .review-label[data-v-
|
|
465
|
+
.content-right .review .review-content .review-label[data-v-aef9f468] {
|
|
462
466
|
word-break: normal;
|
|
463
467
|
max-height: 48px;
|
|
464
468
|
color: var(--o-color-info1);
|
|
@@ -468,30 +472,30 @@
|
|
|
468
472
|
line-height: 24px;
|
|
469
473
|
}
|
|
470
474
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
471
|
-
.content-right .review .review-content .review-label[data-v-
|
|
475
|
+
.content-right .review .review-content .review-label[data-v-aef9f468] {
|
|
472
476
|
font-size: 14px;
|
|
473
477
|
line-height: 22px;
|
|
474
478
|
}
|
|
475
479
|
}
|
|
476
480
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
477
|
-
.content-right .review .review-content .review-label[data-v-
|
|
481
|
+
.content-right .review .review-content .review-label[data-v-aef9f468] {
|
|
478
482
|
font-size: 14px;
|
|
479
483
|
line-height: 22px;
|
|
480
484
|
}
|
|
481
485
|
}
|
|
482
486
|
@media (min-width: 601px) and (max-width: 840px) {
|
|
483
|
-
.content-right .review .review-content .review-label[data-v-
|
|
487
|
+
.content-right .review .review-content .review-label[data-v-aef9f468] {
|
|
484
488
|
font-size: 14px;
|
|
485
489
|
line-height: 22px;
|
|
486
490
|
}
|
|
487
491
|
}
|
|
488
492
|
@media (max-width: 600px) {
|
|
489
|
-
.content-right .review .review-content .review-label[data-v-
|
|
493
|
+
.content-right .review .review-content .review-label[data-v-aef9f468] {
|
|
490
494
|
font-size: 12px;
|
|
491
495
|
line-height: 18px;
|
|
492
496
|
}
|
|
493
497
|
}
|
|
494
|
-
.content-right .review .review-content .review-label[data-v-
|
|
498
|
+
.content-right .review .review-content .review-label[data-v-aef9f468] {
|
|
495
499
|
overflow: hidden;
|
|
496
500
|
text-overflow: ellipsis;
|
|
497
501
|
word-break: break-all;
|
|
@@ -500,16 +504,16 @@
|
|
|
500
504
|
-webkit-line-clamp: 2;
|
|
501
505
|
}
|
|
502
506
|
@media (hover: hover) {
|
|
503
|
-
.content-right .review .review-content .review-label[data-v-
|
|
507
|
+
.content-right .review .review-content .review-label[data-v-aef9f468]:hover {
|
|
504
508
|
color: var(--o-color-primary1);
|
|
505
509
|
}
|
|
506
510
|
}
|
|
507
511
|
@media (min-width: 841px) and (max-width: 1680px) {
|
|
508
|
-
.content-right .review .review-content .review-label[data-v-
|
|
512
|
+
.content-right .review .review-content .review-label[data-v-aef9f468] {
|
|
509
513
|
max-height: 44px;
|
|
510
514
|
}
|
|
511
515
|
}
|
|
512
|
-
.content-right .review .review-content .review-property[data-v-
|
|
516
|
+
.content-right .review .review-content .review-property[data-v-aef9f468] {
|
|
513
517
|
color: var(--o-color-info3);
|
|
514
518
|
overflow: hidden;
|
|
515
519
|
white-space: nowrap;
|
|
@@ -518,37 +522,37 @@
|
|
|
518
522
|
line-height: 18px;
|
|
519
523
|
}
|
|
520
524
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
521
|
-
.content-right .review .review-content .review-property[data-v-
|
|
525
|
+
.content-right .review .review-content .review-property[data-v-aef9f468] {
|
|
522
526
|
font-size: 12px;
|
|
523
527
|
line-height: 18px;
|
|
524
528
|
}
|
|
525
529
|
}
|
|
526
530
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
527
|
-
.content-right .review .review-content .review-property[data-v-
|
|
531
|
+
.content-right .review .review-content .review-property[data-v-aef9f468] {
|
|
528
532
|
font-size: 12px;
|
|
529
533
|
line-height: 18px;
|
|
530
534
|
}
|
|
531
535
|
}
|
|
532
536
|
@media (min-width: 601px) and (max-width: 840px) {
|
|
533
|
-
.content-right .review .review-content .review-property[data-v-
|
|
537
|
+
.content-right .review .review-content .review-property[data-v-aef9f468] {
|
|
534
538
|
font-size: 12px;
|
|
535
539
|
line-height: 18px;
|
|
536
540
|
}
|
|
537
541
|
}
|
|
538
542
|
@media (max-width: 600px) {
|
|
539
|
-
.content-right .review .review-content .review-property[data-v-
|
|
543
|
+
.content-right .review .review-content .review-property[data-v-aef9f468] {
|
|
540
544
|
font-size: 12px;
|
|
541
545
|
line-height: 18px;
|
|
542
546
|
}
|
|
543
547
|
}
|
|
544
|
-
.popover-shortcut[data-v-
|
|
548
|
+
.popover-shortcut[data-v-aef9f468] {
|
|
545
549
|
height: auto;
|
|
546
550
|
max-width: 240px;
|
|
547
551
|
}
|
|
548
|
-
[data-o-theme*=dark] .content-right .shortcut[data-v-
|
|
552
|
+
[data-o-theme*=dark] .content-right .shortcut[data-v-aef9f468] {
|
|
549
553
|
background: var(--o-color-fill3);
|
|
550
554
|
}
|
|
551
|
-
.nav-background-left[data-v-
|
|
555
|
+
.nav-background-left[data-v-aef9f468] {
|
|
552
556
|
position: absolute;
|
|
553
557
|
left: 0;
|
|
554
558
|
top: -87px;
|
|
@@ -558,11 +562,11 @@
|
|
|
558
562
|
z-index: -1;
|
|
559
563
|
}
|
|
560
564
|
@media (max-width: 1680px) {
|
|
561
|
-
.nav-background-left[data-v-
|
|
565
|
+
.nav-background-left[data-v-aef9f468] {
|
|
562
566
|
display: none;
|
|
563
567
|
}
|
|
564
568
|
}
|
|
565
|
-
.nav-background-right[data-v-
|
|
569
|
+
.nav-background-right[data-v-aef9f468] {
|
|
566
570
|
position: absolute;
|
|
567
571
|
right: 0;
|
|
568
572
|
bottom: 0;
|
|
@@ -572,239 +576,239 @@
|
|
|
572
576
|
z-index: -1;
|
|
573
577
|
}
|
|
574
578
|
@media (max-width: 1680px) {
|
|
575
|
-
.nav-background-right[data-v-
|
|
579
|
+
.nav-background-right[data-v-aef9f468] {
|
|
576
580
|
display: none;
|
|
577
581
|
}
|
|
578
582
|
}
|
|
579
|
-
.openeuler[data-v-
|
|
583
|
+
.openeuler[data-v-aef9f468] {
|
|
580
584
|
--sub-right: 24px;
|
|
581
585
|
}
|
|
582
586
|
@media (max-width: 1440px) {
|
|
583
|
-
.openeuler[data-v-
|
|
587
|
+
.openeuler[data-v-aef9f468] {
|
|
584
588
|
--sub-right: 16px;
|
|
585
589
|
}
|
|
586
590
|
}
|
|
587
|
-
.openeuler.download .item-sub[data-v-
|
|
591
|
+
.openeuler.download .item-sub[data-v-aef9f468] {
|
|
588
592
|
width: 25%;
|
|
589
593
|
}
|
|
590
|
-
.openeuler.download .item-sub[data-v-
|
|
594
|
+
.openeuler.download .item-sub[data-v-aef9f468]:nth-of-type(1) {
|
|
591
595
|
width: 50%;
|
|
592
596
|
}
|
|
593
|
-
.openeuler.download .item-sub:nth-of-type(1) .content-container[data-v-
|
|
597
|
+
.openeuler.download .item-sub:nth-of-type(1) .content-container[data-v-aef9f468] {
|
|
594
598
|
flex-direction: row;
|
|
595
599
|
}
|
|
596
|
-
.openeuler.download .item-sub:nth-of-type(1) .content-item[data-v-
|
|
600
|
+
.openeuler.download .item-sub:nth-of-type(1) .content-item[data-v-aef9f468] {
|
|
597
601
|
width: calc(50% - var(--sub-right));
|
|
598
602
|
}
|
|
599
|
-
.openeuler.download .item-sub:nth-of-type(1) .content-item[data-v-
|
|
603
|
+
.openeuler.download .item-sub:nth-of-type(1) .content-item[data-v-aef9f468]:nth-of-type(2) {
|
|
600
604
|
margin-top: 0;
|
|
601
605
|
}
|
|
602
|
-
.openeuler.development .item-sub[data-v-
|
|
606
|
+
.openeuler.development .item-sub[data-v-aef9f468] {
|
|
603
607
|
width: 20%;
|
|
604
608
|
}
|
|
605
|
-
.openeuler.development .content-item[data-v-
|
|
609
|
+
.openeuler.development .content-item[data-v-aef9f468] {
|
|
606
610
|
width: auto;
|
|
607
611
|
}
|
|
608
|
-
.openeuler.document .item-sub[data-v-
|
|
612
|
+
.openeuler.document .item-sub[data-v-aef9f468] {
|
|
609
613
|
width: 76%;
|
|
610
614
|
}
|
|
611
|
-
.openeuler.document .item-sub .content-container[data-v-
|
|
615
|
+
.openeuler.document .item-sub .content-container[data-v-aef9f468] {
|
|
612
616
|
flex-direction: row;
|
|
613
617
|
}
|
|
614
|
-
.openeuler.document .item-sub .content-item[data-v-
|
|
618
|
+
.openeuler.document .item-sub .content-item[data-v-aef9f468] {
|
|
615
619
|
width: calc(25% - var(--sub-right));
|
|
616
620
|
margin-right: var(--sub-right);
|
|
617
621
|
}
|
|
618
|
-
.openeuler.document .item-sub .content-item[data-v-
|
|
622
|
+
.openeuler.document .item-sub .content-item[data-v-aef9f468]:nth-child(-n+4) {
|
|
619
623
|
margin-top: 0;
|
|
620
624
|
}
|
|
621
|
-
.openeuler.document .item-sub .content-item[data-v-
|
|
625
|
+
.openeuler.document .item-sub .content-item[data-v-aef9f468]:nth-of-type(4) {
|
|
622
626
|
margin-right: 0;
|
|
623
627
|
}
|
|
624
628
|
@media (max-width: 1200px) {
|
|
625
|
-
.openeuler.document .item-sub[data-v-
|
|
629
|
+
.openeuler.document .item-sub[data-v-aef9f468] {
|
|
626
630
|
width: 100%;
|
|
627
631
|
}
|
|
628
632
|
}
|
|
629
|
-
.openeuler.learn .item-sub[data-v-
|
|
633
|
+
.openeuler.learn .item-sub[data-v-aef9f468]:nth-of-type(1) {
|
|
630
634
|
width: 33%;
|
|
631
635
|
}
|
|
632
|
-
.openeuler.learn .item-sub[data-v-
|
|
636
|
+
.openeuler.learn .item-sub[data-v-aef9f468]:nth-of-type(2) {
|
|
633
637
|
width: 66%;
|
|
634
638
|
}
|
|
635
|
-
.openeuler.learn .item-sub:nth-of-type(2) .content-container[data-v-
|
|
639
|
+
.openeuler.learn .item-sub:nth-of-type(2) .content-container[data-v-aef9f468] {
|
|
636
640
|
flex-direction: row;
|
|
637
641
|
}
|
|
638
|
-
.openeuler.learn .item-sub:nth-of-type(2) .content-item[data-v-
|
|
642
|
+
.openeuler.learn .item-sub:nth-of-type(2) .content-item[data-v-aef9f468] {
|
|
639
643
|
width: calc(50% - var(--sub-right));
|
|
640
644
|
margin-right: var(--sub-right);
|
|
641
645
|
}
|
|
642
|
-
.openeuler.learn .item-sub:nth-of-type(2) .content-item[data-v-
|
|
646
|
+
.openeuler.learn .item-sub:nth-of-type(2) .content-item[data-v-aef9f468]:nth-of-type(2) {
|
|
643
647
|
margin-top: 0;
|
|
644
648
|
margin-right: 0;
|
|
645
649
|
}
|
|
646
|
-
.openeuler.approve .item-sub[data-v-
|
|
650
|
+
.openeuler.approve .item-sub[data-v-aef9f468] {
|
|
647
651
|
width: 25%;
|
|
648
652
|
}
|
|
649
|
-
.openeuler.approve .item-sub[data-v-
|
|
653
|
+
.openeuler.approve .item-sub[data-v-aef9f468]:nth-of-type(1) {
|
|
650
654
|
width: 50%;
|
|
651
655
|
}
|
|
652
|
-
.openeuler.approve .item-sub:nth-of-type(1) .content-container[data-v-
|
|
656
|
+
.openeuler.approve .item-sub:nth-of-type(1) .content-container[data-v-aef9f468] {
|
|
653
657
|
flex-direction: row;
|
|
654
658
|
}
|
|
655
|
-
.openeuler.approve .item-sub:nth-of-type(1) .content-item[data-v-
|
|
659
|
+
.openeuler.approve .item-sub:nth-of-type(1) .content-item[data-v-aef9f468] {
|
|
656
660
|
width: calc(50% - var(--sub-right));
|
|
657
661
|
}
|
|
658
|
-
.openeuler.approve .item-sub:nth-of-type(1) .content-item[data-v-
|
|
662
|
+
.openeuler.approve .item-sub:nth-of-type(1) .content-item[data-v-aef9f468]:nth-of-type(2) {
|
|
659
663
|
margin-top: 0;
|
|
660
664
|
}
|
|
661
|
-
.openeuler.community .item-sub[data-v-
|
|
665
|
+
.openeuler.community .item-sub[data-v-aef9f468] {
|
|
662
666
|
width: 25%;
|
|
663
667
|
}
|
|
664
|
-
.openeuler.community .item-sub[data-v-
|
|
668
|
+
.openeuler.community .item-sub[data-v-aef9f468]:nth-of-type(1) {
|
|
665
669
|
width: 75%;
|
|
666
670
|
}
|
|
667
|
-
.openeuler.community .item-sub:nth-of-type(1) .content-container[data-v-
|
|
671
|
+
.openeuler.community .item-sub:nth-of-type(1) .content-container[data-v-aef9f468] {
|
|
668
672
|
flex-direction: row;
|
|
669
673
|
}
|
|
670
|
-
.openeuler.community .item-sub:nth-of-type(1) .content-item[data-v-
|
|
674
|
+
.openeuler.community .item-sub:nth-of-type(1) .content-item[data-v-aef9f468] {
|
|
671
675
|
width: calc(33% - var(--sub-right));
|
|
672
676
|
}
|
|
673
|
-
.openeuler.community .item-sub:nth-of-type(1) .content-item[data-v-
|
|
677
|
+
.openeuler.community .item-sub:nth-of-type(1) .content-item[data-v-aef9f468]:nth-child(-n+3) {
|
|
674
678
|
margin-top: 0;
|
|
675
679
|
}
|
|
676
|
-
.openeuler.update .item-sub[data-v-
|
|
680
|
+
.openeuler.update .item-sub[data-v-aef9f468] {
|
|
677
681
|
width: 50%;
|
|
678
682
|
}
|
|
679
|
-
.openeuler.update .item-sub .content-container[data-v-
|
|
683
|
+
.openeuler.update .item-sub .content-container[data-v-aef9f468] {
|
|
680
684
|
flex-direction: row;
|
|
681
685
|
}
|
|
682
|
-
.openeuler.update .item-sub .content-item[data-v-
|
|
686
|
+
.openeuler.update .item-sub .content-item[data-v-aef9f468] {
|
|
683
687
|
width: calc(50% - var(--sub-right));
|
|
684
688
|
}
|
|
685
|
-
.openeuler.update .item-sub .content-item[data-v-
|
|
689
|
+
.openeuler.update .item-sub .content-item[data-v-aef9f468]:nth-of-type(2) {
|
|
686
690
|
margin-top: 0;
|
|
687
691
|
}
|
|
688
|
-
.openeuler.update .item-sub:nth-of-type(2) .content-item[data-v-
|
|
692
|
+
.openeuler.update .item-sub:nth-of-type(2) .content-item[data-v-aef9f468] {
|
|
689
693
|
margin-right: var(--sub-right);
|
|
690
694
|
}
|
|
691
|
-
.openeuler.update .item-sub:nth-of-type(2) .content-item[data-v-
|
|
695
|
+
.openeuler.update .item-sub:nth-of-type(2) .content-item[data-v-aef9f468]:nth-of-type(2) {
|
|
692
696
|
margin-right: 0;
|
|
693
697
|
}
|
|
694
|
-
.mindspore .nav-background-left[data-v-
|
|
698
|
+
.mindspore .nav-background-left[data-v-aef9f468] {
|
|
695
699
|
left: 0;
|
|
696
700
|
top: 0;
|
|
697
701
|
width: 540px;
|
|
698
702
|
height: 360px;
|
|
699
703
|
}
|
|
700
|
-
.mindspore .nav-background-right[data-v-
|
|
704
|
+
.mindspore .nav-background-right[data-v-aef9f468] {
|
|
701
705
|
width: 643px;
|
|
702
706
|
height: 364px;
|
|
703
707
|
z-index: -1;
|
|
704
708
|
}
|
|
705
|
-
.openubmc[data-v-
|
|
709
|
+
.openubmc[data-v-aef9f468] {
|
|
706
710
|
--sub-right: 24px;
|
|
707
711
|
}
|
|
708
712
|
@media (max-width: 1440px) {
|
|
709
|
-
.openubmc[data-v-
|
|
713
|
+
.openubmc[data-v-aef9f468] {
|
|
710
714
|
--sub-right: 16px;
|
|
711
715
|
}
|
|
712
716
|
}
|
|
713
|
-
.openubmc.download .item-sub[data-v-
|
|
717
|
+
.openubmc.download .item-sub[data-v-aef9f468] {
|
|
714
718
|
width: 25%;
|
|
715
719
|
}
|
|
716
|
-
.openubmc.download .item-sub[data-v-
|
|
720
|
+
.openubmc.download .item-sub[data-v-aef9f468]:nth-of-type(1) {
|
|
717
721
|
width: 50%;
|
|
718
722
|
}
|
|
719
|
-
.openubmc.download .item-sub:nth-of-type(1) .content-container[data-v-
|
|
723
|
+
.openubmc.download .item-sub:nth-of-type(1) .content-container[data-v-aef9f468] {
|
|
720
724
|
flex-direction: row;
|
|
721
725
|
}
|
|
722
|
-
.openubmc.download .item-sub:nth-of-type(1) .content-item[data-v-
|
|
726
|
+
.openubmc.download .item-sub:nth-of-type(1) .content-item[data-v-aef9f468] {
|
|
723
727
|
width: calc(50% - var(--sub-right));
|
|
724
728
|
}
|
|
725
|
-
.openubmc.download .item-sub:nth-of-type(1) .content-item[data-v-
|
|
729
|
+
.openubmc.download .item-sub:nth-of-type(1) .content-item[data-v-aef9f468]:nth-of-type(2) {
|
|
726
730
|
margin-top: 0;
|
|
727
731
|
}
|
|
728
|
-
.openubmc.development .item-sub[data-v-
|
|
732
|
+
.openubmc.development .item-sub[data-v-aef9f468], .openubmc.trends .item-sub[data-v-aef9f468] {
|
|
729
733
|
width: 100%;
|
|
730
734
|
}
|
|
731
|
-
.openubmc.development .item-sub .content-container[data-v-
|
|
735
|
+
.openubmc.development .item-sub .content-container[data-v-aef9f468], .openubmc.trends .item-sub .content-container[data-v-aef9f468] {
|
|
732
736
|
flex-direction: row;
|
|
733
737
|
}
|
|
734
|
-
.openubmc.development .item-sub .content-item[data-v-
|
|
738
|
+
.openubmc.development .item-sub .content-item[data-v-aef9f468], .openubmc.trends .item-sub .content-item[data-v-aef9f468] {
|
|
735
739
|
width: calc(33% - var(--sub-right));
|
|
736
740
|
margin-right: var(--sub-right);
|
|
737
741
|
}
|
|
738
|
-
.openubmc.development .item-sub .content-item[data-v-
|
|
742
|
+
.openubmc.development .item-sub .content-item[data-v-aef9f468]:nth-child(-n+4), .openubmc.trends .item-sub .content-item[data-v-aef9f468]:nth-child(-n+4) {
|
|
739
743
|
margin-top: 0;
|
|
740
744
|
}
|
|
741
|
-
.openubmc.development .item-sub .content-item[data-v-
|
|
745
|
+
.openubmc.development .item-sub .content-item[data-v-aef9f468]:nth-of-type(4), .openubmc.trends .item-sub .content-item[data-v-aef9f468]:nth-of-type(4) {
|
|
742
746
|
margin-right: 0;
|
|
743
747
|
}
|
|
744
|
-
.openubmc.docs .item-sub[data-v-
|
|
748
|
+
.openubmc.docs .item-sub[data-v-aef9f468] {
|
|
745
749
|
width: 76%;
|
|
746
750
|
}
|
|
747
|
-
.openubmc.docs .item-sub .content-container[data-v-
|
|
751
|
+
.openubmc.docs .item-sub .content-container[data-v-aef9f468] {
|
|
748
752
|
flex-direction: row;
|
|
749
753
|
}
|
|
750
|
-
.openubmc.docs .item-sub .content-item[data-v-
|
|
754
|
+
.openubmc.docs .item-sub .content-item[data-v-aef9f468] {
|
|
751
755
|
width: calc(25% - var(--sub-right));
|
|
752
756
|
margin-right: var(--sub-right);
|
|
753
757
|
}
|
|
754
|
-
.openubmc.docs .item-sub .content-item[data-v-
|
|
758
|
+
.openubmc.docs .item-sub .content-item[data-v-aef9f468]:nth-child(-n+4) {
|
|
755
759
|
margin-top: 0;
|
|
756
760
|
}
|
|
757
|
-
.openubmc.docs .item-sub .content-item[data-v-
|
|
761
|
+
.openubmc.docs .item-sub .content-item[data-v-aef9f468]:nth-of-type(4) {
|
|
758
762
|
margin-right: 0;
|
|
759
763
|
}
|
|
760
764
|
@media (max-width: 1200px) {
|
|
761
|
-
.openubmc.docs .item-sub[data-v-
|
|
765
|
+
.openubmc.docs .item-sub[data-v-aef9f468] {
|
|
762
766
|
width: 100%;
|
|
763
767
|
}
|
|
764
768
|
}
|
|
765
|
-
.openubmc.learn .item-sub[data-v-
|
|
769
|
+
.openubmc.learn .item-sub[data-v-aef9f468] {
|
|
766
770
|
width: 38%;
|
|
767
771
|
}
|
|
768
|
-
.openubmc.support .item-sub[data-v-
|
|
772
|
+
.openubmc.support .item-sub[data-v-aef9f468] {
|
|
769
773
|
width: 19%;
|
|
770
774
|
}
|
|
771
|
-
.openubmc.support .item-sub[data-v-
|
|
775
|
+
.openubmc.support .item-sub[data-v-aef9f468]:nth-of-type(2) {
|
|
772
776
|
width: 57%;
|
|
773
777
|
}
|
|
774
|
-
.openubmc.support .item-sub:nth-of-type(2) .content-container[data-v-
|
|
778
|
+
.openubmc.support .item-sub:nth-of-type(2) .content-container[data-v-aef9f468] {
|
|
775
779
|
flex-direction: row;
|
|
776
780
|
}
|
|
777
|
-
.openubmc.support .item-sub:nth-of-type(2) .content-item[data-v-
|
|
781
|
+
.openubmc.support .item-sub:nth-of-type(2) .content-item[data-v-aef9f468] {
|
|
778
782
|
width: calc(33% - var(--sub-right));
|
|
779
783
|
margin-right: var(--sub-right);
|
|
780
784
|
}
|
|
781
|
-
.openubmc.support .item-sub:nth-of-type(2) .content-item[data-v-
|
|
785
|
+
.openubmc.support .item-sub:nth-of-type(2) .content-item[data-v-aef9f468]:nth-child(-n+3) {
|
|
782
786
|
margin-top: 0;
|
|
783
787
|
}
|
|
784
|
-
.openubmc.support .item-sub:nth-of-type(2) .content-item[data-v-
|
|
788
|
+
.openubmc.support .item-sub:nth-of-type(2) .content-item[data-v-aef9f468]:nth-of-type(3n) {
|
|
785
789
|
margin-right: 0;
|
|
786
790
|
}
|
|
787
791
|
@media (max-width: 1200px) {
|
|
788
|
-
.openubmc.support .item-sub[data-v-
|
|
792
|
+
.openubmc.support .item-sub[data-v-aef9f468] {
|
|
789
793
|
width: 25%;
|
|
790
794
|
}
|
|
791
|
-
.openubmc.support .item-sub[data-v-
|
|
795
|
+
.openubmc.support .item-sub[data-v-aef9f468]:nth-of-type(2) {
|
|
792
796
|
width: 75%;
|
|
793
797
|
}
|
|
794
798
|
}
|
|
795
|
-
.openubmc.community .item-sub[data-v-
|
|
799
|
+
.openubmc.community .item-sub[data-v-aef9f468] {
|
|
796
800
|
width: 50%;
|
|
797
801
|
}
|
|
798
|
-
.openubmc.community .item-sub .content-container[data-v-
|
|
802
|
+
.openubmc.community .item-sub .content-container[data-v-aef9f468] {
|
|
799
803
|
flex-direction: row;
|
|
800
804
|
}
|
|
801
|
-
.openubmc.community .item-sub .content-item[data-v-
|
|
805
|
+
.openubmc.community .item-sub .content-item[data-v-aef9f468] {
|
|
802
806
|
width: calc(50% - var(--sub-right));
|
|
803
807
|
margin-right: var(--sub-right);
|
|
804
808
|
}
|
|
805
|
-
.openubmc.community .item-sub .content-item[data-v-
|
|
809
|
+
.openubmc.community .item-sub .content-item[data-v-aef9f468]:nth-child(-n+2) {
|
|
806
810
|
margin-top: 0;
|
|
807
811
|
}
|
|
808
|
-
.openubmc.community .item-sub .content-item[data-v-
|
|
812
|
+
.openubmc.community .item-sub .content-item[data-v-aef9f468]:nth-of-type(2n) {
|
|
809
813
|
margin-right: 0;
|
|
810
814
|
}
|