@zkwq/business 0.1.37 → 0.1.38
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/css/AuthorX.css +3 -3
- package/dist/css/AuthorX.min.css +1 -1
- package/dist/css/ReadableItem.css +71 -71
- package/dist/css/ReadableItem.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +2 -35
- package/dist/index.min.css +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.umd.cjs +4 -4
- package/dist/index.umd.min.cjs +2 -2
- package/package.json +1 -1
package/dist/css/AuthorX.css
CHANGED
package/dist/css/AuthorX.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
[data-v-33b636d4]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__warp[data-v-33b636d4]+.base-form-item__error.is-required{top:16px;right:0;width:auto;left:auto;text-align:right}.Author__warp[data-v-33b636d4]{width:100%;height:auto;overflow:hidden}.Form__item[data-v-33b636d4]{width:100%;height:80px;display:flex;align-items:flex-start;margin-top:16px}.Form__author[data-v-33b636d4]{position:relative;margin-right:16px;width:100%}.FormItem__tip[data-v-33b636d4]{position:absolute;top:40px;color:#8590a6}.Author__list[data-v-33b636d4]{width:auto;overflow:hidden;margin:8px;padding:8px;height:auto;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.Author__list [data-v-33b636d4]{line-height:30px}.Author__list[data-v-33b636d4]:hover{background-color:#f6f6f6;border-radius:4px}.Author__list--contro[data-v-33b636d4]{width:auto;display:flex;justify-content:space-between}.Author__list--contro span[data-v-33b636d4]{cursor:pointer}.add_author[data-v-33b636d4]{cursor:pointer}.add_author[data-v-33b636d4]:hover{color:#2f3a91}.Author__custom--popper{min-width:600px}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
[data-v-
|
|
12
|
+
[data-v-29863821]: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-
|
|
75
|
+
.ContentItem.is-en[data-v-29863821] {
|
|
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-
|
|
78
|
+
.ContentItem__title[data-v-29863821] {
|
|
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-
|
|
88
|
+
.ContentItem__title a[data-v-29863821] {
|
|
89
89
|
display: inline-block;
|
|
90
90
|
}
|
|
91
|
-
.ContentItem__title[data-v-
|
|
91
|
+
.ContentItem__title[data-v-29863821]:hover {
|
|
92
92
|
color: rgba(47, 58, 145, 0.75);
|
|
93
93
|
}
|
|
94
|
-
.ContentItem__author[data-v-
|
|
94
|
+
.ContentItem__author[data-v-29863821] {
|
|
95
95
|
margin-top: 6px;
|
|
96
96
|
}
|
|
97
|
-
.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-
|
|
97
|
+
.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-29863821] {
|
|
98
98
|
cursor: auto;
|
|
99
99
|
}
|
|
100
|
-
.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-
|
|
100
|
+
.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-29863821]:hover {
|
|
101
101
|
border: none;
|
|
102
102
|
color: #646464;
|
|
103
103
|
}
|
|
104
|
-
.MetaText[data-v-
|
|
104
|
+
.MetaText[data-v-29863821] {
|
|
105
105
|
color: #8590a6;
|
|
106
106
|
font-size: 14px;
|
|
107
107
|
}
|
|
108
|
-
.MetaText.is-en[data-v-
|
|
108
|
+
.MetaText.is-en[data-v-29863821] {
|
|
109
109
|
margin-right: 10px;
|
|
110
110
|
}
|
|
111
|
-
.ContentItem__meta[data-v-
|
|
111
|
+
.ContentItem__meta[data-v-29863821] {
|
|
112
112
|
margin-top: 8px;
|
|
113
113
|
}
|
|
114
|
-
.ContentItem__titleText[data-v-
|
|
114
|
+
.ContentItem__titleText[data-v-29863821] {
|
|
115
115
|
margin-right: 10px;
|
|
116
116
|
}
|
|
117
|
-
.ContentItem__status[data-v-
|
|
117
|
+
.ContentItem__status[data-v-29863821] {
|
|
118
118
|
font-size: 14px;
|
|
119
119
|
margin: 0 4px 0 -4px;
|
|
120
120
|
vertical-align: 1px;
|
|
121
121
|
}
|
|
122
|
-
.ContentItem__abstracts[data-v-
|
|
122
|
+
.ContentItem__abstracts[data-v-29863821] {
|
|
123
123
|
margin-top: 10px;
|
|
124
124
|
color: #8590a6;
|
|
125
125
|
}
|
|
126
|
-
.Keywords[data-v-
|
|
126
|
+
.Keywords[data-v-29863821] {
|
|
127
127
|
display: flex;
|
|
128
128
|
flex-wrap: wrap;
|
|
129
129
|
line-height: 1.7;
|
|
130
130
|
}
|
|
131
|
-
.Keyword[data-v-
|
|
131
|
+
.Keyword[data-v-29863821] {
|
|
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-
|
|
140
|
+
.Keyword[data-v-29863821]:hover {
|
|
141
141
|
border-bottom: 1px dotted #444;
|
|
142
142
|
color: #2F3A91;
|
|
143
143
|
}
|
|
144
|
-
.KeywordMore[data-v-
|
|
144
|
+
.KeywordMore[data-v-29863821] {
|
|
145
145
|
font-size: 14px;
|
|
146
146
|
color: #8590a6;
|
|
147
147
|
cursor: pointer;
|
|
148
148
|
}
|
|
149
|
-
.KeywordMore[data-v-
|
|
149
|
+
.KeywordMore[data-v-29863821]:hover {
|
|
150
150
|
opacity: 0.8;
|
|
151
151
|
}
|
|
152
|
-
.AuthorInfo[data-v-
|
|
152
|
+
.AuthorInfo[data-v-29863821] {
|
|
153
153
|
display: flex;
|
|
154
154
|
}
|
|
155
|
-
.AuthorInfo .base-icon-s-custom[data-v-
|
|
155
|
+
.AuthorInfo .base-icon-s-custom[data-v-29863821] {
|
|
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-
|
|
162
|
+
.AuthorInfo .base-icon-s-custom[data-v-29863821]:hover {
|
|
163
163
|
color: #2F3A91;
|
|
164
164
|
}
|
|
165
|
-
.AuthorInfo__content[data-v-
|
|
165
|
+
.AuthorInfo__content[data-v-29863821] {
|
|
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-
|
|
171
|
+
.AuthorInfo__content .Button--more[data-v-29863821] {
|
|
172
172
|
margin-left: 6px;
|
|
173
173
|
}
|
|
174
|
-
.AuthorInfo__content .Dot[data-v-
|
|
174
|
+
.AuthorInfo__content .Dot[data-v-29863821] {
|
|
175
175
|
font-weight: 600;
|
|
176
176
|
margin: 0 4px 0 0 !important;
|
|
177
177
|
}
|
|
178
|
-
.AuthorInfo__extra[data-v-
|
|
178
|
+
.AuthorInfo__extra[data-v-29863821] {
|
|
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-
|
|
185
|
+
.AuthorInfo__extra[data-v-29863821]:hover {
|
|
186
186
|
opacity: 0.8;
|
|
187
187
|
}
|
|
188
|
-
.AuthorInfo__avatar[data-v-
|
|
188
|
+
.AuthorInfo__avatar[data-v-29863821] {
|
|
189
189
|
vertical-align: top;
|
|
190
190
|
}
|
|
191
|
-
.AuthorInfo__name[data-v-
|
|
191
|
+
.AuthorInfo__name[data-v-29863821] {
|
|
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-
|
|
196
|
+
.AuthorInfo__name.AuthorInfo__name--light[data-v-29863821] {
|
|
197
197
|
font-weight: 500;
|
|
198
198
|
}
|
|
199
|
-
.ContentItem__label[data-v-
|
|
199
|
+
.ContentItem__label[data-v-29863821] {
|
|
200
200
|
color: #8590a6;
|
|
201
201
|
margin-right: 6px;
|
|
202
202
|
}
|
|
203
|
-
.ContentItem__comma[data-v-
|
|
203
|
+
.ContentItem__comma[data-v-29863821] {
|
|
204
204
|
color: #8590a6;
|
|
205
205
|
margin-right: 6px;
|
|
206
206
|
}
|
|
207
|
-
.ContentItem__source .ContentItem__comma[data-v-
|
|
207
|
+
.ContentItem__source .ContentItem__comma[data-v-29863821] {
|
|
208
208
|
margin-left: 6px;
|
|
209
209
|
}
|
|
210
|
-
.BookAuthor .AuthorInfo__nameText[data-v-
|
|
210
|
+
.BookAuthor .AuthorInfo__nameText[data-v-29863821] {
|
|
211
211
|
cursor: default;
|
|
212
212
|
}
|
|
213
|
-
.AuthorInfo__nameText[data-v-
|
|
213
|
+
.AuthorInfo__nameText[data-v-29863821] {
|
|
214
214
|
cursor: pointer;
|
|
215
215
|
transition: all 0.3s;
|
|
216
216
|
color: #646464;
|
|
217
217
|
}
|
|
218
|
-
.AuthorInfo__nameText[data-v-
|
|
218
|
+
.AuthorInfo__nameText[data-v-29863821]:hover {
|
|
219
219
|
border-bottom: 1px dotted #646464;
|
|
220
220
|
color: #2F3A91;
|
|
221
221
|
}
|
|
222
|
-
.AuthorInfo__nameText.is-disabled[data-v-
|
|
222
|
+
.AuthorInfo__nameText.is-disabled[data-v-29863821] {
|
|
223
223
|
cursor: auto;
|
|
224
224
|
}
|
|
225
|
-
.AuthorInfo__nameText.is-disabled[data-v-
|
|
225
|
+
.AuthorInfo__nameText.is-disabled[data-v-29863821]:hover {
|
|
226
226
|
border: none;
|
|
227
227
|
color: #646464;
|
|
228
228
|
}
|
|
229
|
-
.ContentItem__source[data-v-
|
|
229
|
+
.ContentItem__source[data-v-29863821] {
|
|
230
230
|
font-weight: 500;
|
|
231
231
|
color: #646464;
|
|
232
232
|
font-size: 15px;
|
|
233
233
|
}
|
|
234
|
-
.ContentItem__source .Keyword[data-v-
|
|
234
|
+
.ContentItem__source .Keyword[data-v-29863821] {
|
|
235
235
|
background-color: #fff2e8 !important;
|
|
236
236
|
color: #ff791a !important;
|
|
237
237
|
}
|
|
238
|
-
.ContentItem__source .Keyword.is-last[data-v-
|
|
238
|
+
.ContentItem__source .Keyword.is-last[data-v-29863821] {
|
|
239
239
|
margin-right: 3px !important;
|
|
240
240
|
}
|
|
241
|
-
.ContentItem__metaSource[data-v-
|
|
241
|
+
.ContentItem__metaSource[data-v-29863821] {
|
|
242
242
|
transition: all 0.3s;
|
|
243
243
|
cursor: pointer;
|
|
244
244
|
}
|
|
245
|
-
.ContentItem__metaSource[data-v-
|
|
245
|
+
.ContentItem__metaSource[data-v-29863821]:hover {
|
|
246
246
|
color: #2F3A91;
|
|
247
247
|
border-bottom: 1px dotted #646464;
|
|
248
248
|
}
|
|
249
|
-
.RichContent[data-v-
|
|
249
|
+
.RichContent[data-v-29863821] {
|
|
250
250
|
line-height: 1.6;
|
|
251
251
|
}
|
|
252
|
-
.RichContent[data-v-
|
|
252
|
+
.RichContent[data-v-29863821]::after {
|
|
253
253
|
display: block;
|
|
254
254
|
content: "";
|
|
255
255
|
clear: both;
|
|
256
256
|
}
|
|
257
|
-
.RichContent .RichText[data-v-
|
|
257
|
+
.RichContent .RichText[data-v-29863821] {
|
|
258
258
|
margin-right: 4px;
|
|
259
259
|
}
|
|
260
|
-
.RichContent.is-collapsed[data-v-
|
|
260
|
+
.RichContent.is-collapsed[data-v-29863821] {
|
|
261
261
|
cursor: pointer;
|
|
262
262
|
transition: color 0.14s ease-out;
|
|
263
263
|
}
|
|
264
|
-
.RichContent__inner[data-v-
|
|
264
|
+
.RichContent__inner[data-v-29863821] {
|
|
265
265
|
font-size: 15px;
|
|
266
266
|
overflow: hidden;
|
|
267
267
|
}
|
|
268
|
-
.RichText[data-v-
|
|
268
|
+
.RichText[data-v-29863821] {
|
|
269
269
|
word-break: break-word;
|
|
270
270
|
line-height: 1.6;
|
|
271
271
|
}
|
|
272
|
-
.RichContent.is-collapsed .RichText[data-v-
|
|
272
|
+
.RichContent.is-collapsed .RichText[data-v-29863821] {
|
|
273
273
|
pointer-events: none;
|
|
274
274
|
}
|
|
275
|
-
.RichContent.is-collapsed:not(.RichContent--unescapable) .RichText[data-v-
|
|
275
|
+
.RichContent.is-collapsed:not(.RichContent--unescapable) .RichText[data-v-29863821] {
|
|
276
276
|
white-space: normal;
|
|
277
277
|
}
|
|
278
|
-
.RichContent.is-collapsed .RichContent__inner[data-v-
|
|
278
|
+
.RichContent.is-collapsed .RichContent__inner[data-v-29863821]:hover {
|
|
279
279
|
color: #646464;
|
|
280
280
|
}
|
|
281
|
-
.ContentItem__more[data-v-
|
|
281
|
+
.ContentItem__more[data-v-29863821] {
|
|
282
282
|
height: auto;
|
|
283
283
|
padding: 0;
|
|
284
284
|
color: #2F3A91;
|
|
285
285
|
}
|
|
286
|
-
.ContentItem__more[data-v-
|
|
286
|
+
.ContentItem__more[data-v-29863821]:hover, .ContentItem__more[data-v-29863821]: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-
|
|
291
|
+
.ContentItem__more .Icon[data-v-29863821] {
|
|
292
292
|
fill: currentColor;
|
|
293
293
|
}
|
|
294
|
-
.ContentItem__less[data-v-
|
|
294
|
+
.ContentItem__less[data-v-29863821] {
|
|
295
295
|
height: auto;
|
|
296
296
|
padding: 0;
|
|
297
297
|
margin-left: 0;
|
|
298
298
|
color: #2F3A91;
|
|
299
299
|
}
|
|
300
|
-
.ContentItem__less[data-v-
|
|
300
|
+
.ContentItem__less[data-v-29863821]:hover, .ContentItem__less[data-v-29863821]: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-
|
|
305
|
+
.ContentItem__keywords[data-v-29863821] {
|
|
306
306
|
margin-top: 8px;
|
|
307
307
|
}
|
|
308
|
-
.PatentMetaList[data-v-
|
|
308
|
+
.PatentMetaList[data-v-29863821] {
|
|
309
309
|
display: flex;
|
|
310
310
|
width: 100%;
|
|
311
311
|
border: 1px solid #EBEBEB;
|
|
312
312
|
padding: 10px;
|
|
313
313
|
}
|
|
314
|
-
.PatentMetaListItem[data-v-
|
|
314
|
+
.PatentMetaListItem[data-v-29863821] {
|
|
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-
|
|
324
|
+
.PatentMetaListItem > div[data-v-29863821] {
|
|
325
325
|
text-align: left;
|
|
326
326
|
}
|
|
327
|
-
.PatentMetaListItem + .PatentMetaListItem[data-v-
|
|
327
|
+
.PatentMetaListItem + .PatentMetaListItem[data-v-29863821] {
|
|
328
328
|
border-left: 1px solid #eaebf4;
|
|
329
329
|
}
|
|
330
|
-
.ContentItem__links[data-v-
|
|
330
|
+
.ContentItem__links[data-v-29863821] {
|
|
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-
|
|
336
|
+
.ContentItem__links .MetaText[data-v-29863821] {
|
|
337
337
|
line-height: 36px;
|
|
338
338
|
}
|
|
339
|
-
.ContentItem__links .base-icon-s-promotion[data-v-
|
|
339
|
+
.ContentItem__links .base-icon-s-promotion[data-v-29863821] {
|
|
340
340
|
margin-right: 10px;
|
|
341
341
|
color: #2F3A91;
|
|
342
342
|
}
|
|
343
|
-
.ContentItem__link[data-v-
|
|
343
|
+
.ContentItem__link[data-v-29863821] {
|
|
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-
|
|
360
|
+
.ContentItem__link[data-v-29863821]: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-
|
|
365
|
+
.ContentItem__linkDot[data-v-29863821] {
|
|
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-
|
|
373
|
+
.ContentItem__linkLogo[data-v-29863821] {
|
|
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-
|
|
379
|
+
.ContentItem__linkDotMeta[data-v-29863821] {
|
|
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-
|
|
388
|
+
.ContentItem__pdf[data-v-29863821] {
|
|
389
389
|
vertical-align: -2px;
|
|
390
390
|
display: inline-block;
|
|
391
391
|
margin-right: 10px;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-29863821]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.ContentItem.is-en[data-v-29863821]{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-29863821]{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-29863821]{display:inline-block}.ContentItem__title[data-v-29863821]:hover{color:rgba(47,58,145,.75)}.ContentItem__author[data-v-29863821]{margin-top:6px}.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-29863821]{cursor:auto}.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-29863821]:hover{border:none;color:#646464}.MetaText[data-v-29863821]{color:#8590a6;font-size:14px}.MetaText.is-en[data-v-29863821]{margin-right:10px}.ContentItem__meta[data-v-29863821]{margin-top:8px}.ContentItem__titleText[data-v-29863821]{margin-right:10px}.ContentItem__status[data-v-29863821]{font-size:14px;margin:0 4px 0 -4px;vertical-align:1px}.ContentItem__abstracts[data-v-29863821]{margin-top:10px;color:#8590a6}.Keywords[data-v-29863821]{display:flex;flex-wrap:wrap;line-height:1.7}.Keyword[data-v-29863821]{font-size:14px;color:#646464;cursor:pointer;margin-right:10px;transition:all .3s;word-break:break-word;height:24px}.Keyword[data-v-29863821]:hover{border-bottom:1px dotted #444;color:#2f3a91}.KeywordMore[data-v-29863821]{font-size:14px;color:#8590a6;cursor:pointer}.KeywordMore[data-v-29863821]:hover{opacity:.8}.AuthorInfo[data-v-29863821]{display:flex}.AuthorInfo .base-icon-s-custom[data-v-29863821]{color:#8590a6;padding-top:5px;margin-right:10px;font-size:15px;transition:color .3s}.AuthorInfo .base-icon-s-custom[data-v-29863821]:hover{color:#2f3a91}.AuthorInfo__content[data-v-29863821]{flex:1;overflow:hidden;display:inline-block;line-height:1.7}.AuthorInfo__content .Button--more[data-v-29863821]{margin-left:6px}.AuthorInfo__content .Dot[data-v-29863821]{font-weight:600;margin:0 4px 0 0!important}.AuthorInfo__extra[data-v-29863821]{font-size:12px;padding:0 6px 0 0;color:#8590a6;cursor:pointer;font-weight:600}.AuthorInfo__extra[data-v-29863821]:hover{opacity:.8}.AuthorInfo__avatar[data-v-29863821]{vertical-align:top}.AuthorInfo__name[data-v-29863821]{font-weight:600;margin-right:6px;font-size:15px}.AuthorInfo__name.AuthorInfo__name--light[data-v-29863821]{font-weight:500}.ContentItem__label[data-v-29863821]{color:#8590a6;margin-right:6px}.ContentItem__comma[data-v-29863821]{color:#8590a6;margin-right:6px}.ContentItem__source .ContentItem__comma[data-v-29863821]{margin-left:6px}.BookAuthor .AuthorInfo__nameText[data-v-29863821]{cursor:default}.AuthorInfo__nameText[data-v-29863821]{cursor:pointer;transition:all .3s;color:#646464}.AuthorInfo__nameText[data-v-29863821]:hover{border-bottom:1px dotted #646464;color:#2f3a91}.AuthorInfo__nameText.is-disabled[data-v-29863821]{cursor:auto}.AuthorInfo__nameText.is-disabled[data-v-29863821]:hover{border:none;color:#646464}.ContentItem__source[data-v-29863821]{font-weight:500;color:#646464;font-size:15px}.ContentItem__source .Keyword[data-v-29863821]{background-color:#fff2e8!important;color:#ff791a!important}.ContentItem__source .Keyword.is-last[data-v-29863821]{margin-right:3px!important}.ContentItem__metaSource[data-v-29863821]{transition:all .3s;cursor:pointer}.ContentItem__metaSource[data-v-29863821]:hover{color:#2f3a91;border-bottom:1px dotted #646464}.RichContent[data-v-29863821]{line-height:1.6}.RichContent[data-v-29863821]::after{display:block;content:"";clear:both}.RichContent .RichText[data-v-29863821]{margin-right:4px}.RichContent.is-collapsed[data-v-29863821]{cursor:pointer;transition:color .14s ease-out}.RichContent__inner[data-v-29863821]{font-size:15px;overflow:hidden}.RichText[data-v-29863821]{word-break:break-word;line-height:1.6}.RichContent.is-collapsed .RichText[data-v-29863821]{pointer-events:none}.RichContent.is-collapsed:not(.RichContent--unescapable) .RichText[data-v-29863821]{white-space:normal}.RichContent.is-collapsed .RichContent__inner[data-v-29863821]:hover{color:#646464}.ContentItem__more[data-v-29863821]{height:auto;padding:0;color:#2f3a91}.ContentItem__more[data-v-29863821]:focus,.ContentItem__more[data-v-29863821]:hover{color:rgba(47,58,145,.75);background-color:transparent!important;border-color:transparent!important}.ContentItem__more .Icon[data-v-29863821]{fill:currentColor}.ContentItem__less[data-v-29863821]{height:auto;padding:0;margin-left:0;color:#2f3a91}.ContentItem__less[data-v-29863821]:focus,.ContentItem__less[data-v-29863821]:hover{color:rgba(47,58,145,.75);background-color:transparent!important;border-color:transparent!important}.ContentItem__keywords[data-v-29863821]{margin-top:8px}.PatentMetaList[data-v-29863821]{display:flex;width:100%;border:1px solid #ebebeb;padding:10px}.PatentMetaListItem[data-v-29863821]{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-29863821]{text-align:left}.PatentMetaListItem+.PatentMetaListItem[data-v-29863821]{border-left:1px solid #eaebf4}.ContentItem__links[data-v-29863821]{display:flex;flex-wrap:wrap;margin-top:10px;margin-bottom:-10px}.ContentItem__links .MetaText[data-v-29863821]{line-height:36px}.ContentItem__links .base-icon-s-promotion[data-v-29863821]{margin-right:10px;color:#2f3a91}.ContentItem__link[data-v-29863821]{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-29863821]: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-29863821]{width:10px;height:10px;border-radius:50%;background-color:#67c23a;margin-right:6px;display:inline-block}.ContentItem__linkLogo[data-v-29863821]{width:20px;height:20px;border-radius:50%;margin-right:6px}.ContentItem__linkDotMeta[data-v-29863821]{margin-left:auto;display:inline-block;font-weight:600;font-size:12px;color:#121212;margin-bottom:6px;padding-top:4px}.ContentItem__pdf[data-v-29863821]{vertical-align:-2px;display:inline-block;margin-right:10px}
|