@zkwq/business 0.2.37 → 0.2.39
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/ReadableItemPlain.css +144 -144
- package/dist/css/ReadableItemPlain.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +3 -3
- package/dist/index.min.css +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.umd.cjs +3 -3
- package/dist/index.umd.min.cjs +2 -2
- package/package.json +3 -3
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
[data-v-
|
|
25
|
+
[data-v-55972a29]:export {
|
|
26
26
|
primary: #2F3A91;
|
|
27
27
|
success: #67C23A;
|
|
28
28
|
warning: #FF6A00;
|
|
@@ -87,17 +87,17 @@
|
|
|
87
87
|
|
|
88
88
|
|
|
89
89
|
|
|
90
|
-
.ContentItem.is-en[data-v-
|
|
90
|
+
.ContentItem.is-en[data-v-55972a29] {
|
|
91
91
|
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;
|
|
92
92
|
}
|
|
93
|
-
.TranslateContent[data-v-
|
|
93
|
+
.TranslateContent[data-v-55972a29], .RecommendationContent[data-v-55972a29] {
|
|
94
94
|
background-color: #F3F5F8;
|
|
95
95
|
border-radius: 2px;
|
|
96
96
|
color: #4b5b76;
|
|
97
97
|
font-size: 15px;
|
|
98
98
|
padding: 10px;
|
|
99
99
|
}
|
|
100
|
-
.TranslateSupport[data-v-
|
|
100
|
+
.TranslateSupport[data-v-55972a29] {
|
|
101
101
|
color: #97a3b7;
|
|
102
102
|
display: flex;
|
|
103
103
|
align-items: center;
|
|
@@ -105,16 +105,16 @@
|
|
|
105
105
|
text-align: right;
|
|
106
106
|
font-size: 13px;
|
|
107
107
|
}
|
|
108
|
-
.TranslateSupport .Icon[data-v-
|
|
108
|
+
.TranslateSupport .Icon[data-v-55972a29] {
|
|
109
109
|
margin: 0 4px;
|
|
110
110
|
}
|
|
111
|
-
.RecommendationContent[data-v-
|
|
111
|
+
.RecommendationContent[data-v-55972a29] {
|
|
112
112
|
margin-top: 10px;
|
|
113
113
|
}
|
|
114
|
-
.RecommendationContent .RichContent__inner[data-v-
|
|
114
|
+
.RecommendationContent .RichContent__inner[data-v-55972a29] {
|
|
115
115
|
font-size: 14px;
|
|
116
116
|
}
|
|
117
|
-
.TranslateTitle[data-v-
|
|
117
|
+
.TranslateTitle[data-v-55972a29] {
|
|
118
118
|
background-color: #F3F5F8;
|
|
119
119
|
padding: 0 10px;
|
|
120
120
|
font-size: 15px;
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
font-weight: 600;
|
|
125
125
|
border-radius: 4px;
|
|
126
126
|
}
|
|
127
|
-
.ContentItem__title[data-v-
|
|
127
|
+
.ContentItem__title[data-v-55972a29] {
|
|
128
128
|
font-size: 18px;
|
|
129
129
|
color: #2F3A91;
|
|
130
130
|
font-weight: 600;
|
|
@@ -134,42 +134,42 @@
|
|
|
134
134
|
cursor: pointer;
|
|
135
135
|
transition: color 0.3s;
|
|
136
136
|
}
|
|
137
|
-
.ContentItem__title a[data-v-
|
|
137
|
+
.ContentItem__title a[data-v-55972a29] {
|
|
138
138
|
display: inline-block;
|
|
139
139
|
}
|
|
140
|
-
.ContentItem__title[data-v-
|
|
140
|
+
.ContentItem__title[data-v-55972a29]:hover {
|
|
141
141
|
color: rgba(47, 58, 145, 0.75);
|
|
142
142
|
}
|
|
143
|
-
.JournalAbstracts[data-v-
|
|
143
|
+
.JournalAbstracts[data-v-55972a29] {
|
|
144
144
|
color: #4b5b76 !important;
|
|
145
145
|
}
|
|
146
|
-
.JournalAbstracts .RichContent__inner[data-v-
|
|
146
|
+
.JournalAbstracts .RichContent__inner[data-v-55972a29] {
|
|
147
147
|
display: -webkit-box;
|
|
148
148
|
-webkit-box-orient: vertical;
|
|
149
149
|
-webkit-line-clamp: 2;
|
|
150
150
|
overflow: hidden;
|
|
151
151
|
}
|
|
152
|
-
.ContentItem__author[data-v-
|
|
152
|
+
.ContentItem__author[data-v-55972a29] {
|
|
153
153
|
margin-top: 6px;
|
|
154
154
|
}
|
|
155
|
-
.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-
|
|
155
|
+
.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-55972a29] {
|
|
156
156
|
cursor: auto;
|
|
157
157
|
}
|
|
158
|
-
.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-
|
|
158
|
+
.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-55972a29]:hover {
|
|
159
159
|
border: none;
|
|
160
160
|
color: #4b5b76;
|
|
161
161
|
}
|
|
162
|
-
.MetaText[data-v-
|
|
162
|
+
.MetaText[data-v-55972a29] {
|
|
163
163
|
color: #999;
|
|
164
164
|
font-size: 14px;
|
|
165
165
|
}
|
|
166
|
-
.MetaText.is-en[data-v-
|
|
166
|
+
.MetaText.is-en[data-v-55972a29] {
|
|
167
167
|
margin-right: 10px;
|
|
168
168
|
}
|
|
169
|
-
.ContentItem__innerWithCover[data-v-
|
|
169
|
+
.ContentItem__innerWithCover[data-v-55972a29] {
|
|
170
170
|
display: flex;
|
|
171
171
|
}
|
|
172
|
-
.BulletinCover[data-v-
|
|
172
|
+
.BulletinCover[data-v-55972a29] {
|
|
173
173
|
width: 90px;
|
|
174
174
|
height: 120px;
|
|
175
175
|
border-radius: 4px;
|
|
@@ -180,18 +180,18 @@
|
|
|
180
180
|
justify-content: center;
|
|
181
181
|
box-shadow: 0 2px 4px 0 rgba(54, 58, 80, 0.32);
|
|
182
182
|
}
|
|
183
|
-
.BulletinCover i[data-v-
|
|
183
|
+
.BulletinCover i[data-v-55972a29] {
|
|
184
184
|
font-size: 20px;
|
|
185
185
|
color: #8590a6;
|
|
186
186
|
}
|
|
187
|
-
.BulletinCover[data-v-
|
|
187
|
+
.BulletinCover[data-v-55972a29] .base-image__inner {
|
|
188
188
|
width: 90px;
|
|
189
189
|
height: 120px;
|
|
190
190
|
border-radius: 4px;
|
|
191
191
|
object-fit: cover;
|
|
192
192
|
cursor: pointer;
|
|
193
193
|
}
|
|
194
|
-
.FacilityCover[data-v-
|
|
194
|
+
.FacilityCover[data-v-55972a29] {
|
|
195
195
|
width: 230px;
|
|
196
196
|
height: 100%;
|
|
197
197
|
border-radius: 4px;
|
|
@@ -202,34 +202,34 @@
|
|
|
202
202
|
justify-content: center;
|
|
203
203
|
box-shadow: 0 2px 4px 0 rgba(54, 58, 80, 0.32);
|
|
204
204
|
}
|
|
205
|
-
.FacilityCover .base-image[data-v-
|
|
205
|
+
.FacilityCover .base-image[data-v-55972a29] {
|
|
206
206
|
height: 100%;
|
|
207
207
|
}
|
|
208
|
-
.FacilityCover i[data-v-
|
|
208
|
+
.FacilityCover i[data-v-55972a29] {
|
|
209
209
|
font-size: 20px;
|
|
210
210
|
color: #8590a6;
|
|
211
211
|
}
|
|
212
|
-
.FacilityCover[data-v-
|
|
212
|
+
.FacilityCover[data-v-55972a29] .base-image__inner {
|
|
213
213
|
width: 230px;
|
|
214
214
|
height: 100%;
|
|
215
215
|
border-radius: 4px;
|
|
216
216
|
object-fit: cover;
|
|
217
217
|
cursor: pointer;
|
|
218
218
|
}
|
|
219
|
-
.FacilityCover__empty[data-v-
|
|
219
|
+
.FacilityCover__empty[data-v-55972a29] {
|
|
220
220
|
width: 100%;
|
|
221
221
|
height: 100%;
|
|
222
222
|
display: flex;
|
|
223
223
|
align-items: center;
|
|
224
224
|
justify-content: center;
|
|
225
225
|
}
|
|
226
|
-
.FacilityCover__emptyText[data-v-
|
|
226
|
+
.FacilityCover__emptyText[data-v-55972a29] {
|
|
227
227
|
color: rgba(18, 22, 26, 0.45);
|
|
228
228
|
font-size: 16px;
|
|
229
229
|
letter-spacing: 0.18em;
|
|
230
230
|
text-transform: uppercase;
|
|
231
231
|
}
|
|
232
|
-
.LiteratureCover[data-v-
|
|
232
|
+
.LiteratureCover[data-v-55972a29] {
|
|
233
233
|
width: 200px;
|
|
234
234
|
height: 120px;
|
|
235
235
|
border-radius: 4px;
|
|
@@ -240,45 +240,45 @@
|
|
|
240
240
|
justify-content: center;
|
|
241
241
|
box-shadow: 0 2px 4px 0 rgba(54, 58, 80, 0.32);
|
|
242
242
|
}
|
|
243
|
-
.LiteratureCover i[data-v-
|
|
243
|
+
.LiteratureCover i[data-v-55972a29] {
|
|
244
244
|
font-size: 20px;
|
|
245
245
|
color: #8590a6;
|
|
246
246
|
}
|
|
247
|
-
.LiteratureCover[data-v-
|
|
247
|
+
.LiteratureCover[data-v-55972a29] .base-image__inner {
|
|
248
248
|
width: 200px;
|
|
249
249
|
height: 120px;
|
|
250
250
|
border-radius: 4px;
|
|
251
251
|
object-fit: cover;
|
|
252
252
|
cursor: pointer;
|
|
253
253
|
}
|
|
254
|
-
.ContentItem__meta[data-v-
|
|
254
|
+
.ContentItem__meta[data-v-55972a29] {
|
|
255
255
|
margin-top: 10px;
|
|
256
256
|
}
|
|
257
|
-
.ContentItem__titleText[data-v-
|
|
257
|
+
.ContentItem__titleText[data-v-55972a29] {
|
|
258
258
|
margin-right: 6px;
|
|
259
259
|
}
|
|
260
|
-
.ContentItem__status[data-v-
|
|
260
|
+
.ContentItem__status[data-v-55972a29] {
|
|
261
261
|
font-size: 14px;
|
|
262
262
|
margin: 0 4px 0 -4px;
|
|
263
263
|
vertical-align: 1px;
|
|
264
264
|
}
|
|
265
|
-
.ContentItem__abstracts[data-v-
|
|
265
|
+
.ContentItem__abstracts[data-v-55972a29] {
|
|
266
266
|
margin-top: 10px;
|
|
267
267
|
color: #97a3b7;
|
|
268
268
|
}
|
|
269
|
-
.FacilityAbstract .RichText[data-v-
|
|
269
|
+
.FacilityAbstract .RichText[data-v-55972a29] {
|
|
270
270
|
display: -webkit-box;
|
|
271
271
|
-webkit-line-clamp: 2;
|
|
272
272
|
-webkit-box-orient: vertical;
|
|
273
273
|
overflow: hidden;
|
|
274
274
|
color: #717171;
|
|
275
275
|
}
|
|
276
|
-
.Keywords[data-v-
|
|
276
|
+
.Keywords[data-v-55972a29] {
|
|
277
277
|
display: flex;
|
|
278
278
|
flex-wrap: wrap;
|
|
279
279
|
line-height: 1.7;
|
|
280
280
|
}
|
|
281
|
-
.Keyword[data-v-
|
|
281
|
+
.Keyword[data-v-55972a29] {
|
|
282
282
|
font-size: 14px;
|
|
283
283
|
color: #999;
|
|
284
284
|
cursor: pointer;
|
|
@@ -287,195 +287,195 @@
|
|
|
287
287
|
word-break: break-word;
|
|
288
288
|
height: 24px;
|
|
289
289
|
}
|
|
290
|
-
.Keyword.is-disabled[data-v-
|
|
290
|
+
.Keyword.is-disabled[data-v-55972a29] {
|
|
291
291
|
cursor: default;
|
|
292
292
|
}
|
|
293
|
-
.Keyword[data-v-
|
|
293
|
+
.Keyword[data-v-55972a29]:not(.is-disabled):hover {
|
|
294
294
|
border-bottom: 1px dotted #444;
|
|
295
295
|
color: #2F3A91;
|
|
296
296
|
}
|
|
297
|
-
.KeywordMore[data-v-
|
|
297
|
+
.KeywordMore[data-v-55972a29] {
|
|
298
298
|
font-size: 14px;
|
|
299
299
|
color: #6d7280;
|
|
300
300
|
cursor: pointer;
|
|
301
301
|
}
|
|
302
|
-
.KeywordMore[data-v-
|
|
302
|
+
.KeywordMore[data-v-55972a29]:hover {
|
|
303
303
|
opacity: 0.8;
|
|
304
304
|
}
|
|
305
|
-
.AuthorInfo[data-v-
|
|
305
|
+
.AuthorInfo[data-v-55972a29] {
|
|
306
306
|
display: flex;
|
|
307
307
|
}
|
|
308
|
-
.AuthorInfo .base-icon-s-custom[data-v-
|
|
308
|
+
.AuthorInfo .base-icon-s-custom[data-v-55972a29] {
|
|
309
309
|
color: #97a3b7;
|
|
310
310
|
padding-top: 5px;
|
|
311
311
|
margin-right: 10px;
|
|
312
312
|
font-size: 15px;
|
|
313
313
|
transition: color 0.3s;
|
|
314
314
|
}
|
|
315
|
-
.AuthorInfo .base-icon-s-custom[data-v-
|
|
315
|
+
.AuthorInfo .base-icon-s-custom[data-v-55972a29]:hover {
|
|
316
316
|
color: #2F3A91;
|
|
317
317
|
}
|
|
318
|
-
.AuthorInfo__content[data-v-
|
|
318
|
+
.AuthorInfo__content[data-v-55972a29] {
|
|
319
319
|
flex: 1;
|
|
320
320
|
overflow: hidden;
|
|
321
321
|
display: inline-block;
|
|
322
322
|
line-height: 1.7;
|
|
323
323
|
}
|
|
324
|
-
.AuthorInfo__content .Button--more[data-v-
|
|
324
|
+
.AuthorInfo__content .Button--more[data-v-55972a29] {
|
|
325
325
|
margin-left: 6px;
|
|
326
326
|
}
|
|
327
|
-
.AuthorInfo__content .Dot[data-v-
|
|
327
|
+
.AuthorInfo__content .Dot[data-v-55972a29] {
|
|
328
328
|
font-weight: 600;
|
|
329
329
|
margin: 0 4px 0 0 !important;
|
|
330
330
|
}
|
|
331
|
-
.AuthorInfo__extra[data-v-
|
|
331
|
+
.AuthorInfo__extra[data-v-55972a29] {
|
|
332
332
|
font-size: 12px;
|
|
333
333
|
padding: 0 6px 0 0;
|
|
334
334
|
color: #97a3b7;
|
|
335
335
|
cursor: pointer;
|
|
336
336
|
font-weight: 600;
|
|
337
337
|
}
|
|
338
|
-
.AuthorInfo__extra[data-v-
|
|
338
|
+
.AuthorInfo__extra[data-v-55972a29]:hover {
|
|
339
339
|
opacity: 0.8;
|
|
340
340
|
}
|
|
341
|
-
.AuthorInfo__avatar[data-v-
|
|
341
|
+
.AuthorInfo__avatar[data-v-55972a29] {
|
|
342
342
|
vertical-align: top;
|
|
343
343
|
}
|
|
344
|
-
.AuthorInfo__name[data-v-
|
|
344
|
+
.AuthorInfo__name[data-v-55972a29] {
|
|
345
345
|
font-weight: 600;
|
|
346
346
|
margin-right: 6px;
|
|
347
347
|
font-size: 15px;
|
|
348
348
|
}
|
|
349
|
-
.AuthorInfo__name.AuthorInfo__name--light[data-v-
|
|
349
|
+
.AuthorInfo__name.AuthorInfo__name--light[data-v-55972a29] {
|
|
350
350
|
font-weight: 500;
|
|
351
351
|
}
|
|
352
|
-
.ContentItem__label[data-v-
|
|
352
|
+
.ContentItem__label[data-v-55972a29] {
|
|
353
353
|
color: #97a3b7;
|
|
354
354
|
margin-right: 4px;
|
|
355
355
|
}
|
|
356
|
-
.ContentItem__comma[data-v-
|
|
356
|
+
.ContentItem__comma[data-v-55972a29] {
|
|
357
357
|
color: #97a3b7;
|
|
358
358
|
font-weight: 500;
|
|
359
359
|
}
|
|
360
|
-
.ContentItem__source.is-disabled .AuthorInfo__nameText[data-v-
|
|
360
|
+
.ContentItem__source.is-disabled .AuthorInfo__nameText[data-v-55972a29] {
|
|
361
361
|
cursor: default;
|
|
362
362
|
}
|
|
363
|
-
.ContentItem__source .ContentItem__comma[data-v-
|
|
363
|
+
.ContentItem__source .ContentItem__comma[data-v-55972a29] {
|
|
364
364
|
margin-right: 2px;
|
|
365
365
|
}
|
|
366
|
-
.BookAuthor .AuthorInfo__nameText[data-v-
|
|
366
|
+
.BookAuthor .AuthorInfo__nameText[data-v-55972a29] {
|
|
367
367
|
cursor: default;
|
|
368
368
|
}
|
|
369
|
-
.AuthorInfo__nameText[data-v-
|
|
369
|
+
.AuthorInfo__nameText[data-v-55972a29] {
|
|
370
370
|
cursor: pointer;
|
|
371
371
|
transition: all 0.3s;
|
|
372
372
|
color: #4b5b76;
|
|
373
373
|
}
|
|
374
|
-
.AuthorInfo__nameText[data-v-
|
|
374
|
+
.AuthorInfo__nameText[data-v-55972a29]:hover {
|
|
375
375
|
border-bottom: 1px dotted #4b5b76;
|
|
376
376
|
color: #2F3A91;
|
|
377
377
|
}
|
|
378
|
-
.AuthorInfo__nameText.is-disabled[data-v-
|
|
378
|
+
.AuthorInfo__nameText.is-disabled[data-v-55972a29] {
|
|
379
379
|
cursor: auto;
|
|
380
380
|
}
|
|
381
|
-
.AuthorInfo__nameText.is-disabled[data-v-
|
|
381
|
+
.AuthorInfo__nameText.is-disabled[data-v-55972a29]:hover {
|
|
382
382
|
border: none;
|
|
383
383
|
color: #4b5b76;
|
|
384
384
|
}
|
|
385
|
-
.ContentItem__source[data-v-
|
|
385
|
+
.ContentItem__source[data-v-55972a29] {
|
|
386
386
|
font-weight: 500;
|
|
387
387
|
color: #4b5b76;
|
|
388
388
|
font-size: 15px;
|
|
389
389
|
}
|
|
390
|
-
.ContentItem__source .Keyword[data-v-
|
|
390
|
+
.ContentItem__source .Keyword[data-v-55972a29] {
|
|
391
391
|
background-color: #fff2e8 !important;
|
|
392
392
|
color: #ff791a !important;
|
|
393
393
|
}
|
|
394
|
-
.ContentItem__source .Keyword.is-last[data-v-
|
|
394
|
+
.ContentItem__source .Keyword.is-last[data-v-55972a29] {
|
|
395
395
|
margin-right: 3px !important;
|
|
396
396
|
}
|
|
397
|
-
.ContentItem__metaSource[data-v-
|
|
397
|
+
.ContentItem__metaSource[data-v-55972a29] {
|
|
398
398
|
transition: all 0.3s;
|
|
399
399
|
}
|
|
400
|
-
.ContentItem__metaSource.is-en[data-v-
|
|
400
|
+
.ContentItem__metaSource.is-en[data-v-55972a29] {
|
|
401
401
|
font-size: 14px;
|
|
402
402
|
}
|
|
403
|
-
.ContentItem__metaSource.is-disabled[data-v-
|
|
403
|
+
.ContentItem__metaSource.is-disabled[data-v-55972a29] {
|
|
404
404
|
cursor: default;
|
|
405
405
|
}
|
|
406
|
-
.ContentItem__metaSource[data-v-
|
|
406
|
+
.ContentItem__metaSource[data-v-55972a29]:not(.is-disabled):hover {
|
|
407
407
|
color: #2F3A91;
|
|
408
408
|
border-bottom: 1px dotted #646464;
|
|
409
409
|
}
|
|
410
|
-
.ContentItem__metaSource[data-v-
|
|
410
|
+
.ContentItem__metaSource[data-v-55972a29] {
|
|
411
411
|
cursor: pointer;
|
|
412
412
|
}
|
|
413
|
-
.RichContent[data-v-
|
|
413
|
+
.RichContent[data-v-55972a29] {
|
|
414
414
|
line-height: 1.6;
|
|
415
415
|
}
|
|
416
|
-
.RichContent[data-v-
|
|
416
|
+
.RichContent[data-v-55972a29]::after {
|
|
417
417
|
display: block;
|
|
418
418
|
content: "";
|
|
419
419
|
clear: both;
|
|
420
420
|
}
|
|
421
|
-
.RichContent .RichText[data-v-
|
|
421
|
+
.RichContent .RichText[data-v-55972a29] {
|
|
422
422
|
margin-right: 4px;
|
|
423
423
|
}
|
|
424
|
-
.RichContent.is-collapsed[data-v-
|
|
424
|
+
.RichContent.is-collapsed[data-v-55972a29] {
|
|
425
425
|
cursor: pointer;
|
|
426
426
|
transition: color 0.14s ease-out;
|
|
427
427
|
}
|
|
428
|
-
.RichContent__inner[data-v-
|
|
428
|
+
.RichContent__inner[data-v-55972a29] {
|
|
429
429
|
font-size: 15px;
|
|
430
430
|
overflow: hidden;
|
|
431
431
|
}
|
|
432
|
-
.RichText[data-v-
|
|
432
|
+
.RichText[data-v-55972a29] {
|
|
433
433
|
word-break: break-word;
|
|
434
434
|
line-height: 1.6;
|
|
435
435
|
}
|
|
436
|
-
.RichContent.is-collapsed .RichText[data-v-
|
|
436
|
+
.RichContent.is-collapsed .RichText[data-v-55972a29] {
|
|
437
437
|
pointer-events: none;
|
|
438
438
|
}
|
|
439
|
-
.RichContent.is-collapsed:not(.RichContent--unescapable) .RichText[data-v-
|
|
439
|
+
.RichContent.is-collapsed:not(.RichContent--unescapable) .RichText[data-v-55972a29] {
|
|
440
440
|
white-space: normal;
|
|
441
441
|
}
|
|
442
|
-
.RichContent.is-collapsed .RichContent__inner[data-v-
|
|
442
|
+
.RichContent.is-collapsed .RichContent__inner[data-v-55972a29]:hover {
|
|
443
443
|
color: #6d7280;
|
|
444
444
|
}
|
|
445
|
-
.ContentItem__more[data-v-
|
|
445
|
+
.ContentItem__more[data-v-55972a29] {
|
|
446
446
|
height: auto;
|
|
447
447
|
padding: 0;
|
|
448
448
|
color: #2F3A91;
|
|
449
449
|
}
|
|
450
|
-
.ContentItem__more[data-v-
|
|
450
|
+
.ContentItem__more[data-v-55972a29]:hover, .ContentItem__more[data-v-55972a29]:focus {
|
|
451
451
|
color: rgba(47, 58, 145, 0.75);
|
|
452
452
|
background-color: transparent !important;
|
|
453
453
|
border-color: transparent !important;
|
|
454
454
|
}
|
|
455
|
-
.ContentItem__more .Icon[data-v-
|
|
455
|
+
.ContentItem__more .Icon[data-v-55972a29] {
|
|
456
456
|
fill: currentColor;
|
|
457
457
|
}
|
|
458
|
-
.ContentItem__less[data-v-
|
|
458
|
+
.ContentItem__less[data-v-55972a29] {
|
|
459
459
|
height: auto;
|
|
460
460
|
padding: 0;
|
|
461
461
|
margin-left: 0;
|
|
462
462
|
color: #2F3A91;
|
|
463
463
|
}
|
|
464
|
-
.ContentItem__less[data-v-
|
|
464
|
+
.ContentItem__less[data-v-55972a29]:hover, .ContentItem__less[data-v-55972a29]:focus {
|
|
465
465
|
color: rgba(47, 58, 145, 0.75);
|
|
466
466
|
background-color: transparent !important;
|
|
467
467
|
border-color: transparent !important;
|
|
468
468
|
}
|
|
469
|
-
.ContentItem__keywords[data-v-
|
|
469
|
+
.ContentItem__keywords[data-v-55972a29] {
|
|
470
470
|
margin-top: 8px;
|
|
471
471
|
}
|
|
472
|
-
.PatentMetaList[data-v-
|
|
472
|
+
.PatentMetaList[data-v-55972a29] {
|
|
473
473
|
display: flex;
|
|
474
474
|
width: 100%;
|
|
475
475
|
border: 1px solid #EBEBEB;
|
|
476
476
|
padding: 10px;
|
|
477
477
|
}
|
|
478
|
-
.PatentMetaListItem[data-v-
|
|
478
|
+
.PatentMetaListItem[data-v-55972a29] {
|
|
479
479
|
flex: 1;
|
|
480
480
|
color: #8590a6;
|
|
481
481
|
line-height: 1.5;
|
|
@@ -485,28 +485,28 @@
|
|
|
485
485
|
align-items: center;
|
|
486
486
|
justify-content: center;
|
|
487
487
|
}
|
|
488
|
-
.PatentMetaListItem > div[data-v-
|
|
488
|
+
.PatentMetaListItem > div[data-v-55972a29] {
|
|
489
489
|
text-align: left;
|
|
490
490
|
}
|
|
491
|
-
.PatentMetaListItem + .PatentMetaListItem[data-v-
|
|
491
|
+
.PatentMetaListItem + .PatentMetaListItem[data-v-55972a29] {
|
|
492
492
|
border-left: 1px solid rgb(234.2, 235.3, 244);
|
|
493
493
|
}
|
|
494
|
-
.ContentItem__links[data-v-
|
|
494
|
+
.ContentItem__links[data-v-55972a29] {
|
|
495
495
|
display: flex;
|
|
496
496
|
flex-wrap: wrap;
|
|
497
497
|
margin-top: 14px;
|
|
498
498
|
}
|
|
499
|
-
.ContentItem__links .MetaText[data-v-
|
|
499
|
+
.ContentItem__links .MetaText[data-v-55972a29] {
|
|
500
500
|
line-height: 36px;
|
|
501
501
|
}
|
|
502
|
-
.ContentItem__links .base-icon-s-promotion[data-v-
|
|
502
|
+
.ContentItem__links .base-icon-s-promotion[data-v-55972a29] {
|
|
503
503
|
margin-right: 10px;
|
|
504
504
|
color: #2F3A91;
|
|
505
505
|
}
|
|
506
|
-
.ContentItem__links[data-v-
|
|
506
|
+
.ContentItem__links[data-v-55972a29] {
|
|
507
507
|
margin-bottom: -10px;
|
|
508
508
|
}
|
|
509
|
-
.ContentItem__link[data-v-
|
|
509
|
+
.ContentItem__link[data-v-55972a29] {
|
|
510
510
|
padding: 6px 14px;
|
|
511
511
|
margin-bottom: 10px;
|
|
512
512
|
box-sizing: border-box;
|
|
@@ -524,12 +524,12 @@
|
|
|
524
524
|
margin-right: 16px;
|
|
525
525
|
font-size: 14px;
|
|
526
526
|
}
|
|
527
|
-
.ContentItem__link[data-v-
|
|
527
|
+
.ContentItem__link[data-v-55972a29]:hover {
|
|
528
528
|
color: #2F3A91;
|
|
529
529
|
background: #f3f5f8;
|
|
530
530
|
box-shadow: inset 8px 8px 20px 0 rgba(55, 99, 170, 0.11), inset -8px -8px 20px 0 #fff;
|
|
531
531
|
}
|
|
532
|
-
.ContentItem__linkDot[data-v-
|
|
532
|
+
.ContentItem__linkDot[data-v-55972a29] {
|
|
533
533
|
width: 10px;
|
|
534
534
|
height: 10px;
|
|
535
535
|
border-radius: 50%;
|
|
@@ -537,13 +537,13 @@
|
|
|
537
537
|
margin-right: 6px;
|
|
538
538
|
display: inline-block;
|
|
539
539
|
}
|
|
540
|
-
.ContentItem__linkLogo[data-v-
|
|
540
|
+
.ContentItem__linkLogo[data-v-55972a29] {
|
|
541
541
|
width: 20px;
|
|
542
542
|
height: 20px;
|
|
543
543
|
border-radius: 50%;
|
|
544
544
|
margin-right: 6px;
|
|
545
545
|
}
|
|
546
|
-
.ContentItem__titleLabel[data-v-
|
|
546
|
+
.ContentItem__titleLabel[data-v-55972a29] {
|
|
547
547
|
display: inline-block;
|
|
548
548
|
font-weight: 600;
|
|
549
549
|
font-size: 12px;
|
|
@@ -552,47 +552,47 @@
|
|
|
552
552
|
margin: 0;
|
|
553
553
|
vertical-align: 1px;
|
|
554
554
|
}
|
|
555
|
-
.ContentItem__titleLabel + .ContentItem__titleLabel[data-v-
|
|
555
|
+
.ContentItem__titleLabel + .ContentItem__titleLabel[data-v-55972a29] {
|
|
556
556
|
margin-left: -6px;
|
|
557
557
|
}
|
|
558
|
-
.ContentItem__titleLabel--oa[data-v-
|
|
558
|
+
.ContentItem__titleLabel--oa[data-v-55972a29] {
|
|
559
559
|
color: #FF6A00;
|
|
560
560
|
}
|
|
561
|
-
.ContentItem__titleLabel--pdf[data-v-
|
|
561
|
+
.ContentItem__titleLabel--pdf[data-v-55972a29] {
|
|
562
562
|
color: #F64041;
|
|
563
563
|
}
|
|
564
|
-
.ContentItem__titleLabel--free[data-v-
|
|
564
|
+
.ContentItem__titleLabel--free[data-v-55972a29] {
|
|
565
565
|
color: rgb(19, 206, 102);
|
|
566
566
|
}
|
|
567
|
-
.SoftwareTitleTags[data-v-
|
|
567
|
+
.SoftwareTitleTags[data-v-55972a29] {
|
|
568
568
|
display: inline-flex;
|
|
569
569
|
flex-wrap: wrap;
|
|
570
570
|
gap: 8px;
|
|
571
571
|
vertical-align: middle;
|
|
572
572
|
}
|
|
573
|
-
.SoftwareTitleTag.base-tag[data-v-
|
|
573
|
+
.SoftwareTitleTag.base-tag[data-v-55972a29] {
|
|
574
574
|
border: none;
|
|
575
575
|
font-weight: 500;
|
|
576
576
|
vertical-align: middle;
|
|
577
577
|
}
|
|
578
|
-
.SoftwareTitleTag--resourceType.base-tag[data-v-
|
|
578
|
+
.SoftwareTitleTag--resourceType.base-tag[data-v-55972a29] {
|
|
579
579
|
background-color: #e7f5e8 !important;
|
|
580
580
|
color: #3b8b4b !important;
|
|
581
581
|
}
|
|
582
|
-
.SoftwareTitleTag--source.base-tag[data-v-
|
|
582
|
+
.SoftwareTitleTag--source.base-tag[data-v-55972a29] {
|
|
583
583
|
background-color: #f1e7fb !important;
|
|
584
584
|
color: #8b56c2 !important;
|
|
585
585
|
}
|
|
586
|
-
.SoftwareTitleTag--license.base-tag[data-v-
|
|
586
|
+
.SoftwareTitleTag--license.base-tag[data-v-55972a29] {
|
|
587
587
|
background-color: #fff1dc !important;
|
|
588
588
|
color: #f07d20 !important;
|
|
589
589
|
}
|
|
590
|
-
.ContentItem__pdf[data-v-
|
|
590
|
+
.ContentItem__pdf[data-v-55972a29] {
|
|
591
591
|
vertical-align: -2px;
|
|
592
592
|
display: inline-block;
|
|
593
593
|
margin-right: 10px;
|
|
594
594
|
}
|
|
595
|
-
.LiteratureTitle[data-v-
|
|
595
|
+
.LiteratureTitle[data-v-55972a29] {
|
|
596
596
|
display: -webkit-box;
|
|
597
597
|
-webkit-box-orient: vertical;
|
|
598
598
|
-webkit-line-clamp: 1;
|
|
@@ -600,7 +600,7 @@
|
|
|
600
600
|
max-height: 28px;
|
|
601
601
|
line-height: 1.5;
|
|
602
602
|
}
|
|
603
|
-
.LiteratureHighlight[data-v-
|
|
603
|
+
.LiteratureHighlight[data-v-55972a29] {
|
|
604
604
|
margin-top: 8px;
|
|
605
605
|
display: -webkit-box;
|
|
606
606
|
-webkit-box-orient: vertical;
|
|
@@ -612,7 +612,7 @@
|
|
|
612
612
|
font-size: 15px;
|
|
613
613
|
color: #4b5b76;
|
|
614
614
|
}
|
|
615
|
-
.LiteratureHighlight--more[data-v-
|
|
615
|
+
.LiteratureHighlight--more[data-v-55972a29] {
|
|
616
616
|
display: -webkit-box;
|
|
617
617
|
-webkit-box-orient: vertical;
|
|
618
618
|
-webkit-line-clamp: 3;
|
|
@@ -620,7 +620,7 @@
|
|
|
620
620
|
max-height: 68px;
|
|
621
621
|
min-height: 68px;
|
|
622
622
|
}
|
|
623
|
-
.LiteratureAuthor[data-v-
|
|
623
|
+
.LiteratureAuthor[data-v-55972a29] {
|
|
624
624
|
margin-top: 8px;
|
|
625
625
|
display: -webkit-box;
|
|
626
626
|
-webkit-box-orient: vertical;
|
|
@@ -632,63 +632,63 @@
|
|
|
632
632
|
font-size: 14px;
|
|
633
633
|
color: #6d7280;
|
|
634
634
|
}
|
|
635
|
-
.LiteratureSource[data-v-
|
|
635
|
+
.LiteratureSource[data-v-55972a29] {
|
|
636
636
|
color: #97a3b7;
|
|
637
637
|
font-size: 14px;
|
|
638
638
|
margin-top: 8px;
|
|
639
639
|
}
|
|
640
|
-
.LiteratureContentItem[data-v-
|
|
640
|
+
.LiteratureContentItem[data-v-55972a29] {
|
|
641
641
|
cursor: pointer;
|
|
642
642
|
}
|
|
643
|
-
.LiteratureContentItem:hover .LiteratureTitle[data-v-
|
|
643
|
+
.LiteratureContentItem:hover .LiteratureTitle[data-v-55972a29] {
|
|
644
644
|
color: #2F3A91;
|
|
645
645
|
}
|
|
646
646
|
@media (max-width: 576px) {
|
|
647
|
-
.LiteratureContentItem[data-v-
|
|
647
|
+
.LiteratureContentItem[data-v-55972a29] {
|
|
648
648
|
flex-direction: column;
|
|
649
649
|
}
|
|
650
|
-
.LiteratureCover[data-v-
|
|
650
|
+
.LiteratureCover[data-v-55972a29] {
|
|
651
651
|
width: 100%;
|
|
652
652
|
margin-bottom: 14px;
|
|
653
653
|
margin-right: 0;
|
|
654
654
|
}
|
|
655
|
-
.LiteratureTitle[data-v-
|
|
655
|
+
.LiteratureTitle[data-v-55972a29] {
|
|
656
656
|
display: block;
|
|
657
657
|
max-height: initial;
|
|
658
658
|
}
|
|
659
|
-
.LiteratureAuthor[data-v-
|
|
659
|
+
.LiteratureAuthor[data-v-55972a29] {
|
|
660
660
|
display: block;
|
|
661
661
|
max-height: initial;
|
|
662
662
|
}
|
|
663
|
-
.LiteratureHighlight[data-v-
|
|
663
|
+
.LiteratureHighlight[data-v-55972a29] {
|
|
664
664
|
display: block;
|
|
665
665
|
max-height: initial;
|
|
666
666
|
}
|
|
667
|
-
.ContentItem__innerWithCover--large[data-v-
|
|
667
|
+
.ContentItem__innerWithCover--large[data-v-55972a29] {
|
|
668
668
|
flex-direction: column;
|
|
669
669
|
}
|
|
670
|
-
.ContentItem__innerWithCover--large .FacilityCover[data-v-
|
|
670
|
+
.ContentItem__innerWithCover--large .FacilityCover[data-v-55972a29] {
|
|
671
671
|
width: 100%;
|
|
672
672
|
margin: 0 0 16px;
|
|
673
673
|
height: 150px;
|
|
674
674
|
}
|
|
675
|
-
.ContentItem__innerWithCover--large .FacilityCover[data-v-
|
|
675
|
+
.ContentItem__innerWithCover--large .FacilityCover[data-v-55972a29] .base-image {
|
|
676
676
|
width: 100%;
|
|
677
677
|
height: 150px;
|
|
678
678
|
}
|
|
679
|
-
.ContentItem__innerWithCover--large .FacilityCover[data-v-
|
|
679
|
+
.ContentItem__innerWithCover--large .FacilityCover[data-v-55972a29] .base-image__inner {
|
|
680
680
|
width: 100%;
|
|
681
681
|
height: 150px;
|
|
682
682
|
}
|
|
683
683
|
}
|
|
684
|
-
.FacilityLink[data-v-
|
|
684
|
+
.FacilityLink[data-v-55972a29] {
|
|
685
685
|
position: relative;
|
|
686
686
|
margin: 0 12px;
|
|
687
687
|
}
|
|
688
|
-
.FacilityLink[data-v-
|
|
688
|
+
.FacilityLink[data-v-55972a29]:first-child {
|
|
689
689
|
margin-left: 0;
|
|
690
690
|
}
|
|
691
|
-
.FacilityLink + .FacilityLink[data-v-
|
|
691
|
+
.FacilityLink + .FacilityLink[data-v-55972a29]:before {
|
|
692
692
|
content: "";
|
|
693
693
|
position: absolute;
|
|
694
694
|
left: -14px;
|
|
@@ -699,56 +699,56 @@
|
|
|
699
699
|
background-color: #e0e0e0;
|
|
700
700
|
}
|
|
701
701
|
@media (min-width: 1440px) {
|
|
702
|
-
.FacilityCover[data-v-
|
|
702
|
+
.FacilityCover[data-v-55972a29] {
|
|
703
703
|
width: 200px;
|
|
704
704
|
}
|
|
705
|
-
.FacilityCover[data-v-
|
|
705
|
+
.FacilityCover[data-v-55972a29] .base-image__inner {
|
|
706
706
|
width: 200px;
|
|
707
707
|
}
|
|
708
708
|
}
|
|
709
|
-
.ContentItem--plain .ContentItem__title[data-v-
|
|
710
|
-
.ContentItem--plain .AuthorInfo__nameText[data-v-
|
|
711
|
-
.ContentItem--plain .Keyword[data-v-
|
|
712
|
-
.ContentItem--plain .ContentItem__metaSource[data-v-
|
|
713
|
-
.ContentItem--plain .LiteratureContentItem[data-v-
|
|
709
|
+
.ContentItem--plain .ContentItem__title[data-v-55972a29],
|
|
710
|
+
.ContentItem--plain .AuthorInfo__nameText[data-v-55972a29],
|
|
711
|
+
.ContentItem--plain .Keyword[data-v-55972a29],
|
|
712
|
+
.ContentItem--plain .ContentItem__metaSource[data-v-55972a29],
|
|
713
|
+
.ContentItem--plain .LiteratureContentItem[data-v-55972a29] {
|
|
714
714
|
cursor: default;
|
|
715
715
|
}
|
|
716
|
-
.ContentItem--plain .ContentItem__title[data-v-
|
|
716
|
+
.ContentItem--plain .ContentItem__title[data-v-55972a29]:hover {
|
|
717
717
|
color: #2F3A91;
|
|
718
718
|
}
|
|
719
|
-
.ContentItem--plain .AuthorInfo__nameText[data-v-
|
|
719
|
+
.ContentItem--plain .AuthorInfo__nameText[data-v-55972a29]:hover {
|
|
720
720
|
border-bottom: none;
|
|
721
721
|
color: #4b5b76;
|
|
722
722
|
}
|
|
723
|
-
.ContentItem--plain .Keyword[data-v-
|
|
723
|
+
.ContentItem--plain .Keyword[data-v-55972a29]:not(.is-disabled):hover {
|
|
724
724
|
border-bottom: none;
|
|
725
725
|
color: #999;
|
|
726
726
|
}
|
|
727
|
-
.ContentItem--plain .ContentItem__metaSource[data-v-
|
|
727
|
+
.ContentItem--plain .ContentItem__metaSource[data-v-55972a29]:not(.is-disabled):hover {
|
|
728
728
|
border-bottom: none;
|
|
729
729
|
color: inherit;
|
|
730
730
|
}
|
|
731
|
-
.ContentItem--plain .ContentItem__abstracts .RichContent__inner[data-v-
|
|
731
|
+
.ContentItem--plain .ContentItem__abstracts .RichContent__inner[data-v-55972a29] {
|
|
732
732
|
display: -webkit-box;
|
|
733
733
|
-webkit-box-orient: vertical;
|
|
734
734
|
-webkit-line-clamp: 2;
|
|
735
735
|
max-height: 48px;
|
|
736
736
|
overflow: hidden;
|
|
737
737
|
}
|
|
738
|
-
.ContentItem--plain .FacilityAbstract .RichText[data-v-
|
|
738
|
+
.ContentItem--plain .FacilityAbstract .RichText[data-v-55972a29] {
|
|
739
739
|
display: inline;
|
|
740
740
|
-webkit-line-clamp: initial;
|
|
741
741
|
overflow: visible;
|
|
742
742
|
}
|
|
743
|
-
.ContentItem--plain .LiteratureContentItem:hover .LiteratureTitle[data-v-
|
|
743
|
+
.ContentItem--plain .LiteratureContentItem:hover .LiteratureTitle[data-v-55972a29] {
|
|
744
744
|
color: inherit;
|
|
745
745
|
}
|
|
746
|
-
.ContentItem--plain .RichContent.is-collapsed[data-v-
|
|
746
|
+
.ContentItem--plain .RichContent.is-collapsed[data-v-55972a29] {
|
|
747
747
|
cursor: default;
|
|
748
748
|
}
|
|
749
|
-
.ContentItem--plain .RichContent.is-collapsed .RichContent__inner[data-v-
|
|
749
|
+
.ContentItem--plain .RichContent.is-collapsed .RichContent__inner[data-v-55972a29]:hover {
|
|
750
750
|
color: inherit;
|
|
751
751
|
}
|
|
752
|
-
.ContentItem--plain[data-v-
|
|
752
|
+
.ContentItem--plain[data-v-55972a29] .base-image__inner {
|
|
753
753
|
cursor: default;
|
|
754
754
|
}
|