@opendesign-plus-test/components 0.0.1-rc.151 → 0.0.1-rc.152

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dist/components/meeting/OMeetingMinutes.vue.d.ts +348 -2
  2. package/dist/components/meeting/index.d.ts +174 -1
  3. package/dist/components/meeting/types.d.ts +1 -0
  4. package/dist/components/sig/OSigDetail.vue.d.ts +1 -1
  5. package/dist/components/sig/components/OSigItem.vue.d.ts +1 -4
  6. package/dist/components.cjs.js +34 -34
  7. package/dist/components.css +1 -1
  8. package/dist/components.es.js +3203 -3200
  9. package/dist/treeshaking/components/activity/OActivityApproval.css +8 -8
  10. package/dist/treeshaking/components/footer/components/FooterList.css +96 -109
  11. package/dist/treeshaking/components/footer/components/FooterList.vue.mjs +1 -1
  12. package/dist/treeshaking/components/header/components/HeaderContent.css +185 -185
  13. package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
  14. package/dist/treeshaking/components/meeting/OMeetingMinutes.css +176 -223
  15. package/dist/treeshaking/components/meeting/OMeetingMinutes.vue.d.ts +348 -2
  16. package/dist/treeshaking/components/meeting/OMeetingMinutes.vue.mjs +373 -6
  17. package/dist/treeshaking/components/meeting/OMeetingMinutes.vue3.mjs +5 -0
  18. package/dist/treeshaking/components/meeting/components/OMeetingSendMinutesDialog.css +53 -53
  19. package/dist/treeshaking/components/meeting/components/OMeetingSendMinutesDialog.vue.mjs +1 -1
  20. package/dist/treeshaking/components/meeting/index.d.ts +174 -1
  21. package/dist/treeshaking/components/meeting/index.mjs +13 -12
  22. package/dist/treeshaking/components/meeting/types.d.ts +1 -0
  23. package/dist/treeshaking/components/sig/OSigDetail.css +3 -7
  24. package/dist/treeshaking/components/sig/OSigDetail.vue.d.ts +1 -1
  25. package/dist/treeshaking/components/sig/OSigDetail.vue.mjs +3 -6
  26. package/dist/treeshaking/components/sig/OSigList.css +7 -16
  27. package/dist/treeshaking/components/sig/OSigList.vue.mjs +4 -11
  28. package/dist/treeshaking/components/sig/components/OSigDetailInfoCard.css +1 -1
  29. package/dist/treeshaking/components/sig/components/OSigItem.css +2 -2
  30. package/dist/treeshaking/components/sig/components/OSigItem.vue.d.ts +1 -4
  31. package/dist/treeshaking/components/sig/components/OSigItem.vue.mjs +4 -6
  32. package/dist/treeshaking/components/sig/components/OSigMember.css +1 -1
  33. package/dist/treeshaking/components/sig/components/OSigRepo.css +2 -15
  34. package/dist/treeshaking/components/sig/components/OSigUserContribute.css +0 -7
  35. package/dist/treeshaking/components/video/OVideoDetail.css +7 -7
  36. package/package.json +3 -3
  37. package/dist/treeshaking/components/meeting/OMeetingMinutes.vue2.mjs +0 -356
  38. package/dist/treeshaking/components/meeting/OMeetingMinutes2.css +0 -11
@@ -24,12 +24,12 @@
24
24
  --link-gap: var(--o-gap-4);
25
25
  }
26
26
  }
27
- @media (max-width: 1200px) {
27
+ @media (min-width: ) {
28
28
  .o-activity-table .activity-btn {
29
29
  --link-gap: var(--o-gap-3);
30
30
  }
31
31
  }
32
- @media (max-width: 600px) {
32
+ @media (min-width: ) {
33
33
  .o-activity-table .activity-btn {
34
34
  margin-top: var(--o-gap-2);
35
35
  }
@@ -142,7 +142,7 @@
142
142
  margin-left: var(--o-gap-3);
143
143
  }
144
144
  }
145
- @media (max-width: 1200px) {
145
+ @media (min-width: ) {
146
146
  .o-activity-table .dialog-footer .o-btn + .o-btn {
147
147
  margin-left: var(--o-gap-2);
148
148
  }
@@ -180,7 +180,7 @@
180
180
  padding-bottom: var(--o-gap-3);
181
181
  }
182
182
  }
183
- @media (max-width: 1200px) {
183
+ @media (min-width: ) {
184
184
  .o-activity-table .collapse-wrapper .o-collapse .o-collapse-item:last-child {
185
185
  padding-bottom: var(--o-gap-2);
186
186
  }
@@ -222,7 +222,7 @@
222
222
  margin-right: var(--o-gap-3);
223
223
  }
224
224
  }
225
- @media (max-width: 1200px) {
225
+ @media (min-width: ) {
226
226
  .o-activity-table .collapse-wrapper .o-collapse .act-sponsor {
227
227
  margin-right: var(--o-gap-2);
228
228
  }
@@ -257,7 +257,7 @@
257
257
  margin: 0 var(--o-gap-3);
258
258
  }
259
259
  }
260
- @media (max-width: 1200px) {
260
+ @media (min-width: ) {
261
261
  .o-activity-table .collapse-wrapper .o-collapse .o-collapse-item-header {
262
262
  margin: 0 var(--o-gap-2);
263
263
  }
@@ -271,7 +271,7 @@
271
271
  padding: var(--o-gap-2) var(--o-gap-3);
272
272
  }
273
273
  }
274
- @media (max-width: 1200px) {
274
+ @media (min-width: ) {
275
275
  .o-activity-table .collapse-wrapper .activity-detail {
276
276
  padding: var(--o-gap-2) var(--o-gap-2);
277
277
  }
@@ -291,7 +291,7 @@
291
291
  padding: var(--o-gap-2) var(--o-gap-3) 0;
292
292
  }
293
293
  }
294
- @media (max-width: 1200px) {
294
+ @media (min-width: ) {
295
295
  .o-activity-table .title-top {
296
296
  padding: var(--o-gap-2) var(--o-gap-2) 0;
297
297
  }
@@ -1,132 +1,132 @@
1
- .hover-icon-rotate .o-icon[data-v-69b84a8a] {
1
+ .hover-icon-rotate .o-icon[data-v-d5ecd44e] {
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-69b84a8a] {
5
+ .hover-icon-rotate:hover .o-icon[data-v-d5ecd44e] {
6
6
  transform: rotate(-180deg);
7
7
  }
8
8
  }
9
- a[data-v-69b84a8a] {
9
+ a[data-v-d5ecd44e] {
10
10
  color: rgba(var(--o-white), 0.6);
11
11
  text-decoration: none;
12
12
  white-space: nowrap;
13
13
  }
14
14
  @media (hover: hover) {
15
- a[data-v-69b84a8a]:hover {
15
+ a[data-v-d5ecd44e]:hover {
16
16
  color: rgba(var(--o-white), 1);
17
17
  }
18
18
  }
19
- a[data-v-69b84a8a]:active {
19
+ a[data-v-d5ecd44e]:active {
20
20
  color: rgba(var(--o-white), 1);
21
21
  }
22
- .content[data-v-69b84a8a] {
22
+ .content[data-v-d5ecd44e] {
23
23
  padding: 16px 0 12px;
24
24
  border-top: 1px solid rgba(229, 229, 229, 0.12);
25
25
  border-bottom: 1px solid rgba(229, 229, 229, 0.12);
26
26
  }
27
- .info[data-v-69b84a8a] {
27
+ .info[data-v-d5ecd44e] {
28
28
  text-align: center;
29
29
  padding: 24px 0 16px;
30
30
  }
31
- .info .info-text[data-v-69b84a8a] {
31
+ .info .info-text[data-v-d5ecd44e] {
32
32
  color: var(--o-color-white);
33
33
  font-size: 20px;
34
34
  line-height: 28px;
35
35
  }
36
36
  @media (min-width: 1201px) and (max-width: 1680px) {
37
- .info .info-text[data-v-69b84a8a] {
37
+ .info .info-text[data-v-d5ecd44e] {
38
38
  font-size: 18px;
39
39
  line-height: 26px;
40
40
  }
41
41
  }
42
42
  @media (min-width: 841px) and (max-width: 1200px) {
43
- .info .info-text[data-v-69b84a8a] {
43
+ .info .info-text[data-v-d5ecd44e] {
44
44
  font-size: 16px;
45
45
  line-height: 24px;
46
46
  }
47
47
  }
48
48
  @media (min-width: 601px) and (max-width: 840px) {
49
- .info .info-text[data-v-69b84a8a] {
49
+ .info .info-text[data-v-d5ecd44e] {
50
50
  font-size: 16px;
51
51
  line-height: 24px;
52
52
  }
53
53
  }
54
54
  @media (max-width: 600px) {
55
- .info .info-text[data-v-69b84a8a] {
55
+ .info .info-text[data-v-d5ecd44e] {
56
56
  font-size: 14px;
57
57
  line-height: 22px;
58
58
  }
59
59
  }
60
- .info .info-logo[data-v-69b84a8a] {
60
+ .info .info-logo[data-v-d5ecd44e] {
61
61
  height: 32px;
62
62
  margin-top: 12px;
63
63
  }
64
- .quick-nav[data-v-69b84a8a] {
64
+ .quick-nav[data-v-d5ecd44e] {
65
65
  display: flex;
66
66
  justify-content: center;
67
67
  }
68
- .quick-nav .quick-title[data-v-69b84a8a] {
68
+ .quick-nav .quick-title[data-v-d5ecd44e] {
69
69
  color: var(--o-color-white);
70
70
  font-size: 20px;
71
71
  line-height: 28px;
72
72
  }
73
73
  @media (min-width: 1201px) and (max-width: 1680px) {
74
- .quick-nav .quick-title[data-v-69b84a8a] {
74
+ .quick-nav .quick-title[data-v-d5ecd44e] {
75
75
  font-size: 18px;
76
76
  line-height: 26px;
77
77
  }
78
78
  }
79
79
  @media (min-width: 841px) and (max-width: 1200px) {
80
- .quick-nav .quick-title[data-v-69b84a8a] {
80
+ .quick-nav .quick-title[data-v-d5ecd44e] {
81
81
  font-size: 16px;
82
82
  line-height: 24px;
83
83
  }
84
84
  }
85
85
  @media (min-width: 601px) and (max-width: 840px) {
86
- .quick-nav .quick-title[data-v-69b84a8a] {
86
+ .quick-nav .quick-title[data-v-d5ecd44e] {
87
87
  font-size: 16px;
88
88
  line-height: 24px;
89
89
  }
90
90
  }
91
91
  @media (max-width: 600px) {
92
- .quick-nav .quick-title[data-v-69b84a8a] {
92
+ .quick-nav .quick-title[data-v-d5ecd44e] {
93
93
  font-size: 14px;
94
94
  line-height: 22px;
95
95
  }
96
96
  }
97
- .quick-nav .nav-item[data-v-69b84a8a] {
97
+ .quick-nav .nav-item[data-v-d5ecd44e] {
98
98
  margin-top: 8px;
99
99
  font-size: 14px;
100
100
  line-height: 22px;
101
101
  }
102
102
  @media (min-width: 1201px) and (max-width: 1680px) {
103
- .quick-nav .nav-item[data-v-69b84a8a] {
103
+ .quick-nav .nav-item[data-v-d5ecd44e] {
104
104
  font-size: 14px;
105
105
  line-height: 18px;
106
106
  }
107
107
  }
108
108
  @media (min-width: 841px) and (max-width: 1200px) {
109
- .quick-nav .nav-item[data-v-69b84a8a] {
109
+ .quick-nav .nav-item[data-v-d5ecd44e] {
110
110
  font-size: 12px;
111
111
  line-height: 18px;
112
112
  }
113
113
  }
114
114
  @media (min-width: 601px) and (max-width: 840px) {
115
- .quick-nav .nav-item[data-v-69b84a8a] {
115
+ .quick-nav .nav-item[data-v-d5ecd44e] {
116
116
  font-size: 12px;
117
117
  line-height: 18px;
118
118
  }
119
119
  }
120
120
  @media (max-width: 600px) {
121
- .quick-nav .nav-item[data-v-69b84a8a] {
121
+ .quick-nav .nav-item[data-v-d5ecd44e] {
122
122
  font-size: 12px;
123
123
  line-height: 18px;
124
124
  }
125
125
  }
126
- .quick-nav .nav + .nav[data-v-69b84a8a] {
126
+ .quick-nav .nav + .nav[data-v-d5ecd44e] {
127
127
  margin-left: 88px;
128
128
  }
129
- .friendship-link[data-v-69b84a8a] {
129
+ .friendship-link[data-v-d5ecd44e] {
130
130
  margin-top: 32px;
131
131
  display: flex;
132
132
  justify-content: center;
@@ -134,122 +134,121 @@ a[data-v-69b84a8a]:active {
134
134
  line-height: 18px;
135
135
  }
136
136
  @media (min-width: 1201px) and (max-width: 1680px) {
137
- .friendship-link[data-v-69b84a8a] {
137
+ .friendship-link[data-v-d5ecd44e] {
138
138
  font-size: 12px;
139
139
  line-height: 18px;
140
140
  }
141
141
  }
142
142
  @media (min-width: 841px) and (max-width: 1200px) {
143
- .friendship-link[data-v-69b84a8a] {
143
+ .friendship-link[data-v-d5ecd44e] {
144
144
  font-size: 12px;
145
145
  line-height: 18px;
146
146
  }
147
147
  }
148
148
  @media (min-width: 601px) and (max-width: 840px) {
149
- .friendship-link[data-v-69b84a8a] {
149
+ .friendship-link[data-v-d5ecd44e] {
150
150
  font-size: 12px;
151
151
  line-height: 18px;
152
152
  }
153
153
  }
154
154
  @media (max-width: 600px) {
155
- .friendship-link[data-v-69b84a8a] {
155
+ .friendship-link[data-v-d5ecd44e] {
156
156
  font-size: 12px;
157
157
  line-height: 18px;
158
158
  }
159
159
  }
160
- .friendship-link .friendship-link-title[data-v-69b84a8a] {
160
+ .friendship-link .friendship-link-title[data-v-d5ecd44e] {
161
161
  color: var(--o-color-white);
162
162
  flex-shrink: 0;
163
163
  }
164
- .friendship-link .friendship-link-box[data-v-69b84a8a] {
164
+ .friendship-link .friendship-link-box[data-v-d5ecd44e] {
165
165
  display: flex;
166
166
  align-items: center;
167
167
  flex-wrap: wrap;
168
168
  margin-left: 32px;
169
169
  }
170
- .friendship-link a[data-v-69b84a8a] {
170
+ .friendship-link a[data-v-d5ecd44e] {
171
171
  margin-right: 24px;
172
172
  }
173
- .footer-bottom[data-v-69b84a8a] {
173
+ .footer-bottom[data-v-d5ecd44e] {
174
174
  padding: 16px 0 32px;
175
175
  display: flex;
176
176
  align-items: center;
177
177
  justify-content: space-between;
178
178
  }
179
- .footer-logo img[data-v-69b84a8a] {
179
+ .footer-logo img[data-v-d5ecd44e] {
180
180
  height: 46px;
181
181
  }
182
- .footer-logo .email[data-v-69b84a8a] {
182
+ .footer-logo .email[data-v-d5ecd44e] {
183
183
  color: var(--o-color-white);
184
184
  margin-top: 4px;
185
185
  font-size: 14px;
186
186
  line-height: 22px;
187
187
  }
188
188
  @media (min-width: 1201px) and (max-width: 1680px) {
189
- .footer-logo .email[data-v-69b84a8a] {
189
+ .footer-logo .email[data-v-d5ecd44e] {
190
190
  font-size: 14px;
191
191
  line-height: 18px;
192
192
  }
193
193
  }
194
194
  @media (min-width: 841px) and (max-width: 1200px) {
195
- .footer-logo .email[data-v-69b84a8a] {
195
+ .footer-logo .email[data-v-d5ecd44e] {
196
196
  font-size: 12px;
197
197
  line-height: 18px;
198
198
  }
199
199
  }
200
200
  @media (min-width: 601px) and (max-width: 840px) {
201
- .footer-logo .email[data-v-69b84a8a] {
201
+ .footer-logo .email[data-v-d5ecd44e] {
202
202
  font-size: 12px;
203
203
  line-height: 18px;
204
204
  }
205
205
  }
206
206
  @media (max-width: 600px) {
207
- .footer-logo .email[data-v-69b84a8a] {
207
+ .footer-logo .email[data-v-d5ecd44e] {
208
208
  font-size: 12px;
209
209
  line-height: 18px;
210
210
  }
211
211
  }
212
- .footer-option-item[data-v-69b84a8a] {
212
+ .footer-option-item[data-v-d5ecd44e] {
213
213
  display: flex;
214
214
  align-items: center;
215
215
  justify-content: center;
216
- flex-wrap: wrap;
217
216
  }
218
- .footer-option-item a[data-v-69b84a8a] {
217
+ .footer-option-item a[data-v-d5ecd44e] {
219
218
  color: rgba(var(--o-white), 0.8);
220
219
  font-size: 14px;
221
220
  line-height: 22px;
222
221
  }
223
222
  @media (min-width: 1201px) and (max-width: 1680px) {
224
- .footer-option-item a[data-v-69b84a8a] {
223
+ .footer-option-item a[data-v-d5ecd44e] {
225
224
  font-size: 14px;
226
225
  line-height: 18px;
227
226
  }
228
227
  }
229
228
  @media (min-width: 841px) and (max-width: 1200px) {
230
- .footer-option-item a[data-v-69b84a8a] {
229
+ .footer-option-item a[data-v-d5ecd44e] {
231
230
  font-size: 12px;
232
231
  line-height: 18px;
233
232
  }
234
233
  }
235
234
  @media (min-width: 601px) and (max-width: 840px) {
236
- .footer-option-item a[data-v-69b84a8a] {
235
+ .footer-option-item a[data-v-d5ecd44e] {
237
236
  font-size: 12px;
238
237
  line-height: 18px;
239
238
  }
240
239
  }
241
240
  @media (max-width: 600px) {
242
- .footer-option-item a[data-v-69b84a8a] {
241
+ .footer-option-item a[data-v-d5ecd44e] {
243
242
  font-size: 12px;
244
243
  line-height: 18px;
245
244
  }
246
245
  }
247
- .footer-option-item .o-divider[data-v-69b84a8a] {
246
+ .footer-option-item .o-divider[data-v-d5ecd44e] {
248
247
  height: 12px;
249
248
  --o-divider-label-gap: 0 8px;
250
249
  --o-divider-bd-color: rgba(var(--o-white), 0.6);
251
250
  }
252
- .license[data-v-69b84a8a] {
251
+ .license[data-v-d5ecd44e] {
253
252
  display: flex;
254
253
  align-items: center;
255
254
  justify-content: center;
@@ -259,34 +258,34 @@ a[data-v-69b84a8a]:active {
259
258
  line-height: 22px;
260
259
  }
261
260
  @media (min-width: 1201px) and (max-width: 1680px) {
262
- .license[data-v-69b84a8a] {
261
+ .license[data-v-d5ecd44e] {
263
262
  font-size: 14px;
264
263
  line-height: 18px;
265
264
  }
266
265
  }
267
266
  @media (min-width: 841px) and (max-width: 1200px) {
268
- .license[data-v-69b84a8a] {
267
+ .license[data-v-d5ecd44e] {
269
268
  font-size: 12px;
270
269
  line-height: 18px;
271
270
  }
272
271
  }
273
272
  @media (min-width: 601px) and (max-width: 840px) {
274
- .license[data-v-69b84a8a] {
273
+ .license[data-v-d5ecd44e] {
275
274
  font-size: 12px;
276
275
  line-height: 18px;
277
276
  }
278
277
  }
279
278
  @media (max-width: 600px) {
280
- .license[data-v-69b84a8a] {
279
+ .license[data-v-d5ecd44e] {
281
280
  font-size: 12px;
282
281
  line-height: 18px;
283
282
  }
284
283
  }
285
- .license .license-text[data-v-69b84a8a] {
284
+ .license .license-text[data-v-d5ecd44e] {
286
285
  color: rgba(var(--o-white), 0.6);
287
286
  margin-right: 4px;
288
287
  }
289
- .copyright[data-v-69b84a8a] {
288
+ .copyright[data-v-d5ecd44e] {
290
289
  display: flex;
291
290
  align-items: center;
292
291
  justify-content: center;
@@ -297,179 +296,167 @@ a[data-v-69b84a8a]:active {
297
296
  line-height: 22px;
298
297
  }
299
298
  @media (min-width: 1201px) and (max-width: 1680px) {
300
- .copyright[data-v-69b84a8a] {
299
+ .copyright[data-v-d5ecd44e] {
301
300
  font-size: 14px;
302
301
  line-height: 18px;
303
302
  }
304
303
  }
305
304
  @media (min-width: 841px) and (max-width: 1200px) {
306
- .copyright[data-v-69b84a8a] {
305
+ .copyright[data-v-d5ecd44e] {
307
306
  font-size: 12px;
308
307
  line-height: 18px;
309
308
  }
310
309
  }
311
310
  @media (min-width: 601px) and (max-width: 840px) {
312
- .copyright[data-v-69b84a8a] {
311
+ .copyright[data-v-d5ecd44e] {
313
312
  font-size: 12px;
314
313
  line-height: 18px;
315
314
  }
316
315
  }
317
316
  @media (max-width: 600px) {
318
- .copyright[data-v-69b84a8a] {
317
+ .copyright[data-v-d5ecd44e] {
319
318
  font-size: 12px;
320
319
  line-height: 18px;
321
320
  }
322
321
  }
323
- .copyright .copyright-left[data-v-69b84a8a] {
322
+ .copyright .copyright-left[data-v-d5ecd44e] {
324
323
  display: flex;
325
324
  }
326
- .copyright .filing[data-v-69b84a8a] {
325
+ .copyright .filing[data-v-d5ecd44e] {
327
326
  display: flex;
328
327
  margin-left: 16px;
329
328
  }
330
- .copyright .filing-img[data-v-69b84a8a] {
329
+ .copyright .filing-img[data-v-d5ecd44e] {
331
330
  height: 18px;
332
331
  }
333
- .copyright .beian-info[data-v-69b84a8a] {
332
+ .copyright .beian-info[data-v-d5ecd44e] {
334
333
  margin-left: 4px;
335
334
  }
336
- .footer-right[data-v-69b84a8a] {
335
+ .footer-right[data-v-d5ecd44e] {
337
336
  display: flex;
338
337
  flex-shrink: 0;
339
338
  }
340
- .footer-right .code-pop[data-v-69b84a8a] {
339
+ .footer-right .code-pop[data-v-d5ecd44e] {
341
340
  display: flex;
342
341
  flex-direction: column;
343
342
  align-items: center;
344
343
  }
345
- .footer-right .code-pop img[data-v-69b84a8a] {
344
+ .footer-right .code-pop img[data-v-d5ecd44e] {
346
345
  width: 64px;
347
346
  }
348
- .footer-right .code-pop .txt[data-v-69b84a8a] {
347
+ .footer-right .code-pop .txt[data-v-d5ecd44e] {
349
348
  margin-top: 4px;
350
349
  color: var(--o-color-white);
351
350
  font-size: 14px;
352
351
  line-height: 22px;
353
352
  }
354
353
  @media (min-width: 1201px) and (max-width: 1680px) {
355
- .footer-right .code-pop .txt[data-v-69b84a8a] {
354
+ .footer-right .code-pop .txt[data-v-d5ecd44e] {
356
355
  font-size: 14px;
357
356
  line-height: 18px;
358
357
  }
359
358
  }
360
359
  @media (min-width: 841px) and (max-width: 1200px) {
361
- .footer-right .code-pop .txt[data-v-69b84a8a] {
360
+ .footer-right .code-pop .txt[data-v-d5ecd44e] {
362
361
  font-size: 12px;
363
362
  line-height: 18px;
364
363
  }
365
364
  }
366
365
  @media (min-width: 601px) and (max-width: 840px) {
367
- .footer-right .code-pop .txt[data-v-69b84a8a] {
366
+ .footer-right .code-pop .txt[data-v-d5ecd44e] {
368
367
  font-size: 12px;
369
368
  line-height: 18px;
370
369
  }
371
370
  }
372
371
  @media (max-width: 600px) {
373
- .footer-right .code-pop .txt[data-v-69b84a8a] {
372
+ .footer-right .code-pop .txt[data-v-d5ecd44e] {
374
373
  font-size: 12px;
375
374
  line-height: 18px;
376
375
  }
377
376
  }
378
- .footer-right .code-pop + .code-pop[data-v-69b84a8a] {
377
+ .footer-right .code-pop + .code-pop[data-v-d5ecd44e] {
379
378
  margin-left: 16px;
380
379
  }
381
380
  @media (max-width: 1680px) {
382
- .info[data-v-69b84a8a] {
381
+ .info[data-v-d5ecd44e] {
383
382
  padding: 16px 0 12px;
384
383
  }
385
- .info .info-logo[data-v-69b84a8a] {
384
+ .info .info-logo[data-v-d5ecd44e] {
386
385
  margin-top: 8px;
387
386
  }
388
- .content[data-v-69b84a8a] {
387
+ .content[data-v-d5ecd44e] {
389
388
  padding: 12px 0 8px;
390
389
  }
391
- .friendship-link[data-v-69b84a8a] {
390
+ .friendship-link[data-v-d5ecd44e] {
392
391
  margin-top: 24px;
393
392
  }
394
- .footer-bottom[data-v-69b84a8a] {
393
+ .footer-bottom[data-v-d5ecd44e] {
395
394
  padding: 16px 0 24px;
396
395
  }
397
- .footer-right .code-pop img[data-v-69b84a8a] {
396
+ .footer-right .code-pop img[data-v-d5ecd44e] {
398
397
  width: 56px;
399
398
  }
400
399
  }
401
400
  @media (max-width: 1200px) {
402
- .info[data-v-69b84a8a] {
401
+ .info[data-v-d5ecd44e] {
403
402
  padding: 12px 0 8px;
404
403
  }
405
- .content[data-v-69b84a8a] {
404
+ .content[data-v-d5ecd44e] {
406
405
  padding: 8px 0;
407
406
  }
408
- .quick-nav .nav + .nav[data-v-69b84a8a] {
407
+ .quick-nav .nav + .nav[data-v-d5ecd44e] {
409
408
  margin-left: auto;
410
409
  }
411
- .friendship-link[data-v-69b84a8a] {
410
+ .friendship-link[data-v-d5ecd44e] {
412
411
  margin-top: 16px;
413
412
  }
414
- .footer-bottom[data-v-69b84a8a] {
413
+ .footer-bottom[data-v-d5ecd44e] {
415
414
  padding: 12px 0 16px;
416
415
  }
417
416
  }
418
417
  @media (max-width: 840px) {
419
- .info[data-v-69b84a8a] {
418
+ .info[data-v-d5ecd44e] {
420
419
  padding: 24px 0 16px;
421
420
  }
422
- .info .info-logo[data-v-69b84a8a] {
421
+ .info .info-logo[data-v-d5ecd44e] {
423
422
  height: 30px;
424
423
  margin-top: 12px;
425
424
  }
426
- .content[data-v-69b84a8a] {
425
+ .content[data-v-d5ecd44e] {
427
426
  padding: 16px 0;
428
427
  }
429
- .friendship-link[data-v-69b84a8a] {
428
+ .friendship-link[data-v-d5ecd44e] {
430
429
  margin-top: 0;
431
430
  }
432
- .friendship-link .friendship-link-box[data-v-69b84a8a] {
433
- margin-left: 24px;
431
+ .friendship-link .friendship-link-box[data-v-d5ecd44e] {
432
+ margin-right: 24px;
434
433
  }
435
- .footer-bottom[data-v-69b84a8a] {
434
+ .footer-bottom[data-v-d5ecd44e] {
436
435
  padding: 16px 0 24px;
437
436
  flex-direction: column;
438
437
  }
439
- .copyright[data-v-69b84a8a] {
438
+ .copyright[data-v-d5ecd44e] {
440
439
  flex-direction: column;
441
440
  }
442
- .copyright .copyright-left[data-v-69b84a8a] {
441
+ .copyright .copyright-left[data-v-d5ecd44e] {
443
442
  justify-content: center;
444
443
  flex-wrap: wrap;
445
444
  }
446
- .copyright .filing[data-v-69b84a8a] {
445
+ .copyright .filing[data-v-d5ecd44e] {
447
446
  margin: 4px 0 0;
448
447
  }
449
- .footer-right[data-v-69b84a8a] {
448
+ .footer-right[data-v-d5ecd44e] {
450
449
  margin-top: 24px;
451
450
  }
452
- .footer-right .code-pop img[data-v-69b84a8a] {
451
+ .footer-right .code-pop img[data-v-d5ecd44e] {
453
452
  width: 78px;
454
453
  }
455
- .footer-right .code-pop + .code-pop[data-v-69b84a8a] {
454
+ .footer-right .code-pop + .code-pop[data-v-d5ecd44e] {
456
455
  margin-left: 80px;
457
456
  }
458
457
  }
459
458
  @media (max-width: 600px) {
460
- .friendship-link[data-v-69b84a8a] {
461
- flex-direction: column;
462
- }
463
- .friendship-link .friendship-link-title[data-v-69b84a8a] {
464
- margin-bottom: 8px;
465
- }
466
- .friendship-link .friendship-link-box[data-v-69b84a8a] {
467
- margin-left: 0;
468
- }
469
- .friendship-link a[data-v-69b84a8a] {
470
- margin: 4px 24px 0 0;
471
- }
472
- .footer-right .code-pop + .code-pop[data-v-69b84a8a] {
459
+ .footer-right .code-pop + .code-pop[data-v-d5ecd44e] {
473
460
  margin-left: 60px;
474
461
  }
475
462
  }
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./FooterList.vue2.mjs";
2
2
  import './FooterList.css';
3
3
  import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const FooterList = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-69b84a8a"]]);
4
+ const FooterList = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d5ecd44e"]]);
5
5
  export {
6
6
  FooterList as default
7
7
  };