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