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