@zkwq/business 0.1.84 → 0.1.85
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/ReadableItem.css +82 -82
- package/dist/css/ReadableItem.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +2856 -2832
- package/dist/index.min.css +1 -1
- package/dist/index.min.js +6 -6
- package/dist/index.umd.cjs +9 -9
- package/dist/index.umd.min.cjs +7 -7
- package/dist/locale/lang/en.js +1 -0
- package/dist/locale/lang/ru-RU.js +1 -0
- package/dist/locale/lang/zh-CN.js +1 -0
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
[data-v-
|
|
12
|
+
[data-v-45fa458d]:export {
|
|
13
13
|
primary: #2F3A91;
|
|
14
14
|
success: #67C23A;
|
|
15
15
|
warning: #FF791A;
|
|
@@ -73,32 +73,32 @@
|
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
|
|
76
|
-
.Readable__wrap[data-v-
|
|
76
|
+
.Readable__wrap[data-v-45fa458d] {
|
|
77
77
|
width: 100%;
|
|
78
78
|
display: flex;
|
|
79
79
|
gap: 16px;
|
|
80
80
|
}
|
|
81
|
-
.Readable__wrap .Readable__cover[data-v-
|
|
81
|
+
.Readable__wrap .Readable__cover[data-v-45fa458d] {
|
|
82
82
|
width: 123px;
|
|
83
83
|
height: 162px;
|
|
84
84
|
border-radius: 4px;
|
|
85
85
|
box-shadow: 0 2px 4px 0 rgba(54, 58, 80, 0.32);
|
|
86
86
|
}
|
|
87
|
-
.Readable__wrap .ContentItem[data-v-
|
|
87
|
+
.Readable__wrap .ContentItem[data-v-45fa458d] {
|
|
88
88
|
width: 0px;
|
|
89
89
|
flex: 1;
|
|
90
90
|
}
|
|
91
|
-
.ContentItem.is-en[data-v-
|
|
91
|
+
.ContentItem.is-en[data-v-45fa458d] {
|
|
92
92
|
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;
|
|
93
93
|
}
|
|
94
|
-
.TranslateContent[data-v-
|
|
94
|
+
.TranslateContent[data-v-45fa458d], .RecommendationContent[data-v-45fa458d] {
|
|
95
95
|
background-color: #F3F5F8;
|
|
96
96
|
border-radius: 2px;
|
|
97
97
|
color: #4b5b76;
|
|
98
98
|
font-size: 15px;
|
|
99
99
|
padding: 10px;
|
|
100
100
|
}
|
|
101
|
-
.TranslateSupport[data-v-
|
|
101
|
+
.TranslateSupport[data-v-45fa458d] {
|
|
102
102
|
color: #97a3b7;
|
|
103
103
|
display: flex;
|
|
104
104
|
align-items: center;
|
|
@@ -106,10 +106,10 @@
|
|
|
106
106
|
text-align: right;
|
|
107
107
|
font-size: 13px;
|
|
108
108
|
}
|
|
109
|
-
.TranslateSupport .Icon[data-v-
|
|
109
|
+
.TranslateSupport .Icon[data-v-45fa458d] {
|
|
110
110
|
margin: 0 4px;
|
|
111
111
|
}
|
|
112
|
-
.TranslateTitle[data-v-
|
|
112
|
+
.TranslateTitle[data-v-45fa458d] {
|
|
113
113
|
background-color: #F3F5F8;
|
|
114
114
|
padding: 0 10px;
|
|
115
115
|
font-size: 15px;
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
font-weight: 600;
|
|
120
120
|
border-radius: 4px;
|
|
121
121
|
}
|
|
122
|
-
.ContentItem__title[data-v-
|
|
122
|
+
.ContentItem__title[data-v-45fa458d] {
|
|
123
123
|
font-size: 18px;
|
|
124
124
|
color: #2F3A91;
|
|
125
125
|
font-weight: 600;
|
|
@@ -129,51 +129,51 @@
|
|
|
129
129
|
cursor: pointer;
|
|
130
130
|
transition: color 0.3s;
|
|
131
131
|
}
|
|
132
|
-
.ContentItem__title a[data-v-
|
|
132
|
+
.ContentItem__title a[data-v-45fa458d] {
|
|
133
133
|
display: inline-block;
|
|
134
134
|
}
|
|
135
|
-
.ContentItem__title[data-v-
|
|
135
|
+
.ContentItem__title[data-v-45fa458d]:hover {
|
|
136
136
|
color: rgba(47, 58, 145, 0.75);
|
|
137
137
|
}
|
|
138
|
-
.ContentItem__author[data-v-
|
|
138
|
+
.ContentItem__author[data-v-45fa458d] {
|
|
139
139
|
margin-top: 6px;
|
|
140
140
|
}
|
|
141
|
-
.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-
|
|
141
|
+
.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-45fa458d] {
|
|
142
142
|
cursor: auto;
|
|
143
143
|
}
|
|
144
|
-
.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-
|
|
144
|
+
.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-45fa458d]:hover {
|
|
145
145
|
border: none;
|
|
146
146
|
color: #646464;
|
|
147
147
|
}
|
|
148
|
-
.MetaText[data-v-
|
|
148
|
+
.MetaText[data-v-45fa458d] {
|
|
149
149
|
color: #8590a6;
|
|
150
150
|
font-size: 14px;
|
|
151
151
|
}
|
|
152
|
-
.MetaText.is-en[data-v-
|
|
152
|
+
.MetaText.is-en[data-v-45fa458d] {
|
|
153
153
|
margin-right: 10px;
|
|
154
154
|
}
|
|
155
|
-
.ContentItem__meta[data-v-
|
|
155
|
+
.ContentItem__meta[data-v-45fa458d] {
|
|
156
156
|
margin-top: 8px;
|
|
157
157
|
}
|
|
158
|
-
.ContentItem__titleText[data-v-
|
|
158
|
+
.ContentItem__titleText[data-v-45fa458d] {
|
|
159
159
|
margin-right: 10px;
|
|
160
160
|
}
|
|
161
|
-
.ContentItem__status[data-v-
|
|
161
|
+
.ContentItem__status[data-v-45fa458d] {
|
|
162
162
|
font-size: 14px;
|
|
163
163
|
margin: 0 4px 0 -4px;
|
|
164
164
|
vertical-align: 1px;
|
|
165
165
|
color: #FF791A;
|
|
166
166
|
}
|
|
167
|
-
.ContentItem__abstracts[data-v-
|
|
167
|
+
.ContentItem__abstracts[data-v-45fa458d] {
|
|
168
168
|
margin-top: 10px;
|
|
169
169
|
color: #8590a6;
|
|
170
170
|
}
|
|
171
|
-
.Keywords[data-v-
|
|
171
|
+
.Keywords[data-v-45fa458d] {
|
|
172
172
|
display: flex;
|
|
173
173
|
flex-wrap: wrap;
|
|
174
174
|
line-height: 1.7;
|
|
175
175
|
}
|
|
176
|
-
.Keyword[data-v-
|
|
176
|
+
.Keyword[data-v-45fa458d] {
|
|
177
177
|
font-size: 14px;
|
|
178
178
|
color: #646464;
|
|
179
179
|
cursor: pointer;
|
|
@@ -182,195 +182,195 @@
|
|
|
182
182
|
word-break: break-word;
|
|
183
183
|
height: 24px;
|
|
184
184
|
}
|
|
185
|
-
.Keyword[data-v-
|
|
185
|
+
.Keyword[data-v-45fa458d]:hover {
|
|
186
186
|
border-bottom: 1px dotted #444;
|
|
187
187
|
color: #2F3A91;
|
|
188
188
|
}
|
|
189
|
-
.KeywordMore[data-v-
|
|
189
|
+
.KeywordMore[data-v-45fa458d] {
|
|
190
190
|
font-size: 14px;
|
|
191
191
|
color: #8590a6;
|
|
192
192
|
cursor: pointer;
|
|
193
193
|
}
|
|
194
|
-
.KeywordMore[data-v-
|
|
194
|
+
.KeywordMore[data-v-45fa458d]:hover {
|
|
195
195
|
opacity: 0.8;
|
|
196
196
|
}
|
|
197
|
-
.AuthorInfo[data-v-
|
|
197
|
+
.AuthorInfo[data-v-45fa458d] {
|
|
198
198
|
display: flex;
|
|
199
199
|
}
|
|
200
|
-
.AuthorInfo .base-icon-s-custom[data-v-
|
|
200
|
+
.AuthorInfo .base-icon-s-custom[data-v-45fa458d] {
|
|
201
201
|
color: #8590a6;
|
|
202
202
|
padding-top: 5px;
|
|
203
203
|
margin-right: 10px;
|
|
204
204
|
font-size: 15px;
|
|
205
205
|
transition: color 0.3s;
|
|
206
206
|
}
|
|
207
|
-
.AuthorInfo .base-icon-s-custom[data-v-
|
|
207
|
+
.AuthorInfo .base-icon-s-custom[data-v-45fa458d]:hover {
|
|
208
208
|
color: #2F3A91;
|
|
209
209
|
}
|
|
210
|
-
.AuthorInfo__content[data-v-
|
|
210
|
+
.AuthorInfo__content[data-v-45fa458d] {
|
|
211
211
|
flex: 1;
|
|
212
212
|
overflow: hidden;
|
|
213
213
|
display: inline-block;
|
|
214
214
|
line-height: 1.7;
|
|
215
215
|
}
|
|
216
|
-
.AuthorInfo__content .Button--more[data-v-
|
|
216
|
+
.AuthorInfo__content .Button--more[data-v-45fa458d] {
|
|
217
217
|
margin-left: 6px;
|
|
218
218
|
}
|
|
219
|
-
.AuthorInfo__content .Dot[data-v-
|
|
219
|
+
.AuthorInfo__content .Dot[data-v-45fa458d] {
|
|
220
220
|
font-weight: 600;
|
|
221
221
|
margin: 0 4px 0 0 !important;
|
|
222
222
|
}
|
|
223
|
-
.AuthorInfo__extra[data-v-
|
|
223
|
+
.AuthorInfo__extra[data-v-45fa458d] {
|
|
224
224
|
font-size: 12px;
|
|
225
225
|
padding: 0 6px 0 0;
|
|
226
226
|
color: #8590a6;
|
|
227
227
|
cursor: pointer;
|
|
228
228
|
font-weight: 600;
|
|
229
229
|
}
|
|
230
|
-
.AuthorInfo__extra[data-v-
|
|
230
|
+
.AuthorInfo__extra[data-v-45fa458d]:hover {
|
|
231
231
|
opacity: 0.8;
|
|
232
232
|
}
|
|
233
|
-
.AuthorInfo__avatar[data-v-
|
|
233
|
+
.AuthorInfo__avatar[data-v-45fa458d] {
|
|
234
234
|
vertical-align: top;
|
|
235
235
|
}
|
|
236
|
-
.AuthorInfo__name[data-v-
|
|
236
|
+
.AuthorInfo__name[data-v-45fa458d] {
|
|
237
237
|
font-weight: 600;
|
|
238
238
|
margin-right: 6px;
|
|
239
239
|
font-size: 15px;
|
|
240
240
|
}
|
|
241
|
-
.AuthorInfo__name.AuthorInfo__name--light[data-v-
|
|
241
|
+
.AuthorInfo__name.AuthorInfo__name--light[data-v-45fa458d] {
|
|
242
242
|
font-weight: 500;
|
|
243
243
|
}
|
|
244
|
-
.ContentItem__label[data-v-
|
|
244
|
+
.ContentItem__label[data-v-45fa458d] {
|
|
245
245
|
color: #8590a6;
|
|
246
246
|
margin-right: 6px;
|
|
247
247
|
}
|
|
248
|
-
.ContentItem__comma[data-v-
|
|
248
|
+
.ContentItem__comma[data-v-45fa458d] {
|
|
249
249
|
color: #8590a6;
|
|
250
250
|
margin-right: 6px;
|
|
251
251
|
}
|
|
252
|
-
.ContentItem__source .ContentItem__comma[data-v-
|
|
252
|
+
.ContentItem__source .ContentItem__comma[data-v-45fa458d] {
|
|
253
253
|
margin-left: 6px;
|
|
254
254
|
}
|
|
255
|
-
.BookAuthor .AuthorInfo__nameText[data-v-
|
|
255
|
+
.BookAuthor .AuthorInfo__nameText[data-v-45fa458d] {
|
|
256
256
|
cursor: default;
|
|
257
257
|
}
|
|
258
|
-
.AuthorInfo__nameText[data-v-
|
|
258
|
+
.AuthorInfo__nameText[data-v-45fa458d] {
|
|
259
259
|
cursor: pointer;
|
|
260
260
|
transition: all 0.3s;
|
|
261
261
|
color: #646464;
|
|
262
262
|
}
|
|
263
|
-
.AuthorInfo__nameText[data-v-
|
|
263
|
+
.AuthorInfo__nameText[data-v-45fa458d]:hover {
|
|
264
264
|
border-bottom: 1px dotted #646464;
|
|
265
265
|
color: #2F3A91;
|
|
266
266
|
}
|
|
267
|
-
.AuthorInfo__nameText.is-disabled[data-v-
|
|
267
|
+
.AuthorInfo__nameText.is-disabled[data-v-45fa458d] {
|
|
268
268
|
cursor: auto;
|
|
269
269
|
}
|
|
270
|
-
.AuthorInfo__nameText.is-disabled[data-v-
|
|
270
|
+
.AuthorInfo__nameText.is-disabled[data-v-45fa458d]:hover {
|
|
271
271
|
border: none;
|
|
272
272
|
color: #646464;
|
|
273
273
|
}
|
|
274
|
-
.ContentItem__source[data-v-
|
|
274
|
+
.ContentItem__source[data-v-45fa458d] {
|
|
275
275
|
font-weight: 500;
|
|
276
276
|
color: #646464;
|
|
277
277
|
font-size: 15px;
|
|
278
278
|
}
|
|
279
|
-
.ContentItem__source .Keyword[data-v-
|
|
279
|
+
.ContentItem__source .Keyword[data-v-45fa458d] {
|
|
280
280
|
background-color: #fff2e8 !important;
|
|
281
281
|
color: #ff791a !important;
|
|
282
282
|
}
|
|
283
|
-
.ContentItem__source .Keyword.is-last[data-v-
|
|
283
|
+
.ContentItem__source .Keyword.is-last[data-v-45fa458d] {
|
|
284
284
|
margin-right: 3px !important;
|
|
285
285
|
}
|
|
286
|
-
.ContentItem__metaSource[data-v-
|
|
286
|
+
.ContentItem__metaSource[data-v-45fa458d] {
|
|
287
287
|
transition: all 0.3s;
|
|
288
288
|
cursor: pointer;
|
|
289
289
|
}
|
|
290
|
-
.ContentItem__metaSource[data-v-
|
|
290
|
+
.ContentItem__metaSource[data-v-45fa458d]:hover {
|
|
291
291
|
color: #2F3A91;
|
|
292
292
|
border-bottom: 1px dotted #646464;
|
|
293
293
|
}
|
|
294
|
-
.ContentItem__metaSource.is-disabled[data-v-
|
|
294
|
+
.ContentItem__metaSource.is-disabled[data-v-45fa458d] {
|
|
295
295
|
cursor: auto;
|
|
296
296
|
}
|
|
297
|
-
.ContentItem__metaSource.is-disabled[data-v-
|
|
297
|
+
.ContentItem__metaSource.is-disabled[data-v-45fa458d]:hover {
|
|
298
298
|
border: none;
|
|
299
299
|
color: #646464;
|
|
300
300
|
}
|
|
301
|
-
.RichContent[data-v-
|
|
301
|
+
.RichContent[data-v-45fa458d] {
|
|
302
302
|
line-height: 1.6;
|
|
303
303
|
}
|
|
304
|
-
.RichContent[data-v-
|
|
304
|
+
.RichContent[data-v-45fa458d]::after {
|
|
305
305
|
display: block;
|
|
306
306
|
content: "";
|
|
307
307
|
clear: both;
|
|
308
308
|
}
|
|
309
|
-
.RichContent .RichText[data-v-
|
|
309
|
+
.RichContent .RichText[data-v-45fa458d] {
|
|
310
310
|
margin-right: 4px;
|
|
311
311
|
}
|
|
312
|
-
.RichContent.is-collapsed[data-v-
|
|
312
|
+
.RichContent.is-collapsed[data-v-45fa458d] {
|
|
313
313
|
cursor: pointer;
|
|
314
314
|
transition: color 0.14s ease-out;
|
|
315
315
|
}
|
|
316
|
-
.RichContent__inner[data-v-
|
|
316
|
+
.RichContent__inner[data-v-45fa458d] {
|
|
317
317
|
font-size: 15px;
|
|
318
318
|
overflow: hidden;
|
|
319
319
|
}
|
|
320
|
-
.RichText[data-v-
|
|
320
|
+
.RichText[data-v-45fa458d] {
|
|
321
321
|
word-break: break-word;
|
|
322
322
|
line-height: 1.6;
|
|
323
323
|
}
|
|
324
|
-
.RichContent.is-collapsed .RichText[data-v-
|
|
324
|
+
.RichContent.is-collapsed .RichText[data-v-45fa458d] {
|
|
325
325
|
pointer-events: none;
|
|
326
326
|
}
|
|
327
|
-
.RichContent.is-collapsed:not(.RichContent--unescapable) .RichText[data-v-
|
|
327
|
+
.RichContent.is-collapsed:not(.RichContent--unescapable) .RichText[data-v-45fa458d] {
|
|
328
328
|
white-space: normal;
|
|
329
329
|
}
|
|
330
|
-
.RichContent.is-collapsed .RichContent__inner[data-v-
|
|
330
|
+
.RichContent.is-collapsed .RichContent__inner[data-v-45fa458d]:hover {
|
|
331
331
|
color: #646464;
|
|
332
332
|
}
|
|
333
|
-
.ContentItem__more[data-v-
|
|
333
|
+
.ContentItem__more[data-v-45fa458d] {
|
|
334
334
|
height: auto;
|
|
335
335
|
padding: 0;
|
|
336
336
|
color: #2F3A91;
|
|
337
337
|
}
|
|
338
|
-
.ContentItem__more[data-v-
|
|
338
|
+
.ContentItem__more[data-v-45fa458d]:hover, .ContentItem__more[data-v-45fa458d]:focus {
|
|
339
339
|
color: rgba(47, 58, 145, 0.75);
|
|
340
340
|
background-color: transparent !important;
|
|
341
341
|
border-color: transparent !important;
|
|
342
342
|
}
|
|
343
|
-
.ContentItem__more .Icon[data-v-
|
|
343
|
+
.ContentItem__more .Icon[data-v-45fa458d] {
|
|
344
344
|
fill: currentColor;
|
|
345
345
|
}
|
|
346
|
-
.ContentItem__less[data-v-
|
|
346
|
+
.ContentItem__less[data-v-45fa458d] {
|
|
347
347
|
height: auto;
|
|
348
348
|
padding: 0;
|
|
349
349
|
margin-left: 0;
|
|
350
350
|
color: #2F3A91;
|
|
351
351
|
}
|
|
352
|
-
.ContentItem__less[data-v-
|
|
352
|
+
.ContentItem__less[data-v-45fa458d]:hover, .ContentItem__less[data-v-45fa458d]:focus {
|
|
353
353
|
color: rgba(47, 58, 145, 0.75);
|
|
354
354
|
background-color: transparent !important;
|
|
355
355
|
border-color: transparent !important;
|
|
356
356
|
}
|
|
357
|
-
.ContentItem__keywords[data-v-
|
|
357
|
+
.ContentItem__keywords[data-v-45fa458d] {
|
|
358
358
|
margin-top: 8px;
|
|
359
359
|
}
|
|
360
|
-
.ContentItem__keywords .Keyword.is-disabled[data-v-
|
|
360
|
+
.ContentItem__keywords .Keyword.is-disabled[data-v-45fa458d] {
|
|
361
361
|
cursor: auto;
|
|
362
362
|
}
|
|
363
|
-
.ContentItem__keywords .Keyword.is-disabled[data-v-
|
|
363
|
+
.ContentItem__keywords .Keyword.is-disabled[data-v-45fa458d]:hover {
|
|
364
364
|
border: none;
|
|
365
365
|
color: #646464;
|
|
366
366
|
}
|
|
367
|
-
.PatentMetaList[data-v-
|
|
367
|
+
.PatentMetaList[data-v-45fa458d] {
|
|
368
368
|
display: flex;
|
|
369
369
|
width: 100%;
|
|
370
370
|
border: 1px solid #EBEBEB;
|
|
371
371
|
padding: 10px;
|
|
372
372
|
}
|
|
373
|
-
.PatentMetaListItem[data-v-
|
|
373
|
+
.PatentMetaListItem[data-v-45fa458d] {
|
|
374
374
|
flex: 1;
|
|
375
375
|
color: #8590a6;
|
|
376
376
|
line-height: 1.5;
|
|
@@ -380,26 +380,26 @@
|
|
|
380
380
|
align-items: center;
|
|
381
381
|
justify-content: center;
|
|
382
382
|
}
|
|
383
|
-
.PatentMetaListItem > div[data-v-
|
|
383
|
+
.PatentMetaListItem > div[data-v-45fa458d] {
|
|
384
384
|
text-align: left;
|
|
385
385
|
}
|
|
386
|
-
.PatentMetaListItem + .PatentMetaListItem[data-v-
|
|
386
|
+
.PatentMetaListItem + .PatentMetaListItem[data-v-45fa458d] {
|
|
387
387
|
border-left: 1px solid #eaebf4;
|
|
388
388
|
}
|
|
389
|
-
.ContentItem__links[data-v-
|
|
389
|
+
.ContentItem__links[data-v-45fa458d] {
|
|
390
390
|
display: flex;
|
|
391
391
|
flex-wrap: wrap;
|
|
392
392
|
margin-top: 10px;
|
|
393
393
|
margin-bottom: -10px;
|
|
394
394
|
}
|
|
395
|
-
.ContentItem__links .MetaText[data-v-
|
|
395
|
+
.ContentItem__links .MetaText[data-v-45fa458d] {
|
|
396
396
|
line-height: 36px;
|
|
397
397
|
}
|
|
398
|
-
.ContentItem__links .base-icon-s-promotion[data-v-
|
|
398
|
+
.ContentItem__links .base-icon-s-promotion[data-v-45fa458d] {
|
|
399
399
|
margin-right: 10px;
|
|
400
400
|
color: #2F3A91;
|
|
401
401
|
}
|
|
402
|
-
.ContentItem__link[data-v-
|
|
402
|
+
.ContentItem__link[data-v-45fa458d] {
|
|
403
403
|
padding: 6px 14px;
|
|
404
404
|
margin-bottom: 10px;
|
|
405
405
|
box-sizing: border-box;
|
|
@@ -416,12 +416,12 @@
|
|
|
416
416
|
transition: all 0.3s;
|
|
417
417
|
margin-right: 16px;
|
|
418
418
|
}
|
|
419
|
-
.ContentItem__link[data-v-
|
|
419
|
+
.ContentItem__link[data-v-45fa458d]:hover {
|
|
420
420
|
color: #2F3A91;
|
|
421
421
|
background: #f3f5f8;
|
|
422
422
|
box-shadow: inset 8px 8px 20px 0 rgba(55, 99, 170, 0.11), inset -8px -8px 20px 0 #fff;
|
|
423
423
|
}
|
|
424
|
-
.ContentItem__linkDot[data-v-
|
|
424
|
+
.ContentItem__linkDot[data-v-45fa458d] {
|
|
425
425
|
width: 10px;
|
|
426
426
|
height: 10px;
|
|
427
427
|
border-radius: 50%;
|
|
@@ -429,13 +429,13 @@
|
|
|
429
429
|
margin-right: 6px;
|
|
430
430
|
display: inline-block;
|
|
431
431
|
}
|
|
432
|
-
.ContentItem__linkLogo[data-v-
|
|
432
|
+
.ContentItem__linkLogo[data-v-45fa458d] {
|
|
433
433
|
width: 20px;
|
|
434
434
|
height: 20px;
|
|
435
435
|
border-radius: 50%;
|
|
436
436
|
margin-right: 6px;
|
|
437
437
|
}
|
|
438
|
-
.ContentItem__linkDotMeta[data-v-
|
|
438
|
+
.ContentItem__linkDotMeta[data-v-45fa458d] {
|
|
439
439
|
margin-left: auto;
|
|
440
440
|
display: inline-block;
|
|
441
441
|
font-weight: 600;
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
margin-bottom: 6px;
|
|
445
445
|
padding-top: 4px;
|
|
446
446
|
}
|
|
447
|
-
.ContentItem__pdf[data-v-
|
|
447
|
+
.ContentItem__pdf[data-v-45fa458d] {
|
|
448
448
|
vertical-align: -2px;
|
|
449
449
|
display: inline-block;
|
|
450
450
|
margin-right: 10px;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-45fa458d]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Readable__wrap[data-v-45fa458d]{width:100%;display:flex;gap:16px}.Readable__wrap .Readable__cover[data-v-45fa458d]{width:123px;height:162px;border-radius:4px;box-shadow:0 2px 4px 0 rgba(54,58,80,.32)}.Readable__wrap .ContentItem[data-v-45fa458d]{width:0;flex:1}.ContentItem.is-en[data-v-45fa458d]{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}.RecommendationContent[data-v-45fa458d],.TranslateContent[data-v-45fa458d]{background-color:#f3f5f8;border-radius:2px;color:#4b5b76;font-size:15px;padding:10px}.TranslateSupport[data-v-45fa458d]{color:#97a3b7;display:flex;align-items:center;margin-top:10px;text-align:right;font-size:13px}.TranslateSupport .Icon[data-v-45fa458d]{margin:0 4px}.TranslateTitle[data-v-45fa458d]{background-color:#f3f5f8;padding:0 10px;font-size:15px;display:inline-block;color:#444;margin-top:0;font-weight:600;border-radius:4px}.ContentItem__title[data-v-45fa458d]{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-45fa458d]{display:inline-block}.ContentItem__title[data-v-45fa458d]:hover{color:rgba(47,58,145,.75)}.ContentItem__author[data-v-45fa458d]{margin-top:6px}.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-45fa458d]{cursor:auto}.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-45fa458d]:hover{border:none;color:#646464}.MetaText[data-v-45fa458d]{color:#8590a6;font-size:14px}.MetaText.is-en[data-v-45fa458d]{margin-right:10px}.ContentItem__meta[data-v-45fa458d]{margin-top:8px}.ContentItem__titleText[data-v-45fa458d]{margin-right:10px}.ContentItem__status[data-v-45fa458d]{font-size:14px;margin:0 4px 0 -4px;vertical-align:1px;color:#ff791a}.ContentItem__abstracts[data-v-45fa458d]{margin-top:10px;color:#8590a6}.Keywords[data-v-45fa458d]{display:flex;flex-wrap:wrap;line-height:1.7}.Keyword[data-v-45fa458d]{font-size:14px;color:#646464;cursor:pointer;margin-right:10px;transition:all .3s;word-break:break-word;height:24px}.Keyword[data-v-45fa458d]:hover{border-bottom:1px dotted #444;color:#2f3a91}.KeywordMore[data-v-45fa458d]{font-size:14px;color:#8590a6;cursor:pointer}.KeywordMore[data-v-45fa458d]:hover{opacity:.8}.AuthorInfo[data-v-45fa458d]{display:flex}.AuthorInfo .base-icon-s-custom[data-v-45fa458d]{color:#8590a6;padding-top:5px;margin-right:10px;font-size:15px;transition:color .3s}.AuthorInfo .base-icon-s-custom[data-v-45fa458d]:hover{color:#2f3a91}.AuthorInfo__content[data-v-45fa458d]{flex:1;overflow:hidden;display:inline-block;line-height:1.7}.AuthorInfo__content .Button--more[data-v-45fa458d]{margin-left:6px}.AuthorInfo__content .Dot[data-v-45fa458d]{font-weight:600;margin:0 4px 0 0!important}.AuthorInfo__extra[data-v-45fa458d]{font-size:12px;padding:0 6px 0 0;color:#8590a6;cursor:pointer;font-weight:600}.AuthorInfo__extra[data-v-45fa458d]:hover{opacity:.8}.AuthorInfo__avatar[data-v-45fa458d]{vertical-align:top}.AuthorInfo__name[data-v-45fa458d]{font-weight:600;margin-right:6px;font-size:15px}.AuthorInfo__name.AuthorInfo__name--light[data-v-45fa458d]{font-weight:500}.ContentItem__label[data-v-45fa458d]{color:#8590a6;margin-right:6px}.ContentItem__comma[data-v-45fa458d]{color:#8590a6;margin-right:6px}.ContentItem__source .ContentItem__comma[data-v-45fa458d]{margin-left:6px}.BookAuthor .AuthorInfo__nameText[data-v-45fa458d]{cursor:default}.AuthorInfo__nameText[data-v-45fa458d]{cursor:pointer;transition:all .3s;color:#646464}.AuthorInfo__nameText[data-v-45fa458d]:hover{border-bottom:1px dotted #646464;color:#2f3a91}.AuthorInfo__nameText.is-disabled[data-v-45fa458d]{cursor:auto}.AuthorInfo__nameText.is-disabled[data-v-45fa458d]:hover{border:none;color:#646464}.ContentItem__source[data-v-45fa458d]{font-weight:500;color:#646464;font-size:15px}.ContentItem__source .Keyword[data-v-45fa458d]{background-color:#fff2e8!important;color:#ff791a!important}.ContentItem__source .Keyword.is-last[data-v-45fa458d]{margin-right:3px!important}.ContentItem__metaSource[data-v-45fa458d]{transition:all .3s;cursor:pointer}.ContentItem__metaSource[data-v-45fa458d]:hover{color:#2f3a91;border-bottom:1px dotted #646464}.ContentItem__metaSource.is-disabled[data-v-45fa458d]{cursor:auto}.ContentItem__metaSource.is-disabled[data-v-45fa458d]:hover{border:none;color:#646464}.RichContent[data-v-45fa458d]{line-height:1.6}.RichContent[data-v-45fa458d]::after{display:block;content:"";clear:both}.RichContent .RichText[data-v-45fa458d]{margin-right:4px}.RichContent.is-collapsed[data-v-45fa458d]{cursor:pointer;transition:color .14s ease-out}.RichContent__inner[data-v-45fa458d]{font-size:15px;overflow:hidden}.RichText[data-v-45fa458d]{word-break:break-word;line-height:1.6}.RichContent.is-collapsed .RichText[data-v-45fa458d]{pointer-events:none}.RichContent.is-collapsed:not(.RichContent--unescapable) .RichText[data-v-45fa458d]{white-space:normal}.RichContent.is-collapsed .RichContent__inner[data-v-45fa458d]:hover{color:#646464}.ContentItem__more[data-v-45fa458d]{height:auto;padding:0;color:#2f3a91}.ContentItem__more[data-v-45fa458d]:focus,.ContentItem__more[data-v-45fa458d]:hover{color:rgba(47,58,145,.75);background-color:transparent!important;border-color:transparent!important}.ContentItem__more .Icon[data-v-45fa458d]{fill:currentColor}.ContentItem__less[data-v-45fa458d]{height:auto;padding:0;margin-left:0;color:#2f3a91}.ContentItem__less[data-v-45fa458d]:focus,.ContentItem__less[data-v-45fa458d]:hover{color:rgba(47,58,145,.75);background-color:transparent!important;border-color:transparent!important}.ContentItem__keywords[data-v-45fa458d]{margin-top:8px}.ContentItem__keywords .Keyword.is-disabled[data-v-45fa458d]{cursor:auto}.ContentItem__keywords .Keyword.is-disabled[data-v-45fa458d]:hover{border:none;color:#646464}.PatentMetaList[data-v-45fa458d]{display:flex;width:100%;border:1px solid #ebebeb;padding:10px}.PatentMetaListItem[data-v-45fa458d]{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-45fa458d]{text-align:left}.PatentMetaListItem+.PatentMetaListItem[data-v-45fa458d]{border-left:1px solid #eaebf4}.ContentItem__links[data-v-45fa458d]{display:flex;flex-wrap:wrap;margin-top:10px;margin-bottom:-10px}.ContentItem__links .MetaText[data-v-45fa458d]{line-height:36px}.ContentItem__links .base-icon-s-promotion[data-v-45fa458d]{margin-right:10px;color:#2f3a91}.ContentItem__link[data-v-45fa458d]{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-45fa458d]: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-45fa458d]{width:10px;height:10px;border-radius:50%;background-color:#67c23a;margin-right:6px;display:inline-block}.ContentItem__linkLogo[data-v-45fa458d]{width:20px;height:20px;border-radius:50%;margin-right:6px}.ContentItem__linkDotMeta[data-v-45fa458d]{margin-left:auto;display:inline-block;font-weight:600;font-size:12px;color:#121212;margin-bottom:6px;padding-top:4px}.ContentItem__pdf[data-v-45fa458d]{vertical-align:-2px;display:inline-block;margin-right:10px}
|