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