@zkwq/business 0.0.75 → 0.0.76
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 +72 -71
- package/dist/css/ReadableItem.min.css +1 -1
- package/dist/css/index.css +1 -1
- package/dist/css/index.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- 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 +1 -1
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
[data-v-
|
|
12
|
+
[data-v-159d7834]: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-159d7834] {
|
|
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-159d7834] {
|
|
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-159d7834] {
|
|
89
89
|
display: inline-block;
|
|
90
90
|
}
|
|
91
|
-
.ContentItem__title[data-v-
|
|
91
|
+
.ContentItem__title[data-v-159d7834]:hover {
|
|
92
92
|
color: rgba(47, 58, 145, 0.75);
|
|
93
93
|
}
|
|
94
|
-
.ContentItem__author[data-v-
|
|
94
|
+
.ContentItem__author[data-v-159d7834] {
|
|
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-159d7834] {
|
|
98
98
|
cursor: auto;
|
|
99
99
|
}
|
|
100
|
-
.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-
|
|
100
|
+
.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-159d7834]:hover {
|
|
101
101
|
border: none;
|
|
102
102
|
color: #646464;
|
|
103
103
|
}
|
|
104
|
-
.MetaText[data-v-
|
|
104
|
+
.MetaText[data-v-159d7834] {
|
|
105
105
|
color: #8590a6;
|
|
106
106
|
font-size: 14px;
|
|
107
107
|
}
|
|
108
|
-
.MetaText.is-en[data-v-
|
|
108
|
+
.MetaText.is-en[data-v-159d7834] {
|
|
109
109
|
margin-right: 10px;
|
|
110
110
|
}
|
|
111
|
-
.ContentItem__meta[data-v-
|
|
111
|
+
.ContentItem__meta[data-v-159d7834] {
|
|
112
112
|
margin-top: 8px;
|
|
113
113
|
}
|
|
114
|
-
.ContentItem__titleText[data-v-
|
|
114
|
+
.ContentItem__titleText[data-v-159d7834] {
|
|
115
115
|
margin-right: 10px;
|
|
116
116
|
}
|
|
117
|
-
.ContentItem__status[data-v-
|
|
117
|
+
.ContentItem__status[data-v-159d7834] {
|
|
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-159d7834] {
|
|
123
123
|
margin-top: 10px;
|
|
124
124
|
color: #8590a6;
|
|
125
125
|
}
|
|
126
|
-
.Keywords[data-v-
|
|
126
|
+
.Keywords[data-v-159d7834] {
|
|
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-159d7834] {
|
|
132
132
|
font-size: 14px;
|
|
133
133
|
color: #646464;
|
|
134
134
|
cursor: pointer;
|
|
@@ -137,180 +137,181 @@
|
|
|
137
137
|
word-break: break-word;
|
|
138
138
|
height: 24px;
|
|
139
139
|
}
|
|
140
|
-
.Keyword[data-v-
|
|
140
|
+
.Keyword[data-v-159d7834]:hover {
|
|
141
141
|
border-bottom: 1px dotted #444;
|
|
142
142
|
color: #2F3A91;
|
|
143
143
|
}
|
|
144
|
-
.KeywordMore[data-v-
|
|
144
|
+
.KeywordMore[data-v-159d7834] {
|
|
145
145
|
font-size: 14px;
|
|
146
146
|
color: #8590a6;
|
|
147
147
|
cursor: pointer;
|
|
148
148
|
}
|
|
149
|
-
.KeywordMore[data-v-
|
|
149
|
+
.KeywordMore[data-v-159d7834]:hover {
|
|
150
150
|
opacity: 0.8;
|
|
151
151
|
}
|
|
152
|
-
.AuthorInfo[data-v-
|
|
152
|
+
.AuthorInfo[data-v-159d7834] {
|
|
153
153
|
display: flex;
|
|
154
154
|
}
|
|
155
|
-
.AuthorInfo .base-icon-s-custom[data-v-
|
|
155
|
+
.AuthorInfo .base-icon-s-custom[data-v-159d7834] {
|
|
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-159d7834]:hover {
|
|
163
163
|
color: #2F3A91;
|
|
164
164
|
}
|
|
165
|
-
.AuthorInfo__content[data-v-
|
|
165
|
+
.AuthorInfo__content[data-v-159d7834] {
|
|
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-159d7834] {
|
|
172
172
|
margin-left: 6px;
|
|
173
173
|
}
|
|
174
|
-
.AuthorInfo__content .Dot[data-v-
|
|
174
|
+
.AuthorInfo__content .Dot[data-v-159d7834] {
|
|
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-159d7834] {
|
|
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-159d7834]:hover {
|
|
186
186
|
opacity: 0.8;
|
|
187
187
|
}
|
|
188
|
-
.AuthorInfo__avatar[data-v-
|
|
188
|
+
.AuthorInfo__avatar[data-v-159d7834] {
|
|
189
189
|
vertical-align: top;
|
|
190
190
|
}
|
|
191
|
-
.AuthorInfo__name[data-v-
|
|
191
|
+
.AuthorInfo__name[data-v-159d7834] {
|
|
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-159d7834] {
|
|
197
197
|
font-weight: 500;
|
|
198
198
|
}
|
|
199
|
-
.ContentItem__label[data-v-
|
|
199
|
+
.ContentItem__label[data-v-159d7834] {
|
|
200
200
|
color: #8590a6;
|
|
201
201
|
margin-right: 4px;
|
|
202
202
|
}
|
|
203
|
-
.ContentItem__comma[data-v-
|
|
203
|
+
.ContentItem__comma[data-v-159d7834] {
|
|
204
204
|
color: #8590a6;
|
|
205
|
+
margin-right: 2px;
|
|
205
206
|
}
|
|
206
|
-
.ContentItem__source .ContentItem__comma[data-v-
|
|
207
|
+
.ContentItem__source .ContentItem__comma[data-v-159d7834] {
|
|
207
208
|
margin-right: 2px;
|
|
208
209
|
}
|
|
209
|
-
.BookAuthor .AuthorInfo__nameText[data-v-
|
|
210
|
+
.BookAuthor .AuthorInfo__nameText[data-v-159d7834] {
|
|
210
211
|
cursor: default;
|
|
211
212
|
}
|
|
212
|
-
.AuthorInfo__nameText[data-v-
|
|
213
|
+
.AuthorInfo__nameText[data-v-159d7834] {
|
|
213
214
|
cursor: pointer;
|
|
214
215
|
transition: all 0.3s;
|
|
215
216
|
color: #646464;
|
|
216
217
|
}
|
|
217
|
-
.AuthorInfo__nameText[data-v-
|
|
218
|
+
.AuthorInfo__nameText[data-v-159d7834]:hover {
|
|
218
219
|
border-bottom: 1px dotted #646464;
|
|
219
220
|
color: #2F3A91;
|
|
220
221
|
}
|
|
221
|
-
.AuthorInfo__nameText.is-disabled[data-v-
|
|
222
|
+
.AuthorInfo__nameText.is-disabled[data-v-159d7834] {
|
|
222
223
|
cursor: auto;
|
|
223
224
|
}
|
|
224
|
-
.AuthorInfo__nameText.is-disabled[data-v-
|
|
225
|
+
.AuthorInfo__nameText.is-disabled[data-v-159d7834]:hover {
|
|
225
226
|
border: none;
|
|
226
227
|
color: #646464;
|
|
227
228
|
}
|
|
228
|
-
.ContentItem__source[data-v-
|
|
229
|
+
.ContentItem__source[data-v-159d7834] {
|
|
229
230
|
font-weight: 500;
|
|
230
231
|
color: #646464;
|
|
231
232
|
font-size: 15px;
|
|
232
233
|
}
|
|
233
|
-
.ContentItem__source .Keyword[data-v-
|
|
234
|
+
.ContentItem__source .Keyword[data-v-159d7834] {
|
|
234
235
|
background-color: #fff2e8 !important;
|
|
235
236
|
color: #ff791a !important;
|
|
236
237
|
}
|
|
237
|
-
.ContentItem__source .Keyword.is-last[data-v-
|
|
238
|
+
.ContentItem__source .Keyword.is-last[data-v-159d7834] {
|
|
238
239
|
margin-right: 3px !important;
|
|
239
240
|
}
|
|
240
|
-
.ContentItem__metaSource[data-v-
|
|
241
|
+
.ContentItem__metaSource[data-v-159d7834] {
|
|
241
242
|
transition: all 0.3s;
|
|
242
243
|
cursor: pointer;
|
|
243
244
|
}
|
|
244
|
-
.ContentItem__metaSource[data-v-
|
|
245
|
+
.ContentItem__metaSource[data-v-159d7834]:hover {
|
|
245
246
|
color: #2F3A91;
|
|
246
247
|
border-bottom: 1px dotted #646464;
|
|
247
248
|
}
|
|
248
|
-
.RichContent[data-v-
|
|
249
|
+
.RichContent[data-v-159d7834] {
|
|
249
250
|
line-height: 1.6;
|
|
250
251
|
}
|
|
251
|
-
.RichContent[data-v-
|
|
252
|
+
.RichContent[data-v-159d7834]::after {
|
|
252
253
|
display: block;
|
|
253
254
|
content: "";
|
|
254
255
|
clear: both;
|
|
255
256
|
}
|
|
256
|
-
.RichContent .RichText[data-v-
|
|
257
|
+
.RichContent .RichText[data-v-159d7834] {
|
|
257
258
|
margin-right: 4px;
|
|
258
259
|
}
|
|
259
|
-
.RichContent.is-collapsed[data-v-
|
|
260
|
+
.RichContent.is-collapsed[data-v-159d7834] {
|
|
260
261
|
cursor: pointer;
|
|
261
262
|
transition: color 0.14s ease-out;
|
|
262
263
|
}
|
|
263
|
-
.RichContent__inner[data-v-
|
|
264
|
+
.RichContent__inner[data-v-159d7834] {
|
|
264
265
|
font-size: 15px;
|
|
265
266
|
overflow: hidden;
|
|
266
267
|
}
|
|
267
|
-
.RichText[data-v-
|
|
268
|
+
.RichText[data-v-159d7834] {
|
|
268
269
|
word-break: break-word;
|
|
269
270
|
line-height: 1.6;
|
|
270
271
|
}
|
|
271
|
-
.RichContent.is-collapsed .RichText[data-v-
|
|
272
|
+
.RichContent.is-collapsed .RichText[data-v-159d7834] {
|
|
272
273
|
pointer-events: none;
|
|
273
274
|
}
|
|
274
|
-
.RichContent.is-collapsed:not(.RichContent--unescapable) .RichText[data-v-
|
|
275
|
+
.RichContent.is-collapsed:not(.RichContent--unescapable) .RichText[data-v-159d7834] {
|
|
275
276
|
white-space: normal;
|
|
276
277
|
}
|
|
277
|
-
.RichContent.is-collapsed .RichContent__inner[data-v-
|
|
278
|
+
.RichContent.is-collapsed .RichContent__inner[data-v-159d7834]:hover {
|
|
278
279
|
color: #646464;
|
|
279
280
|
}
|
|
280
|
-
.ContentItem__more[data-v-
|
|
281
|
+
.ContentItem__more[data-v-159d7834] {
|
|
281
282
|
height: auto;
|
|
282
283
|
padding: 0;
|
|
283
284
|
color: #2F3A91;
|
|
284
285
|
}
|
|
285
|
-
.ContentItem__more[data-v-
|
|
286
|
+
.ContentItem__more[data-v-159d7834]:hover, .ContentItem__more[data-v-159d7834]:focus {
|
|
286
287
|
color: rgba(47, 58, 145, 0.75);
|
|
287
288
|
background-color: transparent !important;
|
|
288
289
|
border-color: transparent !important;
|
|
289
290
|
}
|
|
290
|
-
.ContentItem__more .Icon[data-v-
|
|
291
|
+
.ContentItem__more .Icon[data-v-159d7834] {
|
|
291
292
|
fill: currentColor;
|
|
292
293
|
}
|
|
293
|
-
.ContentItem__less[data-v-
|
|
294
|
+
.ContentItem__less[data-v-159d7834] {
|
|
294
295
|
height: auto;
|
|
295
296
|
padding: 0;
|
|
296
297
|
margin-left: 0;
|
|
297
298
|
color: #2F3A91;
|
|
298
299
|
}
|
|
299
|
-
.ContentItem__less[data-v-
|
|
300
|
+
.ContentItem__less[data-v-159d7834]:hover, .ContentItem__less[data-v-159d7834]:focus {
|
|
300
301
|
color: rgba(47, 58, 145, 0.75);
|
|
301
302
|
background-color: transparent !important;
|
|
302
303
|
border-color: transparent !important;
|
|
303
304
|
}
|
|
304
|
-
.ContentItem__keywords[data-v-
|
|
305
|
+
.ContentItem__keywords[data-v-159d7834] {
|
|
305
306
|
margin-top: 8px;
|
|
306
307
|
}
|
|
307
|
-
.PatentMetaList[data-v-
|
|
308
|
+
.PatentMetaList[data-v-159d7834] {
|
|
308
309
|
display: flex;
|
|
309
310
|
width: 100%;
|
|
310
311
|
border: 1px solid #EBEBEB;
|
|
311
312
|
padding: 10px;
|
|
312
313
|
}
|
|
313
|
-
.PatentMetaListItem[data-v-
|
|
314
|
+
.PatentMetaListItem[data-v-159d7834] {
|
|
314
315
|
flex: 1;
|
|
315
316
|
color: #8590a6;
|
|
316
317
|
line-height: 1.5;
|
|
@@ -320,26 +321,26 @@
|
|
|
320
321
|
align-items: center;
|
|
321
322
|
justify-content: center;
|
|
322
323
|
}
|
|
323
|
-
.PatentMetaListItem > div[data-v-
|
|
324
|
+
.PatentMetaListItem > div[data-v-159d7834] {
|
|
324
325
|
text-align: left;
|
|
325
326
|
}
|
|
326
|
-
.PatentMetaListItem + .PatentMetaListItem[data-v-
|
|
327
|
+
.PatentMetaListItem + .PatentMetaListItem[data-v-159d7834] {
|
|
327
328
|
border-left: 1px solid #eaebf4;
|
|
328
329
|
}
|
|
329
|
-
.ContentItem__links[data-v-
|
|
330
|
+
.ContentItem__links[data-v-159d7834] {
|
|
330
331
|
display: flex;
|
|
331
332
|
flex-wrap: wrap;
|
|
332
333
|
margin-top: 10px;
|
|
333
334
|
margin-bottom: -10px;
|
|
334
335
|
}
|
|
335
|
-
.ContentItem__links .MetaText[data-v-
|
|
336
|
+
.ContentItem__links .MetaText[data-v-159d7834] {
|
|
336
337
|
line-height: 36px;
|
|
337
338
|
}
|
|
338
|
-
.ContentItem__links .base-icon-s-promotion[data-v-
|
|
339
|
+
.ContentItem__links .base-icon-s-promotion[data-v-159d7834] {
|
|
339
340
|
margin-right: 10px;
|
|
340
341
|
color: #2F3A91;
|
|
341
342
|
}
|
|
342
|
-
.ContentItem__link[data-v-
|
|
343
|
+
.ContentItem__link[data-v-159d7834] {
|
|
343
344
|
padding: 6px 14px;
|
|
344
345
|
margin-bottom: 10px;
|
|
345
346
|
box-sizing: border-box;
|
|
@@ -356,12 +357,12 @@
|
|
|
356
357
|
transition: all 0.3s;
|
|
357
358
|
margin-right: 16px;
|
|
358
359
|
}
|
|
359
|
-
.ContentItem__link[data-v-
|
|
360
|
+
.ContentItem__link[data-v-159d7834]:hover {
|
|
360
361
|
color: #2F3A91;
|
|
361
362
|
background: #f3f5f8;
|
|
362
363
|
box-shadow: inset 8px 8px 20px 0 rgba(55, 99, 170, 0.11), inset -8px -8px 20px 0 #fff;
|
|
363
364
|
}
|
|
364
|
-
.ContentItem__linkDot[data-v-
|
|
365
|
+
.ContentItem__linkDot[data-v-159d7834] {
|
|
365
366
|
width: 10px;
|
|
366
367
|
height: 10px;
|
|
367
368
|
border-radius: 50%;
|
|
@@ -369,13 +370,13 @@
|
|
|
369
370
|
margin-right: 6px;
|
|
370
371
|
display: inline-block;
|
|
371
372
|
}
|
|
372
|
-
.ContentItem__linkLogo[data-v-
|
|
373
|
+
.ContentItem__linkLogo[data-v-159d7834] {
|
|
373
374
|
width: 20px;
|
|
374
375
|
height: 20px;
|
|
375
376
|
border-radius: 50%;
|
|
376
377
|
margin-right: 6px;
|
|
377
378
|
}
|
|
378
|
-
.ContentItem__linkDotMeta[data-v-
|
|
379
|
+
.ContentItem__linkDotMeta[data-v-159d7834] {
|
|
379
380
|
margin-left: auto;
|
|
380
381
|
display: inline-block;
|
|
381
382
|
font-weight: 600;
|
|
@@ -384,7 +385,7 @@
|
|
|
384
385
|
margin-bottom: 6px;
|
|
385
386
|
padding-top: 4px;
|
|
386
387
|
}
|
|
387
|
-
.ContentItem__pdf[data-v-
|
|
388
|
+
.ContentItem__pdf[data-v-159d7834] {
|
|
388
389
|
vertical-align: -2px;
|
|
389
390
|
display: inline-block;
|
|
390
391
|
margin-right: 10px;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-159d7834]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.ContentItem.is-en[data-v-159d7834]{font-family:Inter,Roboto,pingfang SC,hiragino sans gb,Apple SD Gothic Neo,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif,helvetica neue,arial,microsoft yahei ui,microsoft yahei,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.ContentItem__title[data-v-159d7834]{font-size:18px;color:#2f3a91;font-weight:600;font-synthesis:style;line-height:1.6;word-break:break-word;cursor:pointer;transition:color .3s}.ContentItem__title a[data-v-159d7834]{display:inline-block}.ContentItem__title[data-v-159d7834]:hover{color:rgba(47,58,145,.75)}.ContentItem__author[data-v-159d7834]{margin-top:6px}.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-159d7834]{cursor:auto}.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-159d7834]:hover{border:none;color:#646464}.MetaText[data-v-159d7834]{color:#8590a6;font-size:14px}.MetaText.is-en[data-v-159d7834]{margin-right:10px}.ContentItem__meta[data-v-159d7834]{margin-top:8px}.ContentItem__titleText[data-v-159d7834]{margin-right:10px}.ContentItem__status[data-v-159d7834]{font-size:14px;margin:0 4px 0 -4px;vertical-align:1px}.ContentItem__abstracts[data-v-159d7834]{margin-top:10px;color:#8590a6}.Keywords[data-v-159d7834]{display:flex;flex-wrap:wrap;line-height:1.7}.Keyword[data-v-159d7834]{font-size:14px;color:#646464;cursor:pointer;margin-right:10px;transition:all .3s;word-break:break-word;height:24px}.Keyword[data-v-159d7834]:hover{border-bottom:1px dotted #444;color:#2f3a91}.KeywordMore[data-v-159d7834]{font-size:14px;color:#8590a6;cursor:pointer}.KeywordMore[data-v-159d7834]:hover{opacity:.8}.AuthorInfo[data-v-159d7834]{display:flex}.AuthorInfo .base-icon-s-custom[data-v-159d7834]{color:#8590a6;padding-top:5px;margin-right:10px;font-size:15px;transition:color .3s}.AuthorInfo .base-icon-s-custom[data-v-159d7834]:hover{color:#2f3a91}.AuthorInfo__content[data-v-159d7834]{flex:1;overflow:hidden;display:inline-block;line-height:1.7}.AuthorInfo__content .Button--more[data-v-159d7834]{margin-left:6px}.AuthorInfo__content .Dot[data-v-159d7834]{font-weight:600;margin:0 4px 0 0!important}.AuthorInfo__extra[data-v-159d7834]{font-size:12px;padding:0 6px 0 0;color:#8590a6;cursor:pointer;font-weight:600}.AuthorInfo__extra[data-v-159d7834]:hover{opacity:.8}.AuthorInfo__avatar[data-v-159d7834]{vertical-align:top}.AuthorInfo__name[data-v-159d7834]{font-weight:600;margin-right:6px;font-size:15px}.AuthorInfo__name.AuthorInfo__name--light[data-v-159d7834]{font-weight:500}.ContentItem__label[data-v-159d7834]{color:#8590a6;margin-right:4px}.ContentItem__comma[data-v-159d7834]{color:#8590a6;margin-right:2px}.ContentItem__source .ContentItem__comma[data-v-159d7834]{margin-right:2px}.BookAuthor .AuthorInfo__nameText[data-v-159d7834]{cursor:default}.AuthorInfo__nameText[data-v-159d7834]{cursor:pointer;transition:all .3s;color:#646464}.AuthorInfo__nameText[data-v-159d7834]:hover{border-bottom:1px dotted #646464;color:#2f3a91}.AuthorInfo__nameText.is-disabled[data-v-159d7834]{cursor:auto}.AuthorInfo__nameText.is-disabled[data-v-159d7834]:hover{border:none;color:#646464}.ContentItem__source[data-v-159d7834]{font-weight:500;color:#646464;font-size:15px}.ContentItem__source .Keyword[data-v-159d7834]{background-color:#fff2e8!important;color:#ff791a!important}.ContentItem__source .Keyword.is-last[data-v-159d7834]{margin-right:3px!important}.ContentItem__metaSource[data-v-159d7834]{transition:all .3s;cursor:pointer}.ContentItem__metaSource[data-v-159d7834]:hover{color:#2f3a91;border-bottom:1px dotted #646464}.RichContent[data-v-159d7834]{line-height:1.6}.RichContent[data-v-159d7834]::after{display:block;content:"";clear:both}.RichContent .RichText[data-v-159d7834]{margin-right:4px}.RichContent.is-collapsed[data-v-159d7834]{cursor:pointer;transition:color .14s ease-out}.RichContent__inner[data-v-159d7834]{font-size:15px;overflow:hidden}.RichText[data-v-159d7834]{word-break:break-word;line-height:1.6}.RichContent.is-collapsed .RichText[data-v-159d7834]{pointer-events:none}.RichContent.is-collapsed:not(.RichContent--unescapable) .RichText[data-v-159d7834]{white-space:normal}.RichContent.is-collapsed .RichContent__inner[data-v-159d7834]:hover{color:#646464}.ContentItem__more[data-v-159d7834]{height:auto;padding:0;color:#2f3a91}.ContentItem__more[data-v-159d7834]:focus,.ContentItem__more[data-v-159d7834]:hover{color:rgba(47,58,145,.75);background-color:transparent!important;border-color:transparent!important}.ContentItem__more .Icon[data-v-159d7834]{fill:currentColor}.ContentItem__less[data-v-159d7834]{height:auto;padding:0;margin-left:0;color:#2f3a91}.ContentItem__less[data-v-159d7834]:focus,.ContentItem__less[data-v-159d7834]:hover{color:rgba(47,58,145,.75);background-color:transparent!important;border-color:transparent!important}.ContentItem__keywords[data-v-159d7834]{margin-top:8px}.PatentMetaList[data-v-159d7834]{display:flex;width:100%;border:1px solid #ebebeb;padding:10px}.PatentMetaListItem[data-v-159d7834]{flex:1;color:#8590a6;line-height:1.5;font-size:15px;text-align:center;display:flex;align-items:center;justify-content:center}.PatentMetaListItem>div[data-v-159d7834]{text-align:left}.PatentMetaListItem+.PatentMetaListItem[data-v-159d7834]{border-left:1px solid #eaebf4}.ContentItem__links[data-v-159d7834]{display:flex;flex-wrap:wrap;margin-top:10px;margin-bottom:-10px}.ContentItem__links .MetaText[data-v-159d7834]{line-height:36px}.ContentItem__links .base-icon-s-promotion[data-v-159d7834]{margin-right:10px;color:#2f3a91}.ContentItem__link[data-v-159d7834]{padding:6px 14px;margin-bottom:10px;box-sizing:border-box;border-radius:4px;display:flex;align-items:center;justify-content:center;-webkit-font-smoothing:antialiased;cursor:pointer;color:#121212;background-image:linear-gradient(0deg,#fff,#f3f5f8);border:2px solid #fff;box-shadow:8px 8px 20px 0 rgba(55,99,170,.1),-8px -8px 20px 0 #fff,inset 0 4px 20px 0 hsla(0,0%,100%,.5);transition:all .3s;margin-right:16px}.ContentItem__link[data-v-159d7834]:hover{color:#2f3a91;background:#f3f5f8;box-shadow:inset 8px 8px 20px 0 rgba(55,99,170,.11),inset -8px -8px 20px 0 #fff}.ContentItem__linkDot[data-v-159d7834]{width:10px;height:10px;border-radius:50%;background-color:#67c23a;margin-right:6px;display:inline-block}.ContentItem__linkLogo[data-v-159d7834]{width:20px;height:20px;border-radius:50%;margin-right:6px}.ContentItem__linkDotMeta[data-v-159d7834]{margin-left:auto;display:inline-block;font-weight:600;font-size:12px;color:#121212;margin-bottom:6px;padding-top:4px}.ContentItem__pdf[data-v-159d7834]{vertical-align:-2px;display:inline-block;margin-right:10px}
|
package/dist/css/index.css
CHANGED
|
@@ -48772,7 +48772,7 @@
|
|
|
48772
48772
|
}
|
|
48773
48773
|
|
|
48774
48774
|
body {
|
|
48775
|
-
font-family:
|
|
48775
|
+
font-family: pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif;
|
|
48776
48776
|
font-size: 14px;
|
|
48777
48777
|
color: #121212;
|
|
48778
48778
|
background-color: #F3F5F8;
|