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