@zkwq/business 0.0.76 → 0.0.78

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.
@@ -1,47 +1,4 @@
1
- .AppDialog__wrapper.base-dialog__wrapper {
2
- display: flex;
3
- flex-direction: column;
4
- justify-content: center;
5
- overflow-x: hidden;
6
- overflow-y: auto;
7
- }
8
- .AppDialog {
9
- max-height: 100vh;
10
- transition: max-height 0.8s ease, height 0.8s ease;
11
- }
12
- .AppDialog.base-dialog {
13
- margin-top: 0 !important;
14
- margin-bottom: 0 !important;
15
- }
16
- .AppDialog .base-dialog__header {
17
- padding: 0;
18
- }
19
- .AppDialog .base-dialog__body {
20
- padding: 0;
21
- }
22
- .AppDialog--fullPage {
23
- height: 100vh;
24
- }
25
- .AppDialog--fullPage.AppDialog .base-dialog__body {
26
- height: 100%;
27
- }
28
- .AppDialog--fullPage.AppDialog .AppDialog__inner {
29
- height: 100vh;
30
- overflow: visible;
31
- }
32
- .AppDialog--fullPage.AppDialog .AppDialog__content {
33
- height: 100%;
34
- }
35
- .Modal__closeButton {
36
- position: absolute;
37
- top: 8px;
38
- right: -60px;
39
- padding: 12px;
40
- }
41
- .Modal__closeIcon {
42
- vertical-align: top;
43
- fill: #FFF;
44
- }
1
+
45
2
 
46
3
 
47
4
 
@@ -159,4 +116,47 @@
159
116
  .AppDialog__subtitle--left[data-v-47783249] {
160
117
  padding: 0 16px;
161
118
  }
119
+ }.AppDialog__wrapper.base-dialog__wrapper {
120
+ display: flex;
121
+ flex-direction: column;
122
+ justify-content: center;
123
+ overflow-x: hidden;
124
+ overflow-y: auto;
125
+ }
126
+ .AppDialog {
127
+ max-height: 100vh;
128
+ transition: max-height 0.8s ease, height 0.8s ease;
129
+ }
130
+ .AppDialog.base-dialog {
131
+ margin-top: 0 !important;
132
+ margin-bottom: 0 !important;
133
+ }
134
+ .AppDialog .base-dialog__header {
135
+ padding: 0;
136
+ }
137
+ .AppDialog .base-dialog__body {
138
+ padding: 0;
139
+ }
140
+ .AppDialog--fullPage {
141
+ height: 100vh;
142
+ }
143
+ .AppDialog--fullPage.AppDialog .base-dialog__body {
144
+ height: 100%;
145
+ }
146
+ .AppDialog--fullPage.AppDialog .AppDialog__inner {
147
+ height: 100vh;
148
+ overflow: visible;
149
+ }
150
+ .AppDialog--fullPage.AppDialog .AppDialog__content {
151
+ height: 100%;
152
+ }
153
+ .Modal__closeButton {
154
+ position: absolute;
155
+ top: 8px;
156
+ right: -60px;
157
+ padding: 12px;
158
+ }
159
+ .Modal__closeIcon {
160
+ vertical-align: top;
161
+ fill: #FFF;
162
162
  }
@@ -1 +1 @@
1
- .AppDialog__wrapper.base-dialog__wrapper{display:flex;flex-direction:column;justify-content:center;overflow-x:hidden;overflow-y:auto}.AppDialog{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog.base-dialog{margin-top:0!important;margin-bottom:0!important}.AppDialog .base-dialog__header{padding:0}.AppDialog .base-dialog__body{padding:0}.AppDialog--fullPage{height:100vh}.AppDialog--fullPage.AppDialog .base-dialog__body{height:100%}.AppDialog--fullPage.AppDialog .AppDialog__inner{height:100vh;overflow:visible}.AppDialog--fullPage.AppDialog .AppDialog__content{height:100%}.Modal__closeButton{position:absolute;top:8px;right:-60px;padding:12px}.Modal__closeIcon{vertical-align:top;fill:#FFF}[data-v-47783249]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.AppDialog__inner[data-v-47783249]{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog__content[data-v-47783249]{padding:10px 20px 50px}.AppDialog__title[data-v-47783249]{margin-top:40px;font-size:24px;font-weight:500;color:#2f3a91;text-align:center}.AppDialog__subtitle[data-v-47783249]{padding:0 38px;margin-top:4px;font-size:14px;line-height:1.5;color:#8590a6;text-align:center}.AppDialog__title--left[data-v-47783249]{padding:0 20px;font-size:15px;color:#2f3a91;font-weight:600;height:60px;line-height:60px}.AppDialog__subtitle--left[data-v-47783249]{padding:0 20px;font-size:14px;line-height:1;color:#8590a6;text-align:left}@media (max-width:576px){.AppDialog__title--left[data-v-47783249]{padding:20px 16px 10px}.AppDialog__subtitle--left[data-v-47783249]{padding:0 16px}}
1
+ [data-v-47783249]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.AppDialog__inner[data-v-47783249]{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog__content[data-v-47783249]{padding:10px 20px 50px}.AppDialog__title[data-v-47783249]{margin-top:40px;font-size:24px;font-weight:500;color:#2f3a91;text-align:center}.AppDialog__subtitle[data-v-47783249]{padding:0 38px;margin-top:4px;font-size:14px;line-height:1.5;color:#8590a6;text-align:center}.AppDialog__title--left[data-v-47783249]{padding:0 20px;font-size:15px;color:#2f3a91;font-weight:600;height:60px;line-height:60px}.AppDialog__subtitle--left[data-v-47783249]{padding:0 20px;font-size:14px;line-height:1;color:#8590a6;text-align:left}@media (max-width:576px){.AppDialog__title--left[data-v-47783249]{padding:20px 16px 10px}.AppDialog__subtitle--left[data-v-47783249]{padding:0 16px}}.AppDialog__wrapper.base-dialog__wrapper{display:flex;flex-direction:column;justify-content:center;overflow-x:hidden;overflow-y:auto}.AppDialog{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog.base-dialog{margin-top:0!important;margin-bottom:0!important}.AppDialog .base-dialog__header{padding:0}.AppDialog .base-dialog__body{padding:0}.AppDialog--fullPage{height:100vh}.AppDialog--fullPage.AppDialog .base-dialog__body{height:100%}.AppDialog--fullPage.AppDialog .AppDialog__inner{height:100vh;overflow:visible}.AppDialog--fullPage.AppDialog .AppDialog__content{height:100%}.Modal__closeButton{position:absolute;top:8px;right:-60px;padding:12px}.Modal__closeIcon{vertical-align:top;fill:#FFF}
@@ -9,7 +9,7 @@
9
9
 
10
10
 
11
11
 
12
- [data-v-159d7834]:export {
12
+ [data-v-dd21c828]:export {
13
13
  primary: #2F3A91;
14
14
  success: #67C23A;
15
15
  warning: #FF791A;
@@ -72,10 +72,10 @@
72
72
 
73
73
 
74
74
 
75
- .ContentItem.is-en[data-v-159d7834] {
75
+ .ContentItem.is-en[data-v-dd21c828] {
76
76
  font-family: Inter, Roboto, pingfang SC, hiragino sans gb, Apple SD Gothic Neo, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, helvetica neue, arial, microsoft yahei ui, microsoft yahei, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
77
77
  }
78
- .ContentItem__title[data-v-159d7834] {
78
+ .ContentItem__title[data-v-dd21c828] {
79
79
  font-size: 18px;
80
80
  color: #2F3A91;
81
81
  font-weight: 600;
@@ -85,50 +85,50 @@
85
85
  cursor: pointer;
86
86
  transition: color 0.3s;
87
87
  }
88
- .ContentItem__title a[data-v-159d7834] {
88
+ .ContentItem__title a[data-v-dd21c828] {
89
89
  display: inline-block;
90
90
  }
91
- .ContentItem__title[data-v-159d7834]:hover {
91
+ .ContentItem__title[data-v-dd21c828]:hover {
92
92
  color: rgba(47, 58, 145, 0.75);
93
93
  }
94
- .ContentItem__author[data-v-159d7834] {
94
+ .ContentItem__author[data-v-dd21c828] {
95
95
  margin-top: 6px;
96
96
  }
97
- .ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-159d7834] {
97
+ .ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-dd21c828] {
98
98
  cursor: auto;
99
99
  }
100
- .ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-159d7834]:hover {
100
+ .ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-dd21c828]:hover {
101
101
  border: none;
102
102
  color: #646464;
103
103
  }
104
- .MetaText[data-v-159d7834] {
104
+ .MetaText[data-v-dd21c828] {
105
105
  color: #8590a6;
106
106
  font-size: 14px;
107
107
  }
108
- .MetaText.is-en[data-v-159d7834] {
108
+ .MetaText.is-en[data-v-dd21c828] {
109
109
  margin-right: 10px;
110
110
  }
111
- .ContentItem__meta[data-v-159d7834] {
111
+ .ContentItem__meta[data-v-dd21c828] {
112
112
  margin-top: 8px;
113
113
  }
114
- .ContentItem__titleText[data-v-159d7834] {
114
+ .ContentItem__titleText[data-v-dd21c828] {
115
115
  margin-right: 10px;
116
116
  }
117
- .ContentItem__status[data-v-159d7834] {
117
+ .ContentItem__status[data-v-dd21c828] {
118
118
  font-size: 14px;
119
119
  margin: 0 4px 0 -4px;
120
120
  vertical-align: 1px;
121
121
  }
122
- .ContentItem__abstracts[data-v-159d7834] {
122
+ .ContentItem__abstracts[data-v-dd21c828] {
123
123
  margin-top: 10px;
124
124
  color: #8590a6;
125
125
  }
126
- .Keywords[data-v-159d7834] {
126
+ .Keywords[data-v-dd21c828] {
127
127
  display: flex;
128
128
  flex-wrap: wrap;
129
129
  line-height: 1.7;
130
130
  }
131
- .Keyword[data-v-159d7834] {
131
+ .Keyword[data-v-dd21c828] {
132
132
  font-size: 14px;
133
133
  color: #646464;
134
134
  cursor: pointer;
@@ -137,181 +137,181 @@
137
137
  word-break: break-word;
138
138
  height: 24px;
139
139
  }
140
- .Keyword[data-v-159d7834]:hover {
140
+ .Keyword[data-v-dd21c828]:hover {
141
141
  border-bottom: 1px dotted #444;
142
142
  color: #2F3A91;
143
143
  }
144
- .KeywordMore[data-v-159d7834] {
144
+ .KeywordMore[data-v-dd21c828] {
145
145
  font-size: 14px;
146
146
  color: #8590a6;
147
147
  cursor: pointer;
148
148
  }
149
- .KeywordMore[data-v-159d7834]:hover {
149
+ .KeywordMore[data-v-dd21c828]:hover {
150
150
  opacity: 0.8;
151
151
  }
152
- .AuthorInfo[data-v-159d7834] {
152
+ .AuthorInfo[data-v-dd21c828] {
153
153
  display: flex;
154
154
  }
155
- .AuthorInfo .base-icon-s-custom[data-v-159d7834] {
155
+ .AuthorInfo .base-icon-s-custom[data-v-dd21c828] {
156
156
  color: #8590a6;
157
157
  padding-top: 5px;
158
158
  margin-right: 10px;
159
159
  font-size: 15px;
160
160
  transition: color 0.3s;
161
161
  }
162
- .AuthorInfo .base-icon-s-custom[data-v-159d7834]:hover {
162
+ .AuthorInfo .base-icon-s-custom[data-v-dd21c828]:hover {
163
163
  color: #2F3A91;
164
164
  }
165
- .AuthorInfo__content[data-v-159d7834] {
165
+ .AuthorInfo__content[data-v-dd21c828] {
166
166
  flex: 1;
167
167
  overflow: hidden;
168
168
  display: inline-block;
169
169
  line-height: 1.7;
170
170
  }
171
- .AuthorInfo__content .Button--more[data-v-159d7834] {
171
+ .AuthorInfo__content .Button--more[data-v-dd21c828] {
172
172
  margin-left: 6px;
173
173
  }
174
- .AuthorInfo__content .Dot[data-v-159d7834] {
174
+ .AuthorInfo__content .Dot[data-v-dd21c828] {
175
175
  font-weight: 600;
176
176
  margin: 0 4px 0 0 !important;
177
177
  }
178
- .AuthorInfo__extra[data-v-159d7834] {
178
+ .AuthorInfo__extra[data-v-dd21c828] {
179
179
  font-size: 12px;
180
180
  padding: 0 6px 0 0;
181
181
  color: #8590a6;
182
182
  cursor: pointer;
183
183
  font-weight: 600;
184
184
  }
185
- .AuthorInfo__extra[data-v-159d7834]:hover {
185
+ .AuthorInfo__extra[data-v-dd21c828]:hover {
186
186
  opacity: 0.8;
187
187
  }
188
- .AuthorInfo__avatar[data-v-159d7834] {
188
+ .AuthorInfo__avatar[data-v-dd21c828] {
189
189
  vertical-align: top;
190
190
  }
191
- .AuthorInfo__name[data-v-159d7834] {
191
+ .AuthorInfo__name[data-v-dd21c828] {
192
192
  font-weight: 600;
193
193
  margin-right: 6px;
194
194
  font-size: 15px;
195
195
  }
196
- .AuthorInfo__name.AuthorInfo__name--light[data-v-159d7834] {
196
+ .AuthorInfo__name.AuthorInfo__name--light[data-v-dd21c828] {
197
197
  font-weight: 500;
198
198
  }
199
- .ContentItem__label[data-v-159d7834] {
199
+ .ContentItem__label[data-v-dd21c828] {
200
200
  color: #8590a6;
201
- margin-right: 4px;
201
+ margin-right: 6px;
202
202
  }
203
- .ContentItem__comma[data-v-159d7834] {
203
+ .ContentItem__comma[data-v-dd21c828] {
204
204
  color: #8590a6;
205
- margin-right: 2px;
205
+ margin-right: 6px;
206
206
  }
207
- .ContentItem__source .ContentItem__comma[data-v-159d7834] {
208
- margin-right: 2px;
207
+ .ContentItem__source .ContentItem__comma[data-v-dd21c828] {
208
+ margin-left: 6px;
209
209
  }
210
- .BookAuthor .AuthorInfo__nameText[data-v-159d7834] {
210
+ .BookAuthor .AuthorInfo__nameText[data-v-dd21c828] {
211
211
  cursor: default;
212
212
  }
213
- .AuthorInfo__nameText[data-v-159d7834] {
213
+ .AuthorInfo__nameText[data-v-dd21c828] {
214
214
  cursor: pointer;
215
215
  transition: all 0.3s;
216
216
  color: #646464;
217
217
  }
218
- .AuthorInfo__nameText[data-v-159d7834]:hover {
218
+ .AuthorInfo__nameText[data-v-dd21c828]:hover {
219
219
  border-bottom: 1px dotted #646464;
220
220
  color: #2F3A91;
221
221
  }
222
- .AuthorInfo__nameText.is-disabled[data-v-159d7834] {
222
+ .AuthorInfo__nameText.is-disabled[data-v-dd21c828] {
223
223
  cursor: auto;
224
224
  }
225
- .AuthorInfo__nameText.is-disabled[data-v-159d7834]:hover {
225
+ .AuthorInfo__nameText.is-disabled[data-v-dd21c828]:hover {
226
226
  border: none;
227
227
  color: #646464;
228
228
  }
229
- .ContentItem__source[data-v-159d7834] {
229
+ .ContentItem__source[data-v-dd21c828] {
230
230
  font-weight: 500;
231
231
  color: #646464;
232
232
  font-size: 15px;
233
233
  }
234
- .ContentItem__source .Keyword[data-v-159d7834] {
234
+ .ContentItem__source .Keyword[data-v-dd21c828] {
235
235
  background-color: #fff2e8 !important;
236
236
  color: #ff791a !important;
237
237
  }
238
- .ContentItem__source .Keyword.is-last[data-v-159d7834] {
238
+ .ContentItem__source .Keyword.is-last[data-v-dd21c828] {
239
239
  margin-right: 3px !important;
240
240
  }
241
- .ContentItem__metaSource[data-v-159d7834] {
241
+ .ContentItem__metaSource[data-v-dd21c828] {
242
242
  transition: all 0.3s;
243
243
  cursor: pointer;
244
244
  }
245
- .ContentItem__metaSource[data-v-159d7834]:hover {
245
+ .ContentItem__metaSource[data-v-dd21c828]:hover {
246
246
  color: #2F3A91;
247
247
  border-bottom: 1px dotted #646464;
248
248
  }
249
- .RichContent[data-v-159d7834] {
249
+ .RichContent[data-v-dd21c828] {
250
250
  line-height: 1.6;
251
251
  }
252
- .RichContent[data-v-159d7834]::after {
252
+ .RichContent[data-v-dd21c828]::after {
253
253
  display: block;
254
254
  content: "";
255
255
  clear: both;
256
256
  }
257
- .RichContent .RichText[data-v-159d7834] {
257
+ .RichContent .RichText[data-v-dd21c828] {
258
258
  margin-right: 4px;
259
259
  }
260
- .RichContent.is-collapsed[data-v-159d7834] {
260
+ .RichContent.is-collapsed[data-v-dd21c828] {
261
261
  cursor: pointer;
262
262
  transition: color 0.14s ease-out;
263
263
  }
264
- .RichContent__inner[data-v-159d7834] {
264
+ .RichContent__inner[data-v-dd21c828] {
265
265
  font-size: 15px;
266
266
  overflow: hidden;
267
267
  }
268
- .RichText[data-v-159d7834] {
268
+ .RichText[data-v-dd21c828] {
269
269
  word-break: break-word;
270
270
  line-height: 1.6;
271
271
  }
272
- .RichContent.is-collapsed .RichText[data-v-159d7834] {
272
+ .RichContent.is-collapsed .RichText[data-v-dd21c828] {
273
273
  pointer-events: none;
274
274
  }
275
- .RichContent.is-collapsed:not(.RichContent--unescapable) .RichText[data-v-159d7834] {
275
+ .RichContent.is-collapsed:not(.RichContent--unescapable) .RichText[data-v-dd21c828] {
276
276
  white-space: normal;
277
277
  }
278
- .RichContent.is-collapsed .RichContent__inner[data-v-159d7834]:hover {
278
+ .RichContent.is-collapsed .RichContent__inner[data-v-dd21c828]:hover {
279
279
  color: #646464;
280
280
  }
281
- .ContentItem__more[data-v-159d7834] {
281
+ .ContentItem__more[data-v-dd21c828] {
282
282
  height: auto;
283
283
  padding: 0;
284
284
  color: #2F3A91;
285
285
  }
286
- .ContentItem__more[data-v-159d7834]:hover, .ContentItem__more[data-v-159d7834]:focus {
286
+ .ContentItem__more[data-v-dd21c828]:hover, .ContentItem__more[data-v-dd21c828]:focus {
287
287
  color: rgba(47, 58, 145, 0.75);
288
288
  background-color: transparent !important;
289
289
  border-color: transparent !important;
290
290
  }
291
- .ContentItem__more .Icon[data-v-159d7834] {
291
+ .ContentItem__more .Icon[data-v-dd21c828] {
292
292
  fill: currentColor;
293
293
  }
294
- .ContentItem__less[data-v-159d7834] {
294
+ .ContentItem__less[data-v-dd21c828] {
295
295
  height: auto;
296
296
  padding: 0;
297
297
  margin-left: 0;
298
298
  color: #2F3A91;
299
299
  }
300
- .ContentItem__less[data-v-159d7834]:hover, .ContentItem__less[data-v-159d7834]:focus {
300
+ .ContentItem__less[data-v-dd21c828]:hover, .ContentItem__less[data-v-dd21c828]:focus {
301
301
  color: rgba(47, 58, 145, 0.75);
302
302
  background-color: transparent !important;
303
303
  border-color: transparent !important;
304
304
  }
305
- .ContentItem__keywords[data-v-159d7834] {
305
+ .ContentItem__keywords[data-v-dd21c828] {
306
306
  margin-top: 8px;
307
307
  }
308
- .PatentMetaList[data-v-159d7834] {
308
+ .PatentMetaList[data-v-dd21c828] {
309
309
  display: flex;
310
310
  width: 100%;
311
311
  border: 1px solid #EBEBEB;
312
312
  padding: 10px;
313
313
  }
314
- .PatentMetaListItem[data-v-159d7834] {
314
+ .PatentMetaListItem[data-v-dd21c828] {
315
315
  flex: 1;
316
316
  color: #8590a6;
317
317
  line-height: 1.5;
@@ -321,26 +321,26 @@
321
321
  align-items: center;
322
322
  justify-content: center;
323
323
  }
324
- .PatentMetaListItem > div[data-v-159d7834] {
324
+ .PatentMetaListItem > div[data-v-dd21c828] {
325
325
  text-align: left;
326
326
  }
327
- .PatentMetaListItem + .PatentMetaListItem[data-v-159d7834] {
327
+ .PatentMetaListItem + .PatentMetaListItem[data-v-dd21c828] {
328
328
  border-left: 1px solid #eaebf4;
329
329
  }
330
- .ContentItem__links[data-v-159d7834] {
330
+ .ContentItem__links[data-v-dd21c828] {
331
331
  display: flex;
332
332
  flex-wrap: wrap;
333
333
  margin-top: 10px;
334
334
  margin-bottom: -10px;
335
335
  }
336
- .ContentItem__links .MetaText[data-v-159d7834] {
336
+ .ContentItem__links .MetaText[data-v-dd21c828] {
337
337
  line-height: 36px;
338
338
  }
339
- .ContentItem__links .base-icon-s-promotion[data-v-159d7834] {
339
+ .ContentItem__links .base-icon-s-promotion[data-v-dd21c828] {
340
340
  margin-right: 10px;
341
341
  color: #2F3A91;
342
342
  }
343
- .ContentItem__link[data-v-159d7834] {
343
+ .ContentItem__link[data-v-dd21c828] {
344
344
  padding: 6px 14px;
345
345
  margin-bottom: 10px;
346
346
  box-sizing: border-box;
@@ -357,12 +357,12 @@
357
357
  transition: all 0.3s;
358
358
  margin-right: 16px;
359
359
  }
360
- .ContentItem__link[data-v-159d7834]:hover {
360
+ .ContentItem__link[data-v-dd21c828]:hover {
361
361
  color: #2F3A91;
362
362
  background: #f3f5f8;
363
363
  box-shadow: inset 8px 8px 20px 0 rgba(55, 99, 170, 0.11), inset -8px -8px 20px 0 #fff;
364
364
  }
365
- .ContentItem__linkDot[data-v-159d7834] {
365
+ .ContentItem__linkDot[data-v-dd21c828] {
366
366
  width: 10px;
367
367
  height: 10px;
368
368
  border-radius: 50%;
@@ -370,13 +370,13 @@
370
370
  margin-right: 6px;
371
371
  display: inline-block;
372
372
  }
373
- .ContentItem__linkLogo[data-v-159d7834] {
373
+ .ContentItem__linkLogo[data-v-dd21c828] {
374
374
  width: 20px;
375
375
  height: 20px;
376
376
  border-radius: 50%;
377
377
  margin-right: 6px;
378
378
  }
379
- .ContentItem__linkDotMeta[data-v-159d7834] {
379
+ .ContentItem__linkDotMeta[data-v-dd21c828] {
380
380
  margin-left: auto;
381
381
  display: inline-block;
382
382
  font-weight: 600;
@@ -385,7 +385,7 @@
385
385
  margin-bottom: 6px;
386
386
  padding-top: 4px;
387
387
  }
388
- .ContentItem__pdf[data-v-159d7834] {
388
+ .ContentItem__pdf[data-v-dd21c828] {
389
389
  vertical-align: -2px;
390
390
  display: inline-block;
391
391
  margin-right: 10px;
@@ -1 +1 @@
1
- [data-v-159d7834]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.ContentItem.is-en[data-v-159d7834]{font-family:Inter,Roboto,pingfang SC,hiragino sans gb,Apple SD Gothic Neo,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif,helvetica neue,arial,microsoft yahei ui,microsoft yahei,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.ContentItem__title[data-v-159d7834]{font-size:18px;color:#2f3a91;font-weight:600;font-synthesis:style;line-height:1.6;word-break:break-word;cursor:pointer;transition:color .3s}.ContentItem__title a[data-v-159d7834]{display:inline-block}.ContentItem__title[data-v-159d7834]:hover{color:rgba(47,58,145,.75)}.ContentItem__author[data-v-159d7834]{margin-top:6px}.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-159d7834]{cursor:auto}.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-159d7834]:hover{border:none;color:#646464}.MetaText[data-v-159d7834]{color:#8590a6;font-size:14px}.MetaText.is-en[data-v-159d7834]{margin-right:10px}.ContentItem__meta[data-v-159d7834]{margin-top:8px}.ContentItem__titleText[data-v-159d7834]{margin-right:10px}.ContentItem__status[data-v-159d7834]{font-size:14px;margin:0 4px 0 -4px;vertical-align:1px}.ContentItem__abstracts[data-v-159d7834]{margin-top:10px;color:#8590a6}.Keywords[data-v-159d7834]{display:flex;flex-wrap:wrap;line-height:1.7}.Keyword[data-v-159d7834]{font-size:14px;color:#646464;cursor:pointer;margin-right:10px;transition:all .3s;word-break:break-word;height:24px}.Keyword[data-v-159d7834]:hover{border-bottom:1px dotted #444;color:#2f3a91}.KeywordMore[data-v-159d7834]{font-size:14px;color:#8590a6;cursor:pointer}.KeywordMore[data-v-159d7834]:hover{opacity:.8}.AuthorInfo[data-v-159d7834]{display:flex}.AuthorInfo .base-icon-s-custom[data-v-159d7834]{color:#8590a6;padding-top:5px;margin-right:10px;font-size:15px;transition:color .3s}.AuthorInfo .base-icon-s-custom[data-v-159d7834]:hover{color:#2f3a91}.AuthorInfo__content[data-v-159d7834]{flex:1;overflow:hidden;display:inline-block;line-height:1.7}.AuthorInfo__content .Button--more[data-v-159d7834]{margin-left:6px}.AuthorInfo__content .Dot[data-v-159d7834]{font-weight:600;margin:0 4px 0 0!important}.AuthorInfo__extra[data-v-159d7834]{font-size:12px;padding:0 6px 0 0;color:#8590a6;cursor:pointer;font-weight:600}.AuthorInfo__extra[data-v-159d7834]:hover{opacity:.8}.AuthorInfo__avatar[data-v-159d7834]{vertical-align:top}.AuthorInfo__name[data-v-159d7834]{font-weight:600;margin-right:6px;font-size:15px}.AuthorInfo__name.AuthorInfo__name--light[data-v-159d7834]{font-weight:500}.ContentItem__label[data-v-159d7834]{color:#8590a6;margin-right:4px}.ContentItem__comma[data-v-159d7834]{color:#8590a6;margin-right:2px}.ContentItem__source .ContentItem__comma[data-v-159d7834]{margin-right:2px}.BookAuthor .AuthorInfo__nameText[data-v-159d7834]{cursor:default}.AuthorInfo__nameText[data-v-159d7834]{cursor:pointer;transition:all .3s;color:#646464}.AuthorInfo__nameText[data-v-159d7834]:hover{border-bottom:1px dotted #646464;color:#2f3a91}.AuthorInfo__nameText.is-disabled[data-v-159d7834]{cursor:auto}.AuthorInfo__nameText.is-disabled[data-v-159d7834]:hover{border:none;color:#646464}.ContentItem__source[data-v-159d7834]{font-weight:500;color:#646464;font-size:15px}.ContentItem__source .Keyword[data-v-159d7834]{background-color:#fff2e8!important;color:#ff791a!important}.ContentItem__source .Keyword.is-last[data-v-159d7834]{margin-right:3px!important}.ContentItem__metaSource[data-v-159d7834]{transition:all .3s;cursor:pointer}.ContentItem__metaSource[data-v-159d7834]:hover{color:#2f3a91;border-bottom:1px dotted #646464}.RichContent[data-v-159d7834]{line-height:1.6}.RichContent[data-v-159d7834]::after{display:block;content:"";clear:both}.RichContent .RichText[data-v-159d7834]{margin-right:4px}.RichContent.is-collapsed[data-v-159d7834]{cursor:pointer;transition:color .14s ease-out}.RichContent__inner[data-v-159d7834]{font-size:15px;overflow:hidden}.RichText[data-v-159d7834]{word-break:break-word;line-height:1.6}.RichContent.is-collapsed .RichText[data-v-159d7834]{pointer-events:none}.RichContent.is-collapsed:not(.RichContent--unescapable) .RichText[data-v-159d7834]{white-space:normal}.RichContent.is-collapsed .RichContent__inner[data-v-159d7834]:hover{color:#646464}.ContentItem__more[data-v-159d7834]{height:auto;padding:0;color:#2f3a91}.ContentItem__more[data-v-159d7834]:focus,.ContentItem__more[data-v-159d7834]:hover{color:rgba(47,58,145,.75);background-color:transparent!important;border-color:transparent!important}.ContentItem__more .Icon[data-v-159d7834]{fill:currentColor}.ContentItem__less[data-v-159d7834]{height:auto;padding:0;margin-left:0;color:#2f3a91}.ContentItem__less[data-v-159d7834]:focus,.ContentItem__less[data-v-159d7834]:hover{color:rgba(47,58,145,.75);background-color:transparent!important;border-color:transparent!important}.ContentItem__keywords[data-v-159d7834]{margin-top:8px}.PatentMetaList[data-v-159d7834]{display:flex;width:100%;border:1px solid #ebebeb;padding:10px}.PatentMetaListItem[data-v-159d7834]{flex:1;color:#8590a6;line-height:1.5;font-size:15px;text-align:center;display:flex;align-items:center;justify-content:center}.PatentMetaListItem>div[data-v-159d7834]{text-align:left}.PatentMetaListItem+.PatentMetaListItem[data-v-159d7834]{border-left:1px solid #eaebf4}.ContentItem__links[data-v-159d7834]{display:flex;flex-wrap:wrap;margin-top:10px;margin-bottom:-10px}.ContentItem__links .MetaText[data-v-159d7834]{line-height:36px}.ContentItem__links .base-icon-s-promotion[data-v-159d7834]{margin-right:10px;color:#2f3a91}.ContentItem__link[data-v-159d7834]{padding:6px 14px;margin-bottom:10px;box-sizing:border-box;border-radius:4px;display:flex;align-items:center;justify-content:center;-webkit-font-smoothing:antialiased;cursor:pointer;color:#121212;background-image:linear-gradient(0deg,#fff,#f3f5f8);border:2px solid #fff;box-shadow:8px 8px 20px 0 rgba(55,99,170,.1),-8px -8px 20px 0 #fff,inset 0 4px 20px 0 hsla(0,0%,100%,.5);transition:all .3s;margin-right:16px}.ContentItem__link[data-v-159d7834]:hover{color:#2f3a91;background:#f3f5f8;box-shadow:inset 8px 8px 20px 0 rgba(55,99,170,.11),inset -8px -8px 20px 0 #fff}.ContentItem__linkDot[data-v-159d7834]{width:10px;height:10px;border-radius:50%;background-color:#67c23a;margin-right:6px;display:inline-block}.ContentItem__linkLogo[data-v-159d7834]{width:20px;height:20px;border-radius:50%;margin-right:6px}.ContentItem__linkDotMeta[data-v-159d7834]{margin-left:auto;display:inline-block;font-weight:600;font-size:12px;color:#121212;margin-bottom:6px;padding-top:4px}.ContentItem__pdf[data-v-159d7834]{vertical-align:-2px;display:inline-block;margin-right:10px}
1
+ [data-v-dd21c828]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.ContentItem.is-en[data-v-dd21c828]{font-family:Inter,Roboto,pingfang SC,hiragino sans gb,Apple SD Gothic Neo,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif,helvetica neue,arial,microsoft yahei ui,microsoft yahei,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.ContentItem__title[data-v-dd21c828]{font-size:18px;color:#2f3a91;font-weight:600;font-synthesis:style;line-height:1.6;word-break:break-word;cursor:pointer;transition:color .3s}.ContentItem__title a[data-v-dd21c828]{display:inline-block}.ContentItem__title[data-v-dd21c828]:hover{color:rgba(47,58,145,.75)}.ContentItem__author[data-v-dd21c828]{margin-top:6px}.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-dd21c828]{cursor:auto}.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-dd21c828]:hover{border:none;color:#646464}.MetaText[data-v-dd21c828]{color:#8590a6;font-size:14px}.MetaText.is-en[data-v-dd21c828]{margin-right:10px}.ContentItem__meta[data-v-dd21c828]{margin-top:8px}.ContentItem__titleText[data-v-dd21c828]{margin-right:10px}.ContentItem__status[data-v-dd21c828]{font-size:14px;margin:0 4px 0 -4px;vertical-align:1px}.ContentItem__abstracts[data-v-dd21c828]{margin-top:10px;color:#8590a6}.Keywords[data-v-dd21c828]{display:flex;flex-wrap:wrap;line-height:1.7}.Keyword[data-v-dd21c828]{font-size:14px;color:#646464;cursor:pointer;margin-right:10px;transition:all .3s;word-break:break-word;height:24px}.Keyword[data-v-dd21c828]:hover{border-bottom:1px dotted #444;color:#2f3a91}.KeywordMore[data-v-dd21c828]{font-size:14px;color:#8590a6;cursor:pointer}.KeywordMore[data-v-dd21c828]:hover{opacity:.8}.AuthorInfo[data-v-dd21c828]{display:flex}.AuthorInfo .base-icon-s-custom[data-v-dd21c828]{color:#8590a6;padding-top:5px;margin-right:10px;font-size:15px;transition:color .3s}.AuthorInfo .base-icon-s-custom[data-v-dd21c828]:hover{color:#2f3a91}.AuthorInfo__content[data-v-dd21c828]{flex:1;overflow:hidden;display:inline-block;line-height:1.7}.AuthorInfo__content .Button--more[data-v-dd21c828]{margin-left:6px}.AuthorInfo__content .Dot[data-v-dd21c828]{font-weight:600;margin:0 4px 0 0!important}.AuthorInfo__extra[data-v-dd21c828]{font-size:12px;padding:0 6px 0 0;color:#8590a6;cursor:pointer;font-weight:600}.AuthorInfo__extra[data-v-dd21c828]:hover{opacity:.8}.AuthorInfo__avatar[data-v-dd21c828]{vertical-align:top}.AuthorInfo__name[data-v-dd21c828]{font-weight:600;margin-right:6px;font-size:15px}.AuthorInfo__name.AuthorInfo__name--light[data-v-dd21c828]{font-weight:500}.ContentItem__label[data-v-dd21c828]{color:#8590a6;margin-right:6px}.ContentItem__comma[data-v-dd21c828]{color:#8590a6;margin-right:6px}.ContentItem__source .ContentItem__comma[data-v-dd21c828]{margin-left:6px}.BookAuthor .AuthorInfo__nameText[data-v-dd21c828]{cursor:default}.AuthorInfo__nameText[data-v-dd21c828]{cursor:pointer;transition:all .3s;color:#646464}.AuthorInfo__nameText[data-v-dd21c828]:hover{border-bottom:1px dotted #646464;color:#2f3a91}.AuthorInfo__nameText.is-disabled[data-v-dd21c828]{cursor:auto}.AuthorInfo__nameText.is-disabled[data-v-dd21c828]:hover{border:none;color:#646464}.ContentItem__source[data-v-dd21c828]{font-weight:500;color:#646464;font-size:15px}.ContentItem__source .Keyword[data-v-dd21c828]{background-color:#fff2e8!important;color:#ff791a!important}.ContentItem__source .Keyword.is-last[data-v-dd21c828]{margin-right:3px!important}.ContentItem__metaSource[data-v-dd21c828]{transition:all .3s;cursor:pointer}.ContentItem__metaSource[data-v-dd21c828]:hover{color:#2f3a91;border-bottom:1px dotted #646464}.RichContent[data-v-dd21c828]{line-height:1.6}.RichContent[data-v-dd21c828]::after{display:block;content:"";clear:both}.RichContent .RichText[data-v-dd21c828]{margin-right:4px}.RichContent.is-collapsed[data-v-dd21c828]{cursor:pointer;transition:color .14s ease-out}.RichContent__inner[data-v-dd21c828]{font-size:15px;overflow:hidden}.RichText[data-v-dd21c828]{word-break:break-word;line-height:1.6}.RichContent.is-collapsed .RichText[data-v-dd21c828]{pointer-events:none}.RichContent.is-collapsed:not(.RichContent--unescapable) .RichText[data-v-dd21c828]{white-space:normal}.RichContent.is-collapsed .RichContent__inner[data-v-dd21c828]:hover{color:#646464}.ContentItem__more[data-v-dd21c828]{height:auto;padding:0;color:#2f3a91}.ContentItem__more[data-v-dd21c828]:focus,.ContentItem__more[data-v-dd21c828]:hover{color:rgba(47,58,145,.75);background-color:transparent!important;border-color:transparent!important}.ContentItem__more .Icon[data-v-dd21c828]{fill:currentColor}.ContentItem__less[data-v-dd21c828]{height:auto;padding:0;margin-left:0;color:#2f3a91}.ContentItem__less[data-v-dd21c828]:focus,.ContentItem__less[data-v-dd21c828]:hover{color:rgba(47,58,145,.75);background-color:transparent!important;border-color:transparent!important}.ContentItem__keywords[data-v-dd21c828]{margin-top:8px}.PatentMetaList[data-v-dd21c828]{display:flex;width:100%;border:1px solid #ebebeb;padding:10px}.PatentMetaListItem[data-v-dd21c828]{flex:1;color:#8590a6;line-height:1.5;font-size:15px;text-align:center;display:flex;align-items:center;justify-content:center}.PatentMetaListItem>div[data-v-dd21c828]{text-align:left}.PatentMetaListItem+.PatentMetaListItem[data-v-dd21c828]{border-left:1px solid #eaebf4}.ContentItem__links[data-v-dd21c828]{display:flex;flex-wrap:wrap;margin-top:10px;margin-bottom:-10px}.ContentItem__links .MetaText[data-v-dd21c828]{line-height:36px}.ContentItem__links .base-icon-s-promotion[data-v-dd21c828]{margin-right:10px;color:#2f3a91}.ContentItem__link[data-v-dd21c828]{padding:6px 14px;margin-bottom:10px;box-sizing:border-box;border-radius:4px;display:flex;align-items:center;justify-content:center;-webkit-font-smoothing:antialiased;cursor:pointer;color:#121212;background-image:linear-gradient(0deg,#fff,#f3f5f8);border:2px solid #fff;box-shadow:8px 8px 20px 0 rgba(55,99,170,.1),-8px -8px 20px 0 #fff,inset 0 4px 20px 0 hsla(0,0%,100%,.5);transition:all .3s;margin-right:16px}.ContentItem__link[data-v-dd21c828]:hover{color:#2f3a91;background:#f3f5f8;box-shadow:inset 8px 8px 20px 0 rgba(55,99,170,.11),inset -8px -8px 20px 0 #fff}.ContentItem__linkDot[data-v-dd21c828]{width:10px;height:10px;border-radius:50%;background-color:#67c23a;margin-right:6px;display:inline-block}.ContentItem__linkLogo[data-v-dd21c828]{width:20px;height:20px;border-radius:50%;margin-right:6px}.ContentItem__linkDotMeta[data-v-dd21c828]{margin-left:auto;display:inline-block;font-weight:600;font-size:12px;color:#121212;margin-bottom:6px;padding-top:4px}.ContentItem__pdf[data-v-dd21c828]{vertical-align:-2px;display:inline-block;margin-right:10px}