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