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