@zkwq/business 0.0.72 → 0.0.74
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 +13 -13
- package/dist/css/AuthorX.min.css +1 -1
- package/dist/css/Cover.css +3 -2
- package/dist/css/Cover.min.css +1 -1
- package/dist/css/ReadableItem.css +71 -71
- package/dist/css/ReadableItem.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +1932 -1899
- package/dist/index.min.css +1 -1
- package/dist/index.min.js +5 -5
- package/dist/index.umd.cjs +15 -15
- package/dist/index.umd.min.cjs +3 -3
- package/package.json +3 -3
package/dist/css/AuthorX.css
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
[data-v-
|
|
12
|
+
[data-v-4b5a858c]:export {
|
|
13
13
|
primary: #2F3A91;
|
|
14
14
|
success: #67C23A;
|
|
15
15
|
warning: #FF791A;
|
|
@@ -72,36 +72,36 @@
|
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
|
|
75
|
-
.Author__warp[data-v-
|
|
75
|
+
.Author__warp[data-v-4b5a858c] + .base-form-item__error.is-required {
|
|
76
76
|
top: 16px;
|
|
77
77
|
right: 0px;
|
|
78
78
|
width: auto;
|
|
79
79
|
left: auto;
|
|
80
80
|
text-align: right;
|
|
81
81
|
}
|
|
82
|
-
.Author__warp[data-v-
|
|
82
|
+
.Author__warp[data-v-4b5a858c] {
|
|
83
83
|
width: 100%;
|
|
84
84
|
height: auto;
|
|
85
85
|
overflow: hidden;
|
|
86
86
|
}
|
|
87
|
-
.Form__item[data-v-
|
|
87
|
+
.Form__item[data-v-4b5a858c] {
|
|
88
88
|
width: 100%;
|
|
89
89
|
height: 80px;
|
|
90
90
|
display: flex;
|
|
91
91
|
align-items: flex-start;
|
|
92
92
|
margin-top: 16px;
|
|
93
93
|
}
|
|
94
|
-
.Form__author[data-v-
|
|
94
|
+
.Form__author[data-v-4b5a858c] {
|
|
95
95
|
position: relative;
|
|
96
96
|
margin-right: 16px;
|
|
97
97
|
width: 100%;
|
|
98
98
|
}
|
|
99
|
-
.FormItem__tip[data-v-
|
|
99
|
+
.FormItem__tip[data-v-4b5a858c] {
|
|
100
100
|
position: absolute;
|
|
101
101
|
top: 40px;
|
|
102
102
|
color: #8590a6;
|
|
103
103
|
}
|
|
104
|
-
.Author__list[data-v-
|
|
104
|
+
.Author__list[data-v-4b5a858c] {
|
|
105
105
|
width: auto;
|
|
106
106
|
overflow: hidden;
|
|
107
107
|
margin: 8px;
|
|
@@ -112,24 +112,24 @@
|
|
|
112
112
|
flex-wrap: wrap;
|
|
113
113
|
gap: 8px;
|
|
114
114
|
}
|
|
115
|
-
.Author__list *[data-v-
|
|
115
|
+
.Author__list *[data-v-4b5a858c] {
|
|
116
116
|
line-height: 30px;
|
|
117
117
|
}
|
|
118
|
-
.Author__list[data-v-
|
|
118
|
+
.Author__list[data-v-4b5a858c]:hover {
|
|
119
119
|
background-color: #f6f6f6;
|
|
120
120
|
border-radius: 4px;
|
|
121
121
|
}
|
|
122
|
-
.Author__list--contro[data-v-
|
|
122
|
+
.Author__list--contro[data-v-4b5a858c] {
|
|
123
123
|
width: auto;
|
|
124
124
|
display: flex;
|
|
125
125
|
justify-content: space-between;
|
|
126
126
|
}
|
|
127
|
-
.Author__list--contro span[data-v-
|
|
127
|
+
.Author__list--contro span[data-v-4b5a858c] {
|
|
128
128
|
cursor: pointer;
|
|
129
129
|
}
|
|
130
|
-
.add_author[data-v-
|
|
130
|
+
.add_author[data-v-4b5a858c] {
|
|
131
131
|
cursor: pointer;
|
|
132
132
|
}
|
|
133
|
-
.add_author[data-v-
|
|
133
|
+
.add_author[data-v-4b5a858c]:hover {
|
|
134
134
|
color: #2F3A91;
|
|
135
135
|
}
|
package/dist/css/AuthorX.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-4b5a858c]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__warp[data-v-4b5a858c]+.base-form-item__error.is-required{top:16px;right:0;width:auto;left:auto;text-align:right}.Author__warp[data-v-4b5a858c]{width:100%;height:auto;overflow:hidden}.Form__item[data-v-4b5a858c]{width:100%;height:80px;display:flex;align-items:flex-start;margin-top:16px}.Form__author[data-v-4b5a858c]{position:relative;margin-right:16px;width:100%}.FormItem__tip[data-v-4b5a858c]{position:absolute;top:40px;color:#8590a6}.Author__list[data-v-4b5a858c]{width:auto;overflow:hidden;margin:8px;padding:8px;height:auto;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.Author__list [data-v-4b5a858c]{line-height:30px}.Author__list[data-v-4b5a858c]:hover{background-color:#f6f6f6;border-radius:4px}.Author__list--contro[data-v-4b5a858c]{width:auto;display:flex;justify-content:space-between}.Author__list--contro span[data-v-4b5a858c]{cursor:pointer}.add_author[data-v-4b5a858c]{cursor:pointer}.add_author[data-v-4b5a858c]:hover{color:#2f3a91}
|
package/dist/css/Cover.css
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
|
|
2
|
+
.avatar-uploader .base-upload{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
|
|
3
|
+
|
|
2
4
|
|
|
3
5
|
|
|
4
6
|
|
|
@@ -112,5 +114,4 @@
|
|
|
112
114
|
.avatar[data-v-b7afb416] {
|
|
113
115
|
width: 314px;
|
|
114
116
|
height: 130px;
|
|
115
|
-
}
|
|
116
|
-
.avatar-uploader .base-upload{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
|
|
117
|
+
}
|
package/dist/css/Cover.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-b7afb416]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.avatar-uploader[data-v-b7afb416]{width:314px;height:130px;border:1px dashed #dcdfe6;display:flex;align-items:center;justify-content:center;position:relative}.avatar-uploader .FileMask__actions[data-v-b7afb416]{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;border-radius:4px;transition:all .2s;background-color:rgba(0,0,0,.5);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px}.avatar-uploader .FileMask__actions i[data-v-b7afb416]{cursor:pointer}.avatar-uploader .FileMask__actions i+i[data-v-b7afb416]{margin-left:16px}.avatar-uploader:hover .FileMask__actions[data-v-b7afb416]{opacity:1}.avatar-uploader-icon[data-v-b7afb416]{font-size:30px}.avatar[data-v-b7afb416]{width:314px;height:130px}
|
|
1
|
+
.avatar-uploader .base-upload{width:100%;height:100%;display:flex;align-items:center;justify-content:center}[data-v-b7afb416]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.avatar-uploader[data-v-b7afb416]{width:314px;height:130px;border:1px dashed #dcdfe6;display:flex;align-items:center;justify-content:center;position:relative}.avatar-uploader .FileMask__actions[data-v-b7afb416]{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;border-radius:4px;transition:all .2s;background-color:rgba(0,0,0,.5);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px}.avatar-uploader .FileMask__actions i[data-v-b7afb416]{cursor:pointer}.avatar-uploader .FileMask__actions i+i[data-v-b7afb416]{margin-left:16px}.avatar-uploader:hover .FileMask__actions[data-v-b7afb416]{opacity:1}.avatar-uploader-icon[data-v-b7afb416]{font-size:30px}.avatar[data-v-b7afb416]{width:314px;height:130px}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
[data-v-
|
|
12
|
+
[data-v-8d27c128]:export {
|
|
13
13
|
primary: #2F3A91;
|
|
14
14
|
success: #67C23A;
|
|
15
15
|
warning: #FF791A;
|
|
@@ -72,10 +72,10 @@
|
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
|
|
75
|
-
.ContentItem.is-en[data-v-
|
|
75
|
+
.ContentItem.is-en[data-v-8d27c128] {
|
|
76
76
|
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;
|
|
77
77
|
}
|
|
78
|
-
.ContentItem__title[data-v-
|
|
78
|
+
.ContentItem__title[data-v-8d27c128] {
|
|
79
79
|
font-size: 18px;
|
|
80
80
|
color: #2F3A91;
|
|
81
81
|
font-weight: 600;
|
|
@@ -85,50 +85,50 @@
|
|
|
85
85
|
cursor: pointer;
|
|
86
86
|
transition: color 0.3s;
|
|
87
87
|
}
|
|
88
|
-
.ContentItem__title a[data-v-
|
|
88
|
+
.ContentItem__title a[data-v-8d27c128] {
|
|
89
89
|
display: inline-block;
|
|
90
90
|
}
|
|
91
|
-
.ContentItem__title[data-v-
|
|
91
|
+
.ContentItem__title[data-v-8d27c128]:hover {
|
|
92
92
|
color: rgba(47, 58, 145, 0.75);
|
|
93
93
|
}
|
|
94
|
-
.ContentItem__author[data-v-
|
|
94
|
+
.ContentItem__author[data-v-8d27c128] {
|
|
95
95
|
margin-top: 6px;
|
|
96
96
|
}
|
|
97
|
-
.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-
|
|
97
|
+
.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-8d27c128] {
|
|
98
98
|
cursor: auto;
|
|
99
99
|
}
|
|
100
|
-
.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-
|
|
100
|
+
.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-8d27c128]:hover {
|
|
101
101
|
border: none;
|
|
102
102
|
color: #646464;
|
|
103
103
|
}
|
|
104
|
-
.MetaText[data-v-
|
|
104
|
+
.MetaText[data-v-8d27c128] {
|
|
105
105
|
color: #8590a6;
|
|
106
106
|
font-size: 14px;
|
|
107
107
|
}
|
|
108
|
-
.MetaText.is-en[data-v-
|
|
108
|
+
.MetaText.is-en[data-v-8d27c128] {
|
|
109
109
|
margin-right: 10px;
|
|
110
110
|
}
|
|
111
|
-
.ContentItem__meta[data-v-
|
|
111
|
+
.ContentItem__meta[data-v-8d27c128] {
|
|
112
112
|
margin-top: 8px;
|
|
113
113
|
}
|
|
114
|
-
.ContentItem__titleText[data-v-
|
|
114
|
+
.ContentItem__titleText[data-v-8d27c128] {
|
|
115
115
|
margin-right: 10px;
|
|
116
116
|
}
|
|
117
|
-
.ContentItem__status[data-v-
|
|
117
|
+
.ContentItem__status[data-v-8d27c128] {
|
|
118
118
|
font-size: 14px;
|
|
119
119
|
margin: 0 4px 0 -4px;
|
|
120
120
|
vertical-align: 1px;
|
|
121
121
|
}
|
|
122
|
-
.ContentItem__abstracts[data-v-
|
|
122
|
+
.ContentItem__abstracts[data-v-8d27c128] {
|
|
123
123
|
margin-top: 10px;
|
|
124
124
|
color: #8590a6;
|
|
125
125
|
}
|
|
126
|
-
.Keywords[data-v-
|
|
126
|
+
.Keywords[data-v-8d27c128] {
|
|
127
127
|
display: flex;
|
|
128
128
|
flex-wrap: wrap;
|
|
129
129
|
line-height: 1.7;
|
|
130
130
|
}
|
|
131
|
-
.Keyword[data-v-
|
|
131
|
+
.Keyword[data-v-8d27c128] {
|
|
132
132
|
font-size: 14px;
|
|
133
133
|
color: #646464;
|
|
134
134
|
cursor: pointer;
|
|
@@ -137,180 +137,180 @@
|
|
|
137
137
|
word-break: break-word;
|
|
138
138
|
height: 24px;
|
|
139
139
|
}
|
|
140
|
-
.Keyword[data-v-
|
|
140
|
+
.Keyword[data-v-8d27c128]:hover {
|
|
141
141
|
border-bottom: 1px dotted #444;
|
|
142
142
|
color: #2F3A91;
|
|
143
143
|
}
|
|
144
|
-
.KeywordMore[data-v-
|
|
144
|
+
.KeywordMore[data-v-8d27c128] {
|
|
145
145
|
font-size: 14px;
|
|
146
146
|
color: #8590a6;
|
|
147
147
|
cursor: pointer;
|
|
148
148
|
}
|
|
149
|
-
.KeywordMore[data-v-
|
|
149
|
+
.KeywordMore[data-v-8d27c128]:hover {
|
|
150
150
|
opacity: 0.8;
|
|
151
151
|
}
|
|
152
|
-
.AuthorInfo[data-v-
|
|
152
|
+
.AuthorInfo[data-v-8d27c128] {
|
|
153
153
|
display: flex;
|
|
154
154
|
}
|
|
155
|
-
.AuthorInfo .base-icon-s-custom[data-v-
|
|
155
|
+
.AuthorInfo .base-icon-s-custom[data-v-8d27c128] {
|
|
156
156
|
color: #8590a6;
|
|
157
157
|
padding-top: 5px;
|
|
158
158
|
margin-right: 10px;
|
|
159
159
|
font-size: 15px;
|
|
160
160
|
transition: color 0.3s;
|
|
161
161
|
}
|
|
162
|
-
.AuthorInfo .base-icon-s-custom[data-v-
|
|
162
|
+
.AuthorInfo .base-icon-s-custom[data-v-8d27c128]:hover {
|
|
163
163
|
color: #2F3A91;
|
|
164
164
|
}
|
|
165
|
-
.AuthorInfo__content[data-v-
|
|
165
|
+
.AuthorInfo__content[data-v-8d27c128] {
|
|
166
166
|
flex: 1;
|
|
167
167
|
overflow: hidden;
|
|
168
168
|
display: inline-block;
|
|
169
169
|
line-height: 1.7;
|
|
170
170
|
}
|
|
171
|
-
.AuthorInfo__content .Button--more[data-v-
|
|
171
|
+
.AuthorInfo__content .Button--more[data-v-8d27c128] {
|
|
172
172
|
margin-left: 6px;
|
|
173
173
|
}
|
|
174
|
-
.AuthorInfo__content .Dot[data-v-
|
|
174
|
+
.AuthorInfo__content .Dot[data-v-8d27c128] {
|
|
175
175
|
font-weight: 600;
|
|
176
176
|
margin: 0 4px 0 0 !important;
|
|
177
177
|
}
|
|
178
|
-
.AuthorInfo__extra[data-v-
|
|
178
|
+
.AuthorInfo__extra[data-v-8d27c128] {
|
|
179
179
|
font-size: 12px;
|
|
180
180
|
padding: 0 6px 0 0;
|
|
181
181
|
color: #8590a6;
|
|
182
182
|
cursor: pointer;
|
|
183
183
|
font-weight: 600;
|
|
184
184
|
}
|
|
185
|
-
.AuthorInfo__extra[data-v-
|
|
185
|
+
.AuthorInfo__extra[data-v-8d27c128]:hover {
|
|
186
186
|
opacity: 0.8;
|
|
187
187
|
}
|
|
188
|
-
.AuthorInfo__avatar[data-v-
|
|
188
|
+
.AuthorInfo__avatar[data-v-8d27c128] {
|
|
189
189
|
vertical-align: top;
|
|
190
190
|
}
|
|
191
|
-
.AuthorInfo__name[data-v-
|
|
191
|
+
.AuthorInfo__name[data-v-8d27c128] {
|
|
192
192
|
font-weight: 600;
|
|
193
193
|
margin-right: 6px;
|
|
194
194
|
font-size: 15px;
|
|
195
195
|
}
|
|
196
|
-
.AuthorInfo__name.AuthorInfo__name--light[data-v-
|
|
196
|
+
.AuthorInfo__name.AuthorInfo__name--light[data-v-8d27c128] {
|
|
197
197
|
font-weight: 500;
|
|
198
198
|
}
|
|
199
|
-
.ContentItem__label[data-v-
|
|
199
|
+
.ContentItem__label[data-v-8d27c128] {
|
|
200
200
|
color: #8590a6;
|
|
201
201
|
margin-right: 4px;
|
|
202
202
|
}
|
|
203
|
-
.ContentItem__comma[data-v-
|
|
203
|
+
.ContentItem__comma[data-v-8d27c128] {
|
|
204
204
|
color: #8590a6;
|
|
205
205
|
}
|
|
206
|
-
.ContentItem__source .ContentItem__comma[data-v-
|
|
206
|
+
.ContentItem__source .ContentItem__comma[data-v-8d27c128] {
|
|
207
207
|
margin-right: 2px;
|
|
208
208
|
}
|
|
209
|
-
.BookAuthor .AuthorInfo__nameText[data-v-
|
|
209
|
+
.BookAuthor .AuthorInfo__nameText[data-v-8d27c128] {
|
|
210
210
|
cursor: default;
|
|
211
211
|
}
|
|
212
|
-
.AuthorInfo__nameText[data-v-
|
|
212
|
+
.AuthorInfo__nameText[data-v-8d27c128] {
|
|
213
213
|
cursor: pointer;
|
|
214
214
|
transition: all 0.3s;
|
|
215
215
|
color: #646464;
|
|
216
216
|
}
|
|
217
|
-
.AuthorInfo__nameText[data-v-
|
|
217
|
+
.AuthorInfo__nameText[data-v-8d27c128]:hover {
|
|
218
218
|
border-bottom: 1px dotted #646464;
|
|
219
219
|
color: #2F3A91;
|
|
220
220
|
}
|
|
221
|
-
.AuthorInfo__nameText.is-disabled[data-v-
|
|
221
|
+
.AuthorInfo__nameText.is-disabled[data-v-8d27c128] {
|
|
222
222
|
cursor: auto;
|
|
223
223
|
}
|
|
224
|
-
.AuthorInfo__nameText.is-disabled[data-v-
|
|
224
|
+
.AuthorInfo__nameText.is-disabled[data-v-8d27c128]:hover {
|
|
225
225
|
border: none;
|
|
226
226
|
color: #646464;
|
|
227
227
|
}
|
|
228
|
-
.ContentItem__source[data-v-
|
|
228
|
+
.ContentItem__source[data-v-8d27c128] {
|
|
229
229
|
font-weight: 500;
|
|
230
230
|
color: #646464;
|
|
231
231
|
font-size: 15px;
|
|
232
232
|
}
|
|
233
|
-
.ContentItem__source .Keyword[data-v-
|
|
233
|
+
.ContentItem__source .Keyword[data-v-8d27c128] {
|
|
234
234
|
background-color: #fff2e8 !important;
|
|
235
235
|
color: #ff791a !important;
|
|
236
236
|
}
|
|
237
|
-
.ContentItem__source .Keyword.is-last[data-v-
|
|
237
|
+
.ContentItem__source .Keyword.is-last[data-v-8d27c128] {
|
|
238
238
|
margin-right: 3px !important;
|
|
239
239
|
}
|
|
240
|
-
.ContentItem__metaSource[data-v-
|
|
240
|
+
.ContentItem__metaSource[data-v-8d27c128] {
|
|
241
241
|
transition: all 0.3s;
|
|
242
242
|
cursor: pointer;
|
|
243
243
|
}
|
|
244
|
-
.ContentItem__metaSource[data-v-
|
|
244
|
+
.ContentItem__metaSource[data-v-8d27c128]:hover {
|
|
245
245
|
color: #2F3A91;
|
|
246
246
|
border-bottom: 1px dotted #646464;
|
|
247
247
|
}
|
|
248
|
-
.RichContent[data-v-
|
|
248
|
+
.RichContent[data-v-8d27c128] {
|
|
249
249
|
line-height: 1.6;
|
|
250
250
|
}
|
|
251
|
-
.RichContent[data-v-
|
|
251
|
+
.RichContent[data-v-8d27c128]::after {
|
|
252
252
|
display: block;
|
|
253
253
|
content: "";
|
|
254
254
|
clear: both;
|
|
255
255
|
}
|
|
256
|
-
.RichContent .RichText[data-v-
|
|
256
|
+
.RichContent .RichText[data-v-8d27c128] {
|
|
257
257
|
margin-right: 4px;
|
|
258
258
|
}
|
|
259
|
-
.RichContent.is-collapsed[data-v-
|
|
259
|
+
.RichContent.is-collapsed[data-v-8d27c128] {
|
|
260
260
|
cursor: pointer;
|
|
261
261
|
transition: color 0.14s ease-out;
|
|
262
262
|
}
|
|
263
|
-
.RichContent__inner[data-v-
|
|
263
|
+
.RichContent__inner[data-v-8d27c128] {
|
|
264
264
|
font-size: 15px;
|
|
265
265
|
overflow: hidden;
|
|
266
266
|
}
|
|
267
|
-
.RichText[data-v-
|
|
267
|
+
.RichText[data-v-8d27c128] {
|
|
268
268
|
word-break: break-word;
|
|
269
269
|
line-height: 1.6;
|
|
270
270
|
}
|
|
271
|
-
.RichContent.is-collapsed .RichText[data-v-
|
|
271
|
+
.RichContent.is-collapsed .RichText[data-v-8d27c128] {
|
|
272
272
|
pointer-events: none;
|
|
273
273
|
}
|
|
274
|
-
.RichContent.is-collapsed:not(.RichContent--unescapable) .RichText[data-v-
|
|
274
|
+
.RichContent.is-collapsed:not(.RichContent--unescapable) .RichText[data-v-8d27c128] {
|
|
275
275
|
white-space: normal;
|
|
276
276
|
}
|
|
277
|
-
.RichContent.is-collapsed .RichContent__inner[data-v-
|
|
277
|
+
.RichContent.is-collapsed .RichContent__inner[data-v-8d27c128]:hover {
|
|
278
278
|
color: #646464;
|
|
279
279
|
}
|
|
280
|
-
.ContentItem__more[data-v-
|
|
280
|
+
.ContentItem__more[data-v-8d27c128] {
|
|
281
281
|
height: auto;
|
|
282
282
|
padding: 0;
|
|
283
283
|
color: #2F3A91;
|
|
284
284
|
}
|
|
285
|
-
.ContentItem__more[data-v-
|
|
285
|
+
.ContentItem__more[data-v-8d27c128]:hover, .ContentItem__more[data-v-8d27c128]:focus {
|
|
286
286
|
color: rgba(47, 58, 145, 0.75);
|
|
287
287
|
background-color: transparent !important;
|
|
288
288
|
border-color: transparent !important;
|
|
289
289
|
}
|
|
290
|
-
.ContentItem__more .Icon[data-v-
|
|
290
|
+
.ContentItem__more .Icon[data-v-8d27c128] {
|
|
291
291
|
fill: currentColor;
|
|
292
292
|
}
|
|
293
|
-
.ContentItem__less[data-v-
|
|
293
|
+
.ContentItem__less[data-v-8d27c128] {
|
|
294
294
|
height: auto;
|
|
295
295
|
padding: 0;
|
|
296
296
|
margin-left: 0;
|
|
297
297
|
color: #2F3A91;
|
|
298
298
|
}
|
|
299
|
-
.ContentItem__less[data-v-
|
|
299
|
+
.ContentItem__less[data-v-8d27c128]:hover, .ContentItem__less[data-v-8d27c128]:focus {
|
|
300
300
|
color: rgba(47, 58, 145, 0.75);
|
|
301
301
|
background-color: transparent !important;
|
|
302
302
|
border-color: transparent !important;
|
|
303
303
|
}
|
|
304
|
-
.ContentItem__keywords[data-v-
|
|
304
|
+
.ContentItem__keywords[data-v-8d27c128] {
|
|
305
305
|
margin-top: 8px;
|
|
306
306
|
}
|
|
307
|
-
.PatentMetaList[data-v-
|
|
307
|
+
.PatentMetaList[data-v-8d27c128] {
|
|
308
308
|
display: flex;
|
|
309
309
|
width: 100%;
|
|
310
310
|
border: 1px solid #EBEBEB;
|
|
311
311
|
padding: 10px;
|
|
312
312
|
}
|
|
313
|
-
.PatentMetaListItem[data-v-
|
|
313
|
+
.PatentMetaListItem[data-v-8d27c128] {
|
|
314
314
|
flex: 1;
|
|
315
315
|
color: #8590a6;
|
|
316
316
|
line-height: 1.5;
|
|
@@ -320,26 +320,26 @@
|
|
|
320
320
|
align-items: center;
|
|
321
321
|
justify-content: center;
|
|
322
322
|
}
|
|
323
|
-
.PatentMetaListItem > div[data-v-
|
|
323
|
+
.PatentMetaListItem > div[data-v-8d27c128] {
|
|
324
324
|
text-align: left;
|
|
325
325
|
}
|
|
326
|
-
.PatentMetaListItem + .PatentMetaListItem[data-v-
|
|
326
|
+
.PatentMetaListItem + .PatentMetaListItem[data-v-8d27c128] {
|
|
327
327
|
border-left: 1px solid #eaebf4;
|
|
328
328
|
}
|
|
329
|
-
.ContentItem__links[data-v-
|
|
329
|
+
.ContentItem__links[data-v-8d27c128] {
|
|
330
330
|
display: flex;
|
|
331
331
|
flex-wrap: wrap;
|
|
332
332
|
margin-top: 10px;
|
|
333
333
|
margin-bottom: -10px;
|
|
334
334
|
}
|
|
335
|
-
.ContentItem__links .MetaText[data-v-
|
|
335
|
+
.ContentItem__links .MetaText[data-v-8d27c128] {
|
|
336
336
|
line-height: 36px;
|
|
337
337
|
}
|
|
338
|
-
.ContentItem__links .base-icon-s-promotion[data-v-
|
|
338
|
+
.ContentItem__links .base-icon-s-promotion[data-v-8d27c128] {
|
|
339
339
|
margin-right: 10px;
|
|
340
340
|
color: #2F3A91;
|
|
341
341
|
}
|
|
342
|
-
.ContentItem__link[data-v-
|
|
342
|
+
.ContentItem__link[data-v-8d27c128] {
|
|
343
343
|
padding: 6px 14px;
|
|
344
344
|
margin-bottom: 10px;
|
|
345
345
|
box-sizing: border-box;
|
|
@@ -356,12 +356,12 @@
|
|
|
356
356
|
transition: all 0.3s;
|
|
357
357
|
margin-right: 16px;
|
|
358
358
|
}
|
|
359
|
-
.ContentItem__link[data-v-
|
|
359
|
+
.ContentItem__link[data-v-8d27c128]:hover {
|
|
360
360
|
color: #2F3A91;
|
|
361
361
|
background: #f3f5f8;
|
|
362
362
|
box-shadow: inset 8px 8px 20px 0 rgba(55, 99, 170, 0.11), inset -8px -8px 20px 0 #fff;
|
|
363
363
|
}
|
|
364
|
-
.ContentItem__linkDot[data-v-
|
|
364
|
+
.ContentItem__linkDot[data-v-8d27c128] {
|
|
365
365
|
width: 10px;
|
|
366
366
|
height: 10px;
|
|
367
367
|
border-radius: 50%;
|
|
@@ -369,13 +369,13 @@
|
|
|
369
369
|
margin-right: 6px;
|
|
370
370
|
display: inline-block;
|
|
371
371
|
}
|
|
372
|
-
.ContentItem__linkLogo[data-v-
|
|
372
|
+
.ContentItem__linkLogo[data-v-8d27c128] {
|
|
373
373
|
width: 20px;
|
|
374
374
|
height: 20px;
|
|
375
375
|
border-radius: 50%;
|
|
376
376
|
margin-right: 6px;
|
|
377
377
|
}
|
|
378
|
-
.ContentItem__linkDotMeta[data-v-
|
|
378
|
+
.ContentItem__linkDotMeta[data-v-8d27c128] {
|
|
379
379
|
margin-left: auto;
|
|
380
380
|
display: inline-block;
|
|
381
381
|
font-weight: 600;
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
margin-bottom: 6px;
|
|
385
385
|
padding-top: 4px;
|
|
386
386
|
}
|
|
387
|
-
.ContentItem__pdf[data-v-
|
|
387
|
+
.ContentItem__pdf[data-v-8d27c128] {
|
|
388
388
|
vertical-align: -2px;
|
|
389
389
|
display: inline-block;
|
|
390
390
|
margin-right: 10px;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-8d27c128]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.ContentItem.is-en[data-v-8d27c128]{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}.ContentItem__title[data-v-8d27c128]{font-size:18px;color:#2f3a91;font-weight:600;font-synthesis:style;line-height:1.6;word-break:break-word;cursor:pointer;transition:color .3s}.ContentItem__title a[data-v-8d27c128]{display:inline-block}.ContentItem__title[data-v-8d27c128]:hover{color:rgba(47,58,145,.75)}.ContentItem__author[data-v-8d27c128]{margin-top:6px}.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-8d27c128]{cursor:auto}.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-8d27c128]:hover{border:none;color:#646464}.MetaText[data-v-8d27c128]{color:#8590a6;font-size:14px}.MetaText.is-en[data-v-8d27c128]{margin-right:10px}.ContentItem__meta[data-v-8d27c128]{margin-top:8px}.ContentItem__titleText[data-v-8d27c128]{margin-right:10px}.ContentItem__status[data-v-8d27c128]{font-size:14px;margin:0 4px 0 -4px;vertical-align:1px}.ContentItem__abstracts[data-v-8d27c128]{margin-top:10px;color:#8590a6}.Keywords[data-v-8d27c128]{display:flex;flex-wrap:wrap;line-height:1.7}.Keyword[data-v-8d27c128]{font-size:14px;color:#646464;cursor:pointer;margin-right:10px;transition:all .3s;word-break:break-word;height:24px}.Keyword[data-v-8d27c128]:hover{border-bottom:1px dotted #444;color:#2f3a91}.KeywordMore[data-v-8d27c128]{font-size:14px;color:#8590a6;cursor:pointer}.KeywordMore[data-v-8d27c128]:hover{opacity:.8}.AuthorInfo[data-v-8d27c128]{display:flex}.AuthorInfo .base-icon-s-custom[data-v-8d27c128]{color:#8590a6;padding-top:5px;margin-right:10px;font-size:15px;transition:color .3s}.AuthorInfo .base-icon-s-custom[data-v-8d27c128]:hover{color:#2f3a91}.AuthorInfo__content[data-v-8d27c128]{flex:1;overflow:hidden;display:inline-block;line-height:1.7}.AuthorInfo__content .Button--more[data-v-8d27c128]{margin-left:6px}.AuthorInfo__content .Dot[data-v-8d27c128]{font-weight:600;margin:0 4px 0 0!important}.AuthorInfo__extra[data-v-8d27c128]{font-size:12px;padding:0 6px 0 0;color:#8590a6;cursor:pointer;font-weight:600}.AuthorInfo__extra[data-v-8d27c128]:hover{opacity:.8}.AuthorInfo__avatar[data-v-8d27c128]{vertical-align:top}.AuthorInfo__name[data-v-8d27c128]{font-weight:600;margin-right:6px;font-size:15px}.AuthorInfo__name.AuthorInfo__name--light[data-v-8d27c128]{font-weight:500}.ContentItem__label[data-v-8d27c128]{color:#8590a6;margin-right:4px}.ContentItem__comma[data-v-8d27c128]{color:#8590a6}.ContentItem__source .ContentItem__comma[data-v-8d27c128]{margin-right:2px}.BookAuthor .AuthorInfo__nameText[data-v-8d27c128]{cursor:default}.AuthorInfo__nameText[data-v-8d27c128]{cursor:pointer;transition:all .3s;color:#646464}.AuthorInfo__nameText[data-v-8d27c128]:hover{border-bottom:1px dotted #646464;color:#2f3a91}.AuthorInfo__nameText.is-disabled[data-v-8d27c128]{cursor:auto}.AuthorInfo__nameText.is-disabled[data-v-8d27c128]:hover{border:none;color:#646464}.ContentItem__source[data-v-8d27c128]{font-weight:500;color:#646464;font-size:15px}.ContentItem__source .Keyword[data-v-8d27c128]{background-color:#fff2e8!important;color:#ff791a!important}.ContentItem__source .Keyword.is-last[data-v-8d27c128]{margin-right:3px!important}.ContentItem__metaSource[data-v-8d27c128]{transition:all .3s;cursor:pointer}.ContentItem__metaSource[data-v-8d27c128]:hover{color:#2f3a91;border-bottom:1px dotted #646464}.RichContent[data-v-8d27c128]{line-height:1.6}.RichContent[data-v-8d27c128]::after{display:block;content:"";clear:both}.RichContent .RichText[data-v-8d27c128]{margin-right:4px}.RichContent.is-collapsed[data-v-8d27c128]{cursor:pointer;transition:color .14s ease-out}.RichContent__inner[data-v-8d27c128]{font-size:15px;overflow:hidden}.RichText[data-v-8d27c128]{word-break:break-word;line-height:1.6}.RichContent.is-collapsed .RichText[data-v-8d27c128]{pointer-events:none}.RichContent.is-collapsed:not(.RichContent--unescapable) .RichText[data-v-8d27c128]{white-space:normal}.RichContent.is-collapsed .RichContent__inner[data-v-8d27c128]:hover{color:#646464}.ContentItem__more[data-v-8d27c128]{height:auto;padding:0;color:#2f3a91}.ContentItem__more[data-v-8d27c128]:focus,.ContentItem__more[data-v-8d27c128]:hover{color:rgba(47,58,145,.75);background-color:transparent!important;border-color:transparent!important}.ContentItem__more .Icon[data-v-8d27c128]{fill:currentColor}.ContentItem__less[data-v-8d27c128]{height:auto;padding:0;margin-left:0;color:#2f3a91}.ContentItem__less[data-v-8d27c128]:focus,.ContentItem__less[data-v-8d27c128]:hover{color:rgba(47,58,145,.75);background-color:transparent!important;border-color:transparent!important}.ContentItem__keywords[data-v-8d27c128]{margin-top:8px}.PatentMetaList[data-v-8d27c128]{display:flex;width:100%;border:1px solid #ebebeb;padding:10px}.PatentMetaListItem[data-v-8d27c128]{flex:1;color:#8590a6;line-height:1.5;font-size:15px;text-align:center;display:flex;align-items:center;justify-content:center}.PatentMetaListItem>div[data-v-8d27c128]{text-align:left}.PatentMetaListItem+.PatentMetaListItem[data-v-8d27c128]{border-left:1px solid #eaebf4}.ContentItem__links[data-v-8d27c128]{display:flex;flex-wrap:wrap;margin-top:10px;margin-bottom:-10px}.ContentItem__links .MetaText[data-v-8d27c128]{line-height:36px}.ContentItem__links .base-icon-s-promotion[data-v-8d27c128]{margin-right:10px;color:#2f3a91}.ContentItem__link[data-v-8d27c128]{padding:6px 14px;margin-bottom:10px;box-sizing:border-box;border-radius:4px;display:flex;align-items:center;justify-content:center;-webkit-font-smoothing:antialiased;cursor:pointer;color:#121212;background-image:linear-gradient(0deg,#fff,#f3f5f8);border:2px solid #fff;box-shadow:8px 8px 20px 0 rgba(55,99,170,.1),-8px -8px 20px 0 #fff,inset 0 4px 20px 0 hsla(0,0%,100%,.5);transition:all .3s;margin-right:16px}.ContentItem__link[data-v-8d27c128]:hover{color:#2f3a91;background:#f3f5f8;box-shadow:inset 8px 8px 20px 0 rgba(55,99,170,.11),inset -8px -8px 20px 0 #fff}.ContentItem__linkDot[data-v-8d27c128]{width:10px;height:10px;border-radius:50%;background-color:#67c23a;margin-right:6px;display:inline-block}.ContentItem__linkLogo[data-v-8d27c128]{width:20px;height:20px;border-radius:50%;margin-right:6px}.ContentItem__linkDotMeta[data-v-8d27c128]{margin-left:auto;display:inline-block;font-weight:600;font-size:12px;color:#121212;margin-bottom:6px;padding-top:4px}.ContentItem__pdf[data-v-8d27c128]{vertical-align:-2px;display:inline-block;margin-right:10px}
|