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