@zkwq/business 0.0.73 → 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/AppDialog.css +44 -44
- package/dist/css/AppDialog.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 +1930 -1893
- 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/AppDialog.css
CHANGED
|
@@ -1,4 +1,47 @@
|
|
|
1
|
-
|
|
1
|
+
.AppDialog__wrapper.base-dialog__wrapper {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
justify-content: center;
|
|
5
|
+
overflow-x: hidden;
|
|
6
|
+
overflow-y: auto;
|
|
7
|
+
}
|
|
8
|
+
.AppDialog {
|
|
9
|
+
max-height: 100vh;
|
|
10
|
+
transition: max-height 0.8s ease, height 0.8s ease;
|
|
11
|
+
}
|
|
12
|
+
.AppDialog.base-dialog {
|
|
13
|
+
margin-top: 0 !important;
|
|
14
|
+
margin-bottom: 0 !important;
|
|
15
|
+
}
|
|
16
|
+
.AppDialog .base-dialog__header {
|
|
17
|
+
padding: 0;
|
|
18
|
+
}
|
|
19
|
+
.AppDialog .base-dialog__body {
|
|
20
|
+
padding: 0;
|
|
21
|
+
}
|
|
22
|
+
.AppDialog--fullPage {
|
|
23
|
+
height: 100vh;
|
|
24
|
+
}
|
|
25
|
+
.AppDialog--fullPage.AppDialog .base-dialog__body {
|
|
26
|
+
height: 100%;
|
|
27
|
+
}
|
|
28
|
+
.AppDialog--fullPage.AppDialog .AppDialog__inner {
|
|
29
|
+
height: 100vh;
|
|
30
|
+
overflow: visible;
|
|
31
|
+
}
|
|
32
|
+
.AppDialog--fullPage.AppDialog .AppDialog__content {
|
|
33
|
+
height: 100%;
|
|
34
|
+
}
|
|
35
|
+
.Modal__closeButton {
|
|
36
|
+
position: absolute;
|
|
37
|
+
top: 8px;
|
|
38
|
+
right: -60px;
|
|
39
|
+
padding: 12px;
|
|
40
|
+
}
|
|
41
|
+
.Modal__closeIcon {
|
|
42
|
+
vertical-align: top;
|
|
43
|
+
fill: #FFF;
|
|
44
|
+
}
|
|
2
45
|
|
|
3
46
|
|
|
4
47
|
|
|
@@ -116,47 +159,4 @@
|
|
|
116
159
|
.AppDialog__subtitle--left[data-v-47783249] {
|
|
117
160
|
padding: 0 16px;
|
|
118
161
|
}
|
|
119
|
-
}.AppDialog__wrapper.base-dialog__wrapper {
|
|
120
|
-
display: flex;
|
|
121
|
-
flex-direction: column;
|
|
122
|
-
justify-content: center;
|
|
123
|
-
overflow-x: hidden;
|
|
124
|
-
overflow-y: auto;
|
|
125
|
-
}
|
|
126
|
-
.AppDialog {
|
|
127
|
-
max-height: 100vh;
|
|
128
|
-
transition: max-height 0.8s ease, height 0.8s ease;
|
|
129
|
-
}
|
|
130
|
-
.AppDialog.base-dialog {
|
|
131
|
-
margin-top: 0 !important;
|
|
132
|
-
margin-bottom: 0 !important;
|
|
133
|
-
}
|
|
134
|
-
.AppDialog .base-dialog__header {
|
|
135
|
-
padding: 0;
|
|
136
|
-
}
|
|
137
|
-
.AppDialog .base-dialog__body {
|
|
138
|
-
padding: 0;
|
|
139
|
-
}
|
|
140
|
-
.AppDialog--fullPage {
|
|
141
|
-
height: 100vh;
|
|
142
|
-
}
|
|
143
|
-
.AppDialog--fullPage.AppDialog .base-dialog__body {
|
|
144
|
-
height: 100%;
|
|
145
|
-
}
|
|
146
|
-
.AppDialog--fullPage.AppDialog .AppDialog__inner {
|
|
147
|
-
height: 100vh;
|
|
148
|
-
overflow: visible;
|
|
149
|
-
}
|
|
150
|
-
.AppDialog--fullPage.AppDialog .AppDialog__content {
|
|
151
|
-
height: 100%;
|
|
152
|
-
}
|
|
153
|
-
.Modal__closeButton {
|
|
154
|
-
position: absolute;
|
|
155
|
-
top: 8px;
|
|
156
|
-
right: -60px;
|
|
157
|
-
padding: 12px;
|
|
158
|
-
}
|
|
159
|
-
.Modal__closeIcon {
|
|
160
|
-
vertical-align: top;
|
|
161
|
-
fill: #FFF;
|
|
162
162
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-47783249]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.AppDialog__inner[data-v-47783249]{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog__content[data-v-47783249]{padding:10px 20px 50px}.AppDialog__title[data-v-47783249]{margin-top:40px;font-size:24px;font-weight:500;color:#2f3a91;text-align:center}.AppDialog__subtitle[data-v-47783249]{padding:0 38px;margin-top:4px;font-size:14px;line-height:1.5;color:#8590a6;text-align:center}.AppDialog__title--left[data-v-47783249]{padding:0 20px;font-size:15px;color:#2f3a91;font-weight:600;height:60px;line-height:60px}.AppDialog__subtitle--left[data-v-47783249]{padding:0 20px;font-size:14px;line-height:1;color:#8590a6;text-align:left}@media (max-width:576px){.AppDialog__title--left[data-v-47783249]{padding:20px 16px 10px}.AppDialog__subtitle--left[data-v-47783249]{padding:0 16px}}
|
|
1
|
+
.AppDialog__wrapper.base-dialog__wrapper{display:flex;flex-direction:column;justify-content:center;overflow-x:hidden;overflow-y:auto}.AppDialog{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog.base-dialog{margin-top:0!important;margin-bottom:0!important}.AppDialog .base-dialog__header{padding:0}.AppDialog .base-dialog__body{padding:0}.AppDialog--fullPage{height:100vh}.AppDialog--fullPage.AppDialog .base-dialog__body{height:100%}.AppDialog--fullPage.AppDialog .AppDialog__inner{height:100vh;overflow:visible}.AppDialog--fullPage.AppDialog .AppDialog__content{height:100%}.Modal__closeButton{position:absolute;top:8px;right:-60px;padding:12px}.Modal__closeIcon{vertical-align:top;fill:#FFF}[data-v-47783249]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.AppDialog__inner[data-v-47783249]{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog__content[data-v-47783249]{padding:10px 20px 50px}.AppDialog__title[data-v-47783249]{margin-top:40px;font-size:24px;font-weight:500;color:#2f3a91;text-align:center}.AppDialog__subtitle[data-v-47783249]{padding:0 38px;margin-top:4px;font-size:14px;line-height:1.5;color:#8590a6;text-align:center}.AppDialog__title--left[data-v-47783249]{padding:0 20px;font-size:15px;color:#2f3a91;font-weight:600;height:60px;line-height:60px}.AppDialog__subtitle--left[data-v-47783249]{padding:0 20px;font-size:14px;line-height:1;color:#8590a6;text-align:left}@media (max-width:576px){.AppDialog__title--left[data-v-47783249]{padding:20px 16px 10px}.AppDialog__subtitle--left[data-v-47783249]{padding:0 16px}}
|
|
@@ -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}
|