@zkwq/business 0.1.71 → 0.1.72
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/AuthorX.css +3 -3
- package/dist/css/AuthorX.min.css +1 -1
- package/dist/css/HoverCard.css +34 -34
- package/dist/css/HoverCard.min.css +1 -1
- package/dist/css/ReadableItem.css +75 -75
- package/dist/css/ReadableItem.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +54 -4
- package/dist/index.min.css +1 -1
- package/dist/index.min.js +2 -2
- package/dist/index.umd.cjs +9 -9
- package/dist/index.umd.min.cjs +7 -7
- package/package.json +1 -1
package/dist/css/AuthorX.css
CHANGED
package/dist/css/AuthorX.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
[data-v-6f8b8566]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__warp[data-v-6f8b8566]+.base-form-item__error.is-required{top:16px;right:0;width:auto;left:auto;text-align:right}.Author__warp[data-v-6f8b8566]{width:100%;height:auto;overflow:hidden}.Form__item[data-v-6f8b8566]{width:100%;height:80px;display:flex;align-items:flex-start;margin-top:16px}.Form__author[data-v-6f8b8566]{position:relative;margin-right:16px;width:100%}.FormItem__tip[data-v-6f8b8566]{position:absolute;top:40px;color:#8590a6}.Author__list[data-v-6f8b8566]{width:auto;overflow:hidden;margin:8px;padding:8px;height:auto;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.Author__list [data-v-6f8b8566]{line-height:30px}.Author__list[data-v-6f8b8566]:hover{background-color:#f6f6f6;border-radius:4px}.Author__list--contro[data-v-6f8b8566]{width:auto;display:flex;justify-content:space-between}.Author__list--contro span[data-v-6f8b8566]{cursor:pointer}.add_author[data-v-6f8b8566]{cursor:pointer}.add_author[data-v-6f8b8566]:hover{color:#2f3a91}.Author__custom--popper{min-width:600px}
|
package/dist/css/HoverCard.css
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
[data-v-
|
|
18
|
+
[data-v-0d39bb52]:export {
|
|
19
19
|
primary: #2F3A91;
|
|
20
20
|
success: #67C23A;
|
|
21
21
|
warning: #FF791A;
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
|
|
91
91
|
|
|
92
92
|
|
|
93
|
-
[data-v-
|
|
93
|
+
[data-v-0d39bb52]:export {
|
|
94
94
|
primary: #2F3A91;
|
|
95
95
|
success: #67C23A;
|
|
96
96
|
warning: #FF791A;
|
|
@@ -158,45 +158,45 @@
|
|
|
158
158
|
|
|
159
159
|
|
|
160
160
|
|
|
161
|
-
.HoverCard__coverContainer[data-v-
|
|
161
|
+
.HoverCard__coverContainer[data-v-0d39bb52] {
|
|
162
162
|
height: 100px;
|
|
163
163
|
margin: 0 -12px;
|
|
164
164
|
overflow: hidden;
|
|
165
165
|
border-radius: 2px 2px 0 0;
|
|
166
166
|
}
|
|
167
|
-
.HoverCard__cover[data-v-
|
|
167
|
+
.HoverCard__cover[data-v-0d39bb52] {
|
|
168
168
|
width: 100%;
|
|
169
169
|
height: 100%;
|
|
170
170
|
-o-object-fit: cover;
|
|
171
171
|
object-fit: cover;
|
|
172
172
|
}
|
|
173
|
-
.HoverCard__subtitle[data-v-
|
|
173
|
+
.HoverCard__subtitle[data-v-0d39bb52], .HoverCard__title[data-v-0d39bb52] {
|
|
174
174
|
overflow: hidden;
|
|
175
175
|
text-overflow: ellipsis;
|
|
176
176
|
white-space: nowrap;
|
|
177
177
|
}
|
|
178
|
-
.HoverCard__title[data-v-
|
|
178
|
+
.HoverCard__title[data-v-0d39bb52] {
|
|
179
179
|
font-size: 16px;
|
|
180
180
|
font-weight: 500;
|
|
181
181
|
}
|
|
182
|
-
.HoverCard__subtitle[data-v-
|
|
182
|
+
.HoverCard__subtitle[data-v-0d39bb52] {
|
|
183
183
|
margin-top: 4px;
|
|
184
184
|
font-weight: 400;
|
|
185
185
|
}
|
|
186
|
-
.HoverCard__titleContainer[data-v-
|
|
186
|
+
.HoverCard__titleContainer[data-v-0d39bb52] {
|
|
187
187
|
position: relative;
|
|
188
188
|
display: flex;
|
|
189
189
|
padding: 8px 0;
|
|
190
190
|
border-bottom: 1px solid #F3F5F8;
|
|
191
191
|
align-items: center;
|
|
192
192
|
}
|
|
193
|
-
.HoverCard__titleContainer--noAvatar[data-v-
|
|
193
|
+
.HoverCard__titleContainer--noAvatar[data-v-0d39bb52] {
|
|
194
194
|
margin-top: 20px;
|
|
195
195
|
}
|
|
196
|
-
.HoverCard__avatar[data-v-
|
|
196
|
+
.HoverCard__avatar[data-v-0d39bb52] {
|
|
197
197
|
border: 2px solid #FFFFFF;
|
|
198
198
|
}
|
|
199
|
-
.HoverCard__titleText[data-v-
|
|
199
|
+
.HoverCard__titleText[data-v-0d39bb52] {
|
|
200
200
|
display: flex;
|
|
201
201
|
min-height: 42px;
|
|
202
202
|
padding-bottom: 2px;
|
|
@@ -207,33 +207,33 @@
|
|
|
207
207
|
flex: 1;
|
|
208
208
|
color: #2F3A91;
|
|
209
209
|
}
|
|
210
|
-
.HoverCard__attrInfo[data-v-
|
|
210
|
+
.HoverCard__attrInfo[data-v-0d39bb52] {
|
|
211
211
|
margin-left: 10px;
|
|
212
212
|
color: #8590A6;
|
|
213
213
|
white-space: nowrap;
|
|
214
214
|
}
|
|
215
|
-
.HoverCard__attrInfo .Icon[data-v-
|
|
215
|
+
.HoverCard__attrInfo .Icon[data-v-0d39bb52] {
|
|
216
216
|
margin-right: 8px;
|
|
217
217
|
}
|
|
218
|
-
.HoverCard[data-v-
|
|
218
|
+
.HoverCard[data-v-0d39bb52] {
|
|
219
219
|
padding: 0 12px 16px;
|
|
220
220
|
font-size: 14px;
|
|
221
221
|
opacity: 1;
|
|
222
222
|
transition: opacity 0.3s;
|
|
223
223
|
}
|
|
224
|
-
.HoverCard--isLoading[data-v-
|
|
224
|
+
.HoverCard--isLoading[data-v-0d39bb52] {
|
|
225
225
|
opacity: 0;
|
|
226
226
|
}
|
|
227
|
-
.HoverCard[data-v-
|
|
227
|
+
.HoverCard[data-v-0d39bb52], .HoverCard__loading[data-v-0d39bb52] {
|
|
228
228
|
box-shadow: 0 5px 20px rgba(26, 26, 26, 0.1);
|
|
229
229
|
background: #FFFFFF;
|
|
230
230
|
border-radius: 2px;
|
|
231
231
|
}
|
|
232
|
-
.HoverCard__container[data-v-
|
|
232
|
+
.HoverCard__container[data-v-0d39bb52] {
|
|
233
233
|
width: 320px;
|
|
234
234
|
max-height: 600px;
|
|
235
235
|
}
|
|
236
|
-
.HoverCard__loading[data-v-
|
|
236
|
+
.HoverCard__loading[data-v-0d39bb52] {
|
|
237
237
|
position: absolute;
|
|
238
238
|
width: 120px;
|
|
239
239
|
height: 80px;
|
|
@@ -242,64 +242,64 @@
|
|
|
242
242
|
align-items: center;
|
|
243
243
|
margin: auto;
|
|
244
244
|
}
|
|
245
|
-
.HoverCard__loading--reversed[data-v-
|
|
245
|
+
.HoverCard__loading--reversed[data-v-0d39bb52] {
|
|
246
246
|
-webkit-transform: translateY(-100%);
|
|
247
247
|
transform: translateY(-100%);
|
|
248
248
|
}
|
|
249
|
-
.HoverCard__container--large[data-v-
|
|
249
|
+
.HoverCard__container--large[data-v-0d39bb52] {
|
|
250
250
|
width: 400px;
|
|
251
251
|
}
|
|
252
|
-
.HoverCard__numberBoard[data-v-
|
|
252
|
+
.HoverCard__numberBoard[data-v-0d39bb52] {
|
|
253
253
|
display: flex;
|
|
254
254
|
justify-content: space-around;
|
|
255
255
|
align-items: center;
|
|
256
256
|
}
|
|
257
|
-
.HoverCard__buttons[data-v-
|
|
257
|
+
.HoverCard__buttons[data-v-0d39bb52] {
|
|
258
258
|
margin-top: 16px;
|
|
259
259
|
display: flex;
|
|
260
260
|
justify-content: space-between;
|
|
261
261
|
}
|
|
262
|
-
.HoverCard__buttons button[data-v-
|
|
262
|
+
.HoverCard__buttons button[data-v-0d39bb52] {
|
|
263
263
|
width: 126px;
|
|
264
264
|
}
|
|
265
|
-
.HoverCard__buttons .base-icon-s-home[data-v-
|
|
265
|
+
.HoverCard__buttons .base-icon-s-home[data-v-0d39bb52] {
|
|
266
266
|
margin-right: 5px;
|
|
267
267
|
}
|
|
268
|
-
.HoverCard__numberGroup[data-v-
|
|
268
|
+
.HoverCard__numberGroup[data-v-0d39bb52] {
|
|
269
269
|
flex: 1;
|
|
270
270
|
}
|
|
271
|
-
.HoverCard__boardKey[data-v-
|
|
271
|
+
.HoverCard__boardKey[data-v-0d39bb52] {
|
|
272
272
|
line-height: 1.7;
|
|
273
273
|
color: #8590A6;
|
|
274
274
|
}
|
|
275
|
-
.HoverCard__boardNumber[data-v-
|
|
275
|
+
.HoverCard__boardNumber[data-v-0d39bb52] {
|
|
276
276
|
margin-top: 4px;
|
|
277
277
|
font-size: 18px;
|
|
278
278
|
font-weight: 500;
|
|
279
279
|
line-height: 1.4;
|
|
280
280
|
color: #2F3A91;
|
|
281
281
|
}
|
|
282
|
-
.HoverCard__item[data-v-
|
|
282
|
+
.HoverCard__item[data-v-0d39bb52] {
|
|
283
283
|
padding: 8px 0;
|
|
284
284
|
line-height: 1.75;
|
|
285
285
|
border-bottom: 1px solid #F3F5F8;
|
|
286
286
|
}
|
|
287
|
-
.HoverCard__item[data-v-
|
|
287
|
+
.HoverCard__item[data-v-0d39bb52]:last-child {
|
|
288
288
|
padding: 8px 16px;
|
|
289
289
|
text-align: center;
|
|
290
290
|
border: 0;
|
|
291
291
|
}
|
|
292
|
-
.HoverCard__item .Icon[data-v-
|
|
292
|
+
.HoverCard__item .Icon[data-v-0d39bb52] {
|
|
293
293
|
margin-right: 8px;
|
|
294
294
|
}
|
|
295
|
-
.UserHoverCard__infoItem[data-v-
|
|
295
|
+
.UserHoverCard__infoItem[data-v-0d39bb52] {
|
|
296
296
|
display: flex;
|
|
297
297
|
align-items: center;
|
|
298
298
|
}
|
|
299
|
-
.UserHoverCard__infoItem[data-v-
|
|
299
|
+
.UserHoverCard__infoItem[data-v-0d39bb52]:not(:last-child) {
|
|
300
300
|
margin-bottom: 8px;
|
|
301
301
|
}
|
|
302
|
-
.HoverCard__description[data-v-
|
|
302
|
+
.HoverCard__description[data-v-0d39bb52] {
|
|
303
303
|
display: block;
|
|
304
304
|
display: -webkit-box;
|
|
305
305
|
max-height: 73.5px;
|
|
@@ -308,6 +308,6 @@
|
|
|
308
308
|
-webkit-line-clamp: 3;
|
|
309
309
|
-webkit-box-orient: vertical;
|
|
310
310
|
}
|
|
311
|
-
.HoverCard__separate[data-v-
|
|
311
|
+
.HoverCard__separate[data-v-0d39bb52] {
|
|
312
312
|
color: #EBEBEB;
|
|
313
313
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.HoverCard__popoverTarget{background:0 0!important;border:none!important;box-shadow:none!important}[data-v-
|
|
1
|
+
.HoverCard__popoverTarget{background:0 0!important;border:none!important;box-shadow:none!important}[data-v-0d39bb52]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}[data-v-0d39bb52]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.HoverCard__coverContainer[data-v-0d39bb52]{height:100px;margin:0 -12px;overflow:hidden;border-radius:2px 2px 0 0}.HoverCard__cover[data-v-0d39bb52]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.HoverCard__subtitle[data-v-0d39bb52],.HoverCard__title[data-v-0d39bb52]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.HoverCard__title[data-v-0d39bb52]{font-size:16px;font-weight:500}.HoverCard__subtitle[data-v-0d39bb52]{margin-top:4px;font-weight:400}.HoverCard__titleContainer[data-v-0d39bb52]{position:relative;display:flex;padding:8px 0;border-bottom:1px solid #f3f5f8;align-items:center}.HoverCard__titleContainer--noAvatar[data-v-0d39bb52]{margin-top:20px}.HoverCard__avatar[data-v-0d39bb52]{border:2px solid #fff}.HoverCard__titleText[data-v-0d39bb52]{display:flex;min-height:42px;padding-bottom:2px;margin-left:84px;flex-direction:column;justify-content:center;overflow:hidden;flex:1;color:#2f3a91}.HoverCard__attrInfo[data-v-0d39bb52]{margin-left:10px;color:#8590a6;white-space:nowrap}.HoverCard__attrInfo .Icon[data-v-0d39bb52]{margin-right:8px}.HoverCard[data-v-0d39bb52]{padding:0 12px 16px;font-size:14px;opacity:1;transition:opacity .3s}.HoverCard--isLoading[data-v-0d39bb52]{opacity:0}.HoverCard[data-v-0d39bb52],.HoverCard__loading[data-v-0d39bb52]{box-shadow:0 5px 20px rgba(26,26,26,.1);background:#fff;border-radius:2px}.HoverCard__container[data-v-0d39bb52]{width:320px;max-height:600px}.HoverCard__loading[data-v-0d39bb52]{position:absolute;width:120px;height:80px;display:flex;justify-content:center;align-items:center;margin:auto}.HoverCard__loading--reversed[data-v-0d39bb52]{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.HoverCard__container--large[data-v-0d39bb52]{width:400px}.HoverCard__numberBoard[data-v-0d39bb52]{display:flex;justify-content:space-around;align-items:center}.HoverCard__buttons[data-v-0d39bb52]{margin-top:16px;display:flex;justify-content:space-between}.HoverCard__buttons button[data-v-0d39bb52]{width:126px}.HoverCard__buttons .base-icon-s-home[data-v-0d39bb52]{margin-right:5px}.HoverCard__numberGroup[data-v-0d39bb52]{flex:1}.HoverCard__boardKey[data-v-0d39bb52]{line-height:1.7;color:#8590a6}.HoverCard__boardNumber[data-v-0d39bb52]{margin-top:4px;font-size:18px;font-weight:500;line-height:1.4;color:#2f3a91}.HoverCard__item[data-v-0d39bb52]{padding:8px 0;line-height:1.75;border-bottom:1px solid #f3f5f8}.HoverCard__item[data-v-0d39bb52]:last-child{padding:8px 16px;text-align:center;border:0}.HoverCard__item .Icon[data-v-0d39bb52]{margin-right:8px}.UserHoverCard__infoItem[data-v-0d39bb52]{display:flex;align-items:center}.UserHoverCard__infoItem[data-v-0d39bb52]:not(:last-child){margin-bottom:8px}.HoverCard__description[data-v-0d39bb52]{display:block;display:-webkit-box;max-height:73.5px;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical}.HoverCard__separate[data-v-0d39bb52]{color:#ebebeb}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
[data-v-
|
|
12
|
+
[data-v-22a1cd47]:export {
|
|
13
13
|
primary: #2F3A91;
|
|
14
14
|
success: #67C23A;
|
|
15
15
|
warning: #FF791A;
|
|
@@ -73,17 +73,17 @@
|
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
|
|
76
|
-
.ContentItem.is-en[data-v-
|
|
76
|
+
.ContentItem.is-en[data-v-22a1cd47] {
|
|
77
77
|
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;
|
|
78
78
|
}
|
|
79
|
-
.TranslateContent[data-v-
|
|
79
|
+
.TranslateContent[data-v-22a1cd47], .RecommendationContent[data-v-22a1cd47] {
|
|
80
80
|
background-color: #F3F5F8;
|
|
81
81
|
border-radius: 2px;
|
|
82
82
|
color: #4b5b76;
|
|
83
83
|
font-size: 15px;
|
|
84
84
|
padding: 10px;
|
|
85
85
|
}
|
|
86
|
-
.TranslateSupport[data-v-
|
|
86
|
+
.TranslateSupport[data-v-22a1cd47] {
|
|
87
87
|
color: #97a3b7;
|
|
88
88
|
display: flex;
|
|
89
89
|
align-items: center;
|
|
@@ -91,10 +91,10 @@
|
|
|
91
91
|
text-align: right;
|
|
92
92
|
font-size: 13px;
|
|
93
93
|
}
|
|
94
|
-
.TranslateSupport .Icon[data-v-
|
|
94
|
+
.TranslateSupport .Icon[data-v-22a1cd47] {
|
|
95
95
|
margin: 0 4px;
|
|
96
96
|
}
|
|
97
|
-
.TranslateTitle[data-v-
|
|
97
|
+
.TranslateTitle[data-v-22a1cd47] {
|
|
98
98
|
background-color: #F3F5F8;
|
|
99
99
|
padding: 0 10px;
|
|
100
100
|
font-size: 15px;
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
font-weight: 600;
|
|
105
105
|
border-radius: 4px;
|
|
106
106
|
}
|
|
107
|
-
.ContentItem__title[data-v-
|
|
107
|
+
.ContentItem__title[data-v-22a1cd47] {
|
|
108
108
|
font-size: 18px;
|
|
109
109
|
color: #2F3A91;
|
|
110
110
|
font-weight: 600;
|
|
@@ -114,50 +114,50 @@
|
|
|
114
114
|
cursor: pointer;
|
|
115
115
|
transition: color 0.3s;
|
|
116
116
|
}
|
|
117
|
-
.ContentItem__title a[data-v-
|
|
117
|
+
.ContentItem__title a[data-v-22a1cd47] {
|
|
118
118
|
display: inline-block;
|
|
119
119
|
}
|
|
120
|
-
.ContentItem__title[data-v-
|
|
120
|
+
.ContentItem__title[data-v-22a1cd47]:hover {
|
|
121
121
|
color: rgba(47, 58, 145, 0.75);
|
|
122
122
|
}
|
|
123
|
-
.ContentItem__author[data-v-
|
|
123
|
+
.ContentItem__author[data-v-22a1cd47] {
|
|
124
124
|
margin-top: 6px;
|
|
125
125
|
}
|
|
126
|
-
.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-
|
|
126
|
+
.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-22a1cd47] {
|
|
127
127
|
cursor: auto;
|
|
128
128
|
}
|
|
129
|
-
.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-
|
|
129
|
+
.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-22a1cd47]:hover {
|
|
130
130
|
border: none;
|
|
131
131
|
color: #646464;
|
|
132
132
|
}
|
|
133
|
-
.MetaText[data-v-
|
|
133
|
+
.MetaText[data-v-22a1cd47] {
|
|
134
134
|
color: #8590a6;
|
|
135
135
|
font-size: 14px;
|
|
136
136
|
}
|
|
137
|
-
.MetaText.is-en[data-v-
|
|
137
|
+
.MetaText.is-en[data-v-22a1cd47] {
|
|
138
138
|
margin-right: 10px;
|
|
139
139
|
}
|
|
140
|
-
.ContentItem__meta[data-v-
|
|
140
|
+
.ContentItem__meta[data-v-22a1cd47] {
|
|
141
141
|
margin-top: 8px;
|
|
142
142
|
}
|
|
143
|
-
.ContentItem__titleText[data-v-
|
|
143
|
+
.ContentItem__titleText[data-v-22a1cd47] {
|
|
144
144
|
margin-right: 10px;
|
|
145
145
|
}
|
|
146
|
-
.ContentItem__status[data-v-
|
|
146
|
+
.ContentItem__status[data-v-22a1cd47] {
|
|
147
147
|
font-size: 14px;
|
|
148
148
|
margin: 0 4px 0 -4px;
|
|
149
149
|
vertical-align: 1px;
|
|
150
150
|
}
|
|
151
|
-
.ContentItem__abstracts[data-v-
|
|
151
|
+
.ContentItem__abstracts[data-v-22a1cd47] {
|
|
152
152
|
margin-top: 10px;
|
|
153
153
|
color: #8590a6;
|
|
154
154
|
}
|
|
155
|
-
.Keywords[data-v-
|
|
155
|
+
.Keywords[data-v-22a1cd47] {
|
|
156
156
|
display: flex;
|
|
157
157
|
flex-wrap: wrap;
|
|
158
158
|
line-height: 1.7;
|
|
159
159
|
}
|
|
160
|
-
.Keyword[data-v-
|
|
160
|
+
.Keyword[data-v-22a1cd47] {
|
|
161
161
|
font-size: 14px;
|
|
162
162
|
color: #646464;
|
|
163
163
|
cursor: pointer;
|
|
@@ -166,181 +166,181 @@
|
|
|
166
166
|
word-break: break-word;
|
|
167
167
|
height: 24px;
|
|
168
168
|
}
|
|
169
|
-
.Keyword[data-v-
|
|
169
|
+
.Keyword[data-v-22a1cd47]:hover {
|
|
170
170
|
border-bottom: 1px dotted #444;
|
|
171
171
|
color: #2F3A91;
|
|
172
172
|
}
|
|
173
|
-
.KeywordMore[data-v-
|
|
173
|
+
.KeywordMore[data-v-22a1cd47] {
|
|
174
174
|
font-size: 14px;
|
|
175
175
|
color: #8590a6;
|
|
176
176
|
cursor: pointer;
|
|
177
177
|
}
|
|
178
|
-
.KeywordMore[data-v-
|
|
178
|
+
.KeywordMore[data-v-22a1cd47]:hover {
|
|
179
179
|
opacity: 0.8;
|
|
180
180
|
}
|
|
181
|
-
.AuthorInfo[data-v-
|
|
181
|
+
.AuthorInfo[data-v-22a1cd47] {
|
|
182
182
|
display: flex;
|
|
183
183
|
}
|
|
184
|
-
.AuthorInfo .base-icon-s-custom[data-v-
|
|
184
|
+
.AuthorInfo .base-icon-s-custom[data-v-22a1cd47] {
|
|
185
185
|
color: #8590a6;
|
|
186
186
|
padding-top: 5px;
|
|
187
187
|
margin-right: 10px;
|
|
188
188
|
font-size: 15px;
|
|
189
189
|
transition: color 0.3s;
|
|
190
190
|
}
|
|
191
|
-
.AuthorInfo .base-icon-s-custom[data-v-
|
|
191
|
+
.AuthorInfo .base-icon-s-custom[data-v-22a1cd47]:hover {
|
|
192
192
|
color: #2F3A91;
|
|
193
193
|
}
|
|
194
|
-
.AuthorInfo__content[data-v-
|
|
194
|
+
.AuthorInfo__content[data-v-22a1cd47] {
|
|
195
195
|
flex: 1;
|
|
196
196
|
overflow: hidden;
|
|
197
197
|
display: inline-block;
|
|
198
198
|
line-height: 1.7;
|
|
199
199
|
}
|
|
200
|
-
.AuthorInfo__content .Button--more[data-v-
|
|
200
|
+
.AuthorInfo__content .Button--more[data-v-22a1cd47] {
|
|
201
201
|
margin-left: 6px;
|
|
202
202
|
}
|
|
203
|
-
.AuthorInfo__content .Dot[data-v-
|
|
203
|
+
.AuthorInfo__content .Dot[data-v-22a1cd47] {
|
|
204
204
|
font-weight: 600;
|
|
205
205
|
margin: 0 4px 0 0 !important;
|
|
206
206
|
}
|
|
207
|
-
.AuthorInfo__extra[data-v-
|
|
207
|
+
.AuthorInfo__extra[data-v-22a1cd47] {
|
|
208
208
|
font-size: 12px;
|
|
209
209
|
padding: 0 6px 0 0;
|
|
210
210
|
color: #8590a6;
|
|
211
211
|
cursor: pointer;
|
|
212
212
|
font-weight: 600;
|
|
213
213
|
}
|
|
214
|
-
.AuthorInfo__extra[data-v-
|
|
214
|
+
.AuthorInfo__extra[data-v-22a1cd47]:hover {
|
|
215
215
|
opacity: 0.8;
|
|
216
216
|
}
|
|
217
|
-
.AuthorInfo__avatar[data-v-
|
|
217
|
+
.AuthorInfo__avatar[data-v-22a1cd47] {
|
|
218
218
|
vertical-align: top;
|
|
219
219
|
}
|
|
220
|
-
.AuthorInfo__name[data-v-
|
|
220
|
+
.AuthorInfo__name[data-v-22a1cd47] {
|
|
221
221
|
font-weight: 600;
|
|
222
222
|
margin-right: 6px;
|
|
223
223
|
font-size: 15px;
|
|
224
224
|
}
|
|
225
|
-
.AuthorInfo__name.AuthorInfo__name--light[data-v-
|
|
225
|
+
.AuthorInfo__name.AuthorInfo__name--light[data-v-22a1cd47] {
|
|
226
226
|
font-weight: 500;
|
|
227
227
|
}
|
|
228
|
-
.ContentItem__label[data-v-
|
|
228
|
+
.ContentItem__label[data-v-22a1cd47] {
|
|
229
229
|
color: #8590a6;
|
|
230
230
|
margin-right: 6px;
|
|
231
231
|
}
|
|
232
|
-
.ContentItem__comma[data-v-
|
|
232
|
+
.ContentItem__comma[data-v-22a1cd47] {
|
|
233
233
|
color: #8590a6;
|
|
234
234
|
margin-right: 6px;
|
|
235
235
|
}
|
|
236
|
-
.ContentItem__source .ContentItem__comma[data-v-
|
|
236
|
+
.ContentItem__source .ContentItem__comma[data-v-22a1cd47] {
|
|
237
237
|
margin-left: 6px;
|
|
238
238
|
}
|
|
239
|
-
.BookAuthor .AuthorInfo__nameText[data-v-
|
|
239
|
+
.BookAuthor .AuthorInfo__nameText[data-v-22a1cd47] {
|
|
240
240
|
cursor: default;
|
|
241
241
|
}
|
|
242
|
-
.AuthorInfo__nameText[data-v-
|
|
242
|
+
.AuthorInfo__nameText[data-v-22a1cd47] {
|
|
243
243
|
cursor: pointer;
|
|
244
244
|
transition: all 0.3s;
|
|
245
245
|
color: #646464;
|
|
246
246
|
}
|
|
247
|
-
.AuthorInfo__nameText[data-v-
|
|
247
|
+
.AuthorInfo__nameText[data-v-22a1cd47]:hover {
|
|
248
248
|
border-bottom: 1px dotted #646464;
|
|
249
249
|
color: #2F3A91;
|
|
250
250
|
}
|
|
251
|
-
.AuthorInfo__nameText.is-disabled[data-v-
|
|
251
|
+
.AuthorInfo__nameText.is-disabled[data-v-22a1cd47] {
|
|
252
252
|
cursor: auto;
|
|
253
253
|
}
|
|
254
|
-
.AuthorInfo__nameText.is-disabled[data-v-
|
|
254
|
+
.AuthorInfo__nameText.is-disabled[data-v-22a1cd47]:hover {
|
|
255
255
|
border: none;
|
|
256
256
|
color: #646464;
|
|
257
257
|
}
|
|
258
|
-
.ContentItem__source[data-v-
|
|
258
|
+
.ContentItem__source[data-v-22a1cd47] {
|
|
259
259
|
font-weight: 500;
|
|
260
260
|
color: #646464;
|
|
261
261
|
font-size: 15px;
|
|
262
262
|
}
|
|
263
|
-
.ContentItem__source .Keyword[data-v-
|
|
263
|
+
.ContentItem__source .Keyword[data-v-22a1cd47] {
|
|
264
264
|
background-color: #fff2e8 !important;
|
|
265
265
|
color: #ff791a !important;
|
|
266
266
|
}
|
|
267
|
-
.ContentItem__source .Keyword.is-last[data-v-
|
|
267
|
+
.ContentItem__source .Keyword.is-last[data-v-22a1cd47] {
|
|
268
268
|
margin-right: 3px !important;
|
|
269
269
|
}
|
|
270
|
-
.ContentItem__metaSource[data-v-
|
|
270
|
+
.ContentItem__metaSource[data-v-22a1cd47] {
|
|
271
271
|
transition: all 0.3s;
|
|
272
272
|
cursor: pointer;
|
|
273
273
|
}
|
|
274
|
-
.ContentItem__metaSource[data-v-
|
|
274
|
+
.ContentItem__metaSource[data-v-22a1cd47]:hover {
|
|
275
275
|
color: #2F3A91;
|
|
276
276
|
border-bottom: 1px dotted #646464;
|
|
277
277
|
}
|
|
278
|
-
.RichContent[data-v-
|
|
278
|
+
.RichContent[data-v-22a1cd47] {
|
|
279
279
|
line-height: 1.6;
|
|
280
280
|
}
|
|
281
|
-
.RichContent[data-v-
|
|
281
|
+
.RichContent[data-v-22a1cd47]::after {
|
|
282
282
|
display: block;
|
|
283
283
|
content: "";
|
|
284
284
|
clear: both;
|
|
285
285
|
}
|
|
286
|
-
.RichContent .RichText[data-v-
|
|
286
|
+
.RichContent .RichText[data-v-22a1cd47] {
|
|
287
287
|
margin-right: 4px;
|
|
288
288
|
}
|
|
289
|
-
.RichContent.is-collapsed[data-v-
|
|
289
|
+
.RichContent.is-collapsed[data-v-22a1cd47] {
|
|
290
290
|
cursor: pointer;
|
|
291
291
|
transition: color 0.14s ease-out;
|
|
292
292
|
}
|
|
293
|
-
.RichContent__inner[data-v-
|
|
293
|
+
.RichContent__inner[data-v-22a1cd47] {
|
|
294
294
|
font-size: 15px;
|
|
295
295
|
overflow: hidden;
|
|
296
296
|
}
|
|
297
|
-
.RichText[data-v-
|
|
297
|
+
.RichText[data-v-22a1cd47] {
|
|
298
298
|
word-break: break-word;
|
|
299
299
|
line-height: 1.6;
|
|
300
300
|
}
|
|
301
|
-
.RichContent.is-collapsed .RichText[data-v-
|
|
301
|
+
.RichContent.is-collapsed .RichText[data-v-22a1cd47] {
|
|
302
302
|
pointer-events: none;
|
|
303
303
|
}
|
|
304
|
-
.RichContent.is-collapsed:not(.RichContent--unescapable) .RichText[data-v-
|
|
304
|
+
.RichContent.is-collapsed:not(.RichContent--unescapable) .RichText[data-v-22a1cd47] {
|
|
305
305
|
white-space: normal;
|
|
306
306
|
}
|
|
307
|
-
.RichContent.is-collapsed .RichContent__inner[data-v-
|
|
307
|
+
.RichContent.is-collapsed .RichContent__inner[data-v-22a1cd47]:hover {
|
|
308
308
|
color: #646464;
|
|
309
309
|
}
|
|
310
|
-
.ContentItem__more[data-v-
|
|
310
|
+
.ContentItem__more[data-v-22a1cd47] {
|
|
311
311
|
height: auto;
|
|
312
312
|
padding: 0;
|
|
313
313
|
color: #2F3A91;
|
|
314
314
|
}
|
|
315
|
-
.ContentItem__more[data-v-
|
|
315
|
+
.ContentItem__more[data-v-22a1cd47]:hover, .ContentItem__more[data-v-22a1cd47]:focus {
|
|
316
316
|
color: rgba(47, 58, 145, 0.75);
|
|
317
317
|
background-color: transparent !important;
|
|
318
318
|
border-color: transparent !important;
|
|
319
319
|
}
|
|
320
|
-
.ContentItem__more .Icon[data-v-
|
|
320
|
+
.ContentItem__more .Icon[data-v-22a1cd47] {
|
|
321
321
|
fill: currentColor;
|
|
322
322
|
}
|
|
323
|
-
.ContentItem__less[data-v-
|
|
323
|
+
.ContentItem__less[data-v-22a1cd47] {
|
|
324
324
|
height: auto;
|
|
325
325
|
padding: 0;
|
|
326
326
|
margin-left: 0;
|
|
327
327
|
color: #2F3A91;
|
|
328
328
|
}
|
|
329
|
-
.ContentItem__less[data-v-
|
|
329
|
+
.ContentItem__less[data-v-22a1cd47]:hover, .ContentItem__less[data-v-22a1cd47]:focus {
|
|
330
330
|
color: rgba(47, 58, 145, 0.75);
|
|
331
331
|
background-color: transparent !important;
|
|
332
332
|
border-color: transparent !important;
|
|
333
333
|
}
|
|
334
|
-
.ContentItem__keywords[data-v-
|
|
334
|
+
.ContentItem__keywords[data-v-22a1cd47] {
|
|
335
335
|
margin-top: 8px;
|
|
336
336
|
}
|
|
337
|
-
.PatentMetaList[data-v-
|
|
337
|
+
.PatentMetaList[data-v-22a1cd47] {
|
|
338
338
|
display: flex;
|
|
339
339
|
width: 100%;
|
|
340
340
|
border: 1px solid #EBEBEB;
|
|
341
341
|
padding: 10px;
|
|
342
342
|
}
|
|
343
|
-
.PatentMetaListItem[data-v-
|
|
343
|
+
.PatentMetaListItem[data-v-22a1cd47] {
|
|
344
344
|
flex: 1;
|
|
345
345
|
color: #8590a6;
|
|
346
346
|
line-height: 1.5;
|
|
@@ -350,26 +350,26 @@
|
|
|
350
350
|
align-items: center;
|
|
351
351
|
justify-content: center;
|
|
352
352
|
}
|
|
353
|
-
.PatentMetaListItem > div[data-v-
|
|
353
|
+
.PatentMetaListItem > div[data-v-22a1cd47] {
|
|
354
354
|
text-align: left;
|
|
355
355
|
}
|
|
356
|
-
.PatentMetaListItem + .PatentMetaListItem[data-v-
|
|
356
|
+
.PatentMetaListItem + .PatentMetaListItem[data-v-22a1cd47] {
|
|
357
357
|
border-left: 1px solid #eaebf4;
|
|
358
358
|
}
|
|
359
|
-
.ContentItem__links[data-v-
|
|
359
|
+
.ContentItem__links[data-v-22a1cd47] {
|
|
360
360
|
display: flex;
|
|
361
361
|
flex-wrap: wrap;
|
|
362
362
|
margin-top: 10px;
|
|
363
363
|
margin-bottom: -10px;
|
|
364
364
|
}
|
|
365
|
-
.ContentItem__links .MetaText[data-v-
|
|
365
|
+
.ContentItem__links .MetaText[data-v-22a1cd47] {
|
|
366
366
|
line-height: 36px;
|
|
367
367
|
}
|
|
368
|
-
.ContentItem__links .base-icon-s-promotion[data-v-
|
|
368
|
+
.ContentItem__links .base-icon-s-promotion[data-v-22a1cd47] {
|
|
369
369
|
margin-right: 10px;
|
|
370
370
|
color: #2F3A91;
|
|
371
371
|
}
|
|
372
|
-
.ContentItem__link[data-v-
|
|
372
|
+
.ContentItem__link[data-v-22a1cd47] {
|
|
373
373
|
padding: 6px 14px;
|
|
374
374
|
margin-bottom: 10px;
|
|
375
375
|
box-sizing: border-box;
|
|
@@ -386,12 +386,12 @@
|
|
|
386
386
|
transition: all 0.3s;
|
|
387
387
|
margin-right: 16px;
|
|
388
388
|
}
|
|
389
|
-
.ContentItem__link[data-v-
|
|
389
|
+
.ContentItem__link[data-v-22a1cd47]:hover {
|
|
390
390
|
color: #2F3A91;
|
|
391
391
|
background: #f3f5f8;
|
|
392
392
|
box-shadow: inset 8px 8px 20px 0 rgba(55, 99, 170, 0.11), inset -8px -8px 20px 0 #fff;
|
|
393
393
|
}
|
|
394
|
-
.ContentItem__linkDot[data-v-
|
|
394
|
+
.ContentItem__linkDot[data-v-22a1cd47] {
|
|
395
395
|
width: 10px;
|
|
396
396
|
height: 10px;
|
|
397
397
|
border-radius: 50%;
|
|
@@ -399,13 +399,13 @@
|
|
|
399
399
|
margin-right: 6px;
|
|
400
400
|
display: inline-block;
|
|
401
401
|
}
|
|
402
|
-
.ContentItem__linkLogo[data-v-
|
|
402
|
+
.ContentItem__linkLogo[data-v-22a1cd47] {
|
|
403
403
|
width: 20px;
|
|
404
404
|
height: 20px;
|
|
405
405
|
border-radius: 50%;
|
|
406
406
|
margin-right: 6px;
|
|
407
407
|
}
|
|
408
|
-
.ContentItem__linkDotMeta[data-v-
|
|
408
|
+
.ContentItem__linkDotMeta[data-v-22a1cd47] {
|
|
409
409
|
margin-left: auto;
|
|
410
410
|
display: inline-block;
|
|
411
411
|
font-weight: 600;
|
|
@@ -414,7 +414,7 @@
|
|
|
414
414
|
margin-bottom: 6px;
|
|
415
415
|
padding-top: 4px;
|
|
416
416
|
}
|
|
417
|
-
.ContentItem__pdf[data-v-
|
|
417
|
+
.ContentItem__pdf[data-v-22a1cd47] {
|
|
418
418
|
vertical-align: -2px;
|
|
419
419
|
display: inline-block;
|
|
420
420
|
margin-right: 10px;
|