@zkwq/business 0.2.34 → 0.2.36

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