@zkwq/business 0.0.22 → 0.0.23
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/AggsItemH.min.min.css +1 -0
- package/dist/css/AggsItemV.min.min.css +1 -0
- package/dist/css/AppDialog.css +44 -44
- package/dist/css/AppDialog.min.css +1 -1
- package/dist/css/AppDialog.min.min.css +1 -0
- package/dist/css/Avatar.min.min.css +1 -0
- package/dist/css/BounceLoading.min.min.css +1 -0
- package/dist/css/ReadableItem.min.min.css +1 -0
- package/dist/css/index.min.min.css +1 -0
- package/dist/index.min.min.css +1 -0
- package/dist/index.min.min.js +28 -0
- package/dist/index.umd.min.min.cjs +29 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[data-v-2c4fd70d]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.aggs_item[data-v-2c4fd70d]{width:100%;height:auto;overflow:hidden;display:flex;padding-top:12px;padding-bottom:12px;border-bottom:1px solid #dcdfe6}.aggs_item .name[data-v-2c4fd70d]{width:100px;color:#8590a6;padding:2px 8px}.aggs_item .item[data-v-2c4fd70d]{flex:1;height:auto;overflow:hidden;display:flex;flex-direction:row;flex-wrap:wrap}.aggs_item .item li[data-v-2c4fd70d]{padding:2px 8px;cursor:pointer;margin:0 8px;margin-bottom:4px}.aggs_item .item li[data-v-2c4fd70d]:hover{background:#6d75b2;color:#fff;border-radius:4px}.aggs_item .item .selected[data-v-2c4fd70d]{background:#6d75b2;color:#fff;border-radius:4px}.aggs_item .more[data-v-2c4fd70d]{width:50px;height:auto;overflow:hidden;text-align:center;color:#2f3a91;cursor:pointer;padding-top:4px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[data-v-5603ed3c]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.v-enter-active[data-v-5603ed3c],.v-leave-active[data-v-5603ed3c]{transition:.3s max-height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.text-overflow[data-v-5603ed3c]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.warp[data-v-5603ed3c]{width:100%;height:auto;overflow:hidden}.warp .title__warp[data-v-5603ed3c]{width:100%;padding:12px 16px;font-weight:600;font-size:14px;letter-spacing:2px;border-top:1px solid #dcdfe6;border-bottom:1px solid #dcdfe6;display:flex;align-items:center;justify-content:space-between}.warp .title__warp .title[data-v-5603ed3c]{flex:1}.warp .title__warp .icon[data-v-5603ed3c]{padding:2px;background:#f0f1f7;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;transition:transform .3s}.warp .title__warp .icon-active[data-v-5603ed3c]{transform:rotate(-90deg)}.warp .item_warp[data-v-5603ed3c]{width:100%;font-size:14px;overflow:hidden}.warp .item_warp li[data-v-5603ed3c]{width:100%;height:auto;overflow:hidden;padding:5px 16px;display:flex}.warp .item_warp li .item[data-v-5603ed3c]{width:18px;margin-right:8px;height:auto;overflow:hidden;cursor:pointer;display:flex;align-items:center}.warp .item_warp li .item[data-v-5603ed3c]:hover{opacity:.9}.warp .item_warp li .text[data-v-5603ed3c]{flex:1;margin-right:8px;height:auto;overflow:hidden;cursor:pointer;line-height:normal!important;color:#121212;font-size:15px;font-weight:400}.warp .item_warp li .text[data-v-5603ed3c]:hover{opacity:.9}.warp .item_warp li .num[data-v-5603ed3c]{color:#8590a6;font-size:15px;font-weight:400;max-width:calc(40% - 8px);text-align:right;display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.warp .item_warp li[data-v-5603ed3c]:first-of-type{margin-top:8px}.warp .item_warp li[data-v-5603ed3c]:last-of-type{margin-bottom:8px}.warp .readmore[data-v-5603ed3c]{text-align:center;padding:5px 0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#999}.warp .readmore[data-v-5603ed3c]:hover{color:#2f3a91}.warp .readmore span[data-v-5603ed3c]{font-size:12px;display:none}.warp .readmore:hover span[data-v-5603ed3c]{display:block!important;transition:.5s}.warp .Checkbox__label[data-v-5603ed3c]{width:180px;height:auto;overflow:hidden;white-space:normal;word-break:break-all;word-wrap:break-word;line-height:20px}
|
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
|
|
|
@@ -115,47 +158,4 @@
|
|
|
115
158
|
.AppDialog__subtitle--left[data-v-742105f1] {
|
|
116
159
|
padding: 0 16px;
|
|
117
160
|
}
|
|
118
|
-
}.AppDialog__wrapper.base-dialog__wrapper {
|
|
119
|
-
display: flex;
|
|
120
|
-
flex-direction: column;
|
|
121
|
-
justify-content: center;
|
|
122
|
-
overflow-x: hidden;
|
|
123
|
-
overflow-y: auto;
|
|
124
|
-
}
|
|
125
|
-
.AppDialog {
|
|
126
|
-
max-height: 100vh;
|
|
127
|
-
transition: max-height 0.8s ease, height 0.8s ease;
|
|
128
|
-
}
|
|
129
|
-
.AppDialog.base-dialog {
|
|
130
|
-
margin-top: 0 !important;
|
|
131
|
-
margin-bottom: 0 !important;
|
|
132
|
-
}
|
|
133
|
-
.AppDialog .base-dialog__header {
|
|
134
|
-
padding: 0;
|
|
135
|
-
}
|
|
136
|
-
.AppDialog .base-dialog__body {
|
|
137
|
-
padding: 0;
|
|
138
|
-
}
|
|
139
|
-
.AppDialog--fullPage {
|
|
140
|
-
height: 100vh;
|
|
141
|
-
}
|
|
142
|
-
.AppDialog--fullPage.AppDialog .base-dialog__body {
|
|
143
|
-
height: 100%;
|
|
144
|
-
}
|
|
145
|
-
.AppDialog--fullPage.AppDialog .AppDialog__inner {
|
|
146
|
-
height: 100vh;
|
|
147
|
-
overflow: visible;
|
|
148
|
-
}
|
|
149
|
-
.AppDialog--fullPage.AppDialog .AppDialog__content {
|
|
150
|
-
height: 100%;
|
|
151
|
-
}
|
|
152
|
-
.Modal__closeButton {
|
|
153
|
-
position: absolute;
|
|
154
|
-
top: 8px;
|
|
155
|
-
right: -60px;
|
|
156
|
-
padding: 12px;
|
|
157
|
-
}
|
|
158
|
-
.Modal__closeIcon {
|
|
159
|
-
vertical-align: top;
|
|
160
|
-
fill: #FFF;
|
|
161
161
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-742105f1]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.AppDialog__inner[data-v-742105f1]{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog__content[data-v-742105f1]{padding:10px 20px 50px}.AppDialog__title[data-v-742105f1]{margin-top:40px;font-size:24px;font-weight:500;color:#2f3a91;text-align:center}.AppDialog__subtitle[data-v-742105f1]{padding:0 38px;margin-top:4px;font-size:14px;line-height:1.5;color:#8590a6;text-align:center}.AppDialog__title--left[data-v-742105f1]{padding:0 20px;font-size:15px;color:#2f3a91;font-weight:600;height:60px;line-height:60px}.AppDialog__subtitle--left[data-v-742105f1]{padding:0 20px;font-size:14px;line-height:1;color:#8590a6;text-align:left}@media (max-width:576px){.AppDialog__title--left[data-v-742105f1]{padding:20px 16px 10px}.AppDialog__subtitle--left[data-v-742105f1]{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-742105f1]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.AppDialog__inner[data-v-742105f1]{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog__content[data-v-742105f1]{padding:10px 20px 50px}.AppDialog__title[data-v-742105f1]{margin-top:40px;font-size:24px;font-weight:500;color:#2f3a91;text-align:center}.AppDialog__subtitle[data-v-742105f1]{padding:0 38px;margin-top:4px;font-size:14px;line-height:1.5;color:#8590a6;text-align:center}.AppDialog__title--left[data-v-742105f1]{padding:0 20px;font-size:15px;color:#2f3a91;font-weight:600;height:60px;line-height:60px}.AppDialog__subtitle--left[data-v-742105f1]{padding:0 20px;font-size:14px;line-height:1;color:#8590a6;text-align:left}@media (max-width:576px){.AppDialog__title--left[data-v-742105f1]{padding:20px 16px 10px}.AppDialog__subtitle--left[data-v-742105f1]{padding:0 16px}}
|
|
@@ -0,0 +1 @@
|
|
|
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-742105f1]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.AppDialog__inner[data-v-742105f1]{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog__content[data-v-742105f1]{padding:10px 20px 50px}.AppDialog__title[data-v-742105f1]{margin-top:40px;font-size:24px;font-weight:500;color:#2f3a91;text-align:center}.AppDialog__subtitle[data-v-742105f1]{padding:0 38px;margin-top:4px;font-size:14px;line-height:1.5;color:#8590a6;text-align:center}.AppDialog__title--left[data-v-742105f1]{padding:0 20px;font-size:15px;color:#2f3a91;font-weight:600;height:60px;line-height:60px}.AppDialog__subtitle--left[data-v-742105f1]{padding:0 20px;font-size:14px;line-height:1;color:#8590a6;text-align:left}@media (max-width:576px){.AppDialog__title--left[data-v-742105f1]{padding:20px 16px 10px}.AppDialog__subtitle--left[data-v-742105f1]{padding:0 16px}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[data-v-550b2935]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Avatar[data-v-550b2935]{background:0 0;border-radius:2px;object-fit:cover}.Avatar--pointer[data-v-550b2935]{cursor:pointer}.Avatar--large[data-v-550b2935]{border-radius:4px}.Avatar--round[data-v-550b2935]{border-radius:50%}.Avatar__outer[data-v-550b2935]{fill:#eaebf4}.Avatar__inner[data-v-550b2935]{fill:#2F3A91}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[data-v-19da6460]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.BounceLoading[data-v-19da6460]{position:relative}.BounceLoading .BounceLoading__child[data-v-19da6460]{position:absolute;background-color:#2f3a91;border-radius:50%;-webkit-transform-origin:center;transform-origin:center;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:Bounce;animation-name:Bounce;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[data-v-53070acd]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.ContentItem.is-en[data-v-53070acd]{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-53070acd]{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-53070acd]{display:inline-block}.ContentItem__title[data-v-53070acd]:hover{color:rgba(47,58,145,.75)}.ContentItem__author[data-v-53070acd]{margin-top:6px}.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-53070acd]{cursor:auto}.ContentItem__author.is-disabled .AuthorInfo__nameText[data-v-53070acd]:hover{border:none;color:#646464}.MetaText[data-v-53070acd]{color:#8590a6;font-size:14px}.MetaText.is-en[data-v-53070acd]{margin-right:10px}.ContentItem__meta[data-v-53070acd]{margin-top:8px}.ContentItem__titleText[data-v-53070acd]{margin-right:10px}.ContentItem__status[data-v-53070acd]{font-size:14px;margin:0 4px 0 -4px;vertical-align:1px}.ContentItem__abstracts[data-v-53070acd]{margin-top:10px;color:#8590a6}.Keywords[data-v-53070acd]{display:flex;flex-wrap:wrap;line-height:1.7}.Keyword[data-v-53070acd]{font-size:14px;color:#646464;cursor:pointer;margin-right:10px;transition:all .3s;word-break:break-word;height:24px}.Keyword[data-v-53070acd]:hover{border-bottom:1px dotted #444;color:#2f3a91}.KeywordMore[data-v-53070acd]{font-size:14px;color:#8590a6;cursor:pointer}.KeywordMore[data-v-53070acd]:hover{opacity:.8}.AuthorInfo[data-v-53070acd]{display:flex}.AuthorInfo .base-icon-s-custom[data-v-53070acd]{color:#8590a6;padding-top:5px;margin-right:10px;font-size:15px;transition:color .3s}.AuthorInfo .base-icon-s-custom[data-v-53070acd]:hover{color:#2f3a91}.AuthorInfo__content[data-v-53070acd]{flex:1;overflow:hidden;display:inline-block;line-height:1.7}.AuthorInfo__content .Button--more[data-v-53070acd]{margin-left:6px}.AuthorInfo__content .Dot[data-v-53070acd]{font-weight:600;margin:0 4px 0 0!important}.AuthorInfo__extra[data-v-53070acd]{font-size:12px;padding:0 6px 0 0;color:#8590a6;cursor:pointer;font-weight:600}.AuthorInfo__extra[data-v-53070acd]:hover{opacity:.8}.AuthorInfo__avatar[data-v-53070acd]{vertical-align:top}.AuthorInfo__name[data-v-53070acd]{font-weight:600;margin-right:6px;font-size:15px}.AuthorInfo__name.AuthorInfo__name--light[data-v-53070acd]{font-weight:500}.ContentItem__label[data-v-53070acd]{color:#8590a6;margin-right:4px}.ContentItem__comma[data-v-53070acd]{color:#8590a6}.ContentItem__source .ContentItem__comma[data-v-53070acd]{margin-right:2px}.BookAuthor .AuthorInfo__nameText[data-v-53070acd]{cursor:default}.AuthorInfo__nameText[data-v-53070acd]{cursor:pointer;transition:all .3s;color:#646464}.AuthorInfo__nameText[data-v-53070acd]:hover{border-bottom:1px dotted #646464;color:#2f3a91}.AuthorInfo__nameText.is-disabled[data-v-53070acd]{cursor:auto}.AuthorInfo__nameText.is-disabled[data-v-53070acd]:hover{border:none;color:#646464}.ContentItem__source[data-v-53070acd]{font-weight:500;color:#646464;font-size:15px}.ContentItem__source .Keyword[data-v-53070acd]{background-color:#fff2e8!important;color:#ff791a!important}.ContentItem__source .Keyword.is-last[data-v-53070acd]{margin-right:3px!important}.ContentItem__metaSource[data-v-53070acd]{transition:all .3s;cursor:pointer}.ContentItem__metaSource[data-v-53070acd]:hover{color:#2f3a91;border-bottom:1px dotted #646464}.RichContent[data-v-53070acd]{line-height:1.6}.RichContent[data-v-53070acd]::after{display:block;content:"";clear:both}.RichContent .RichText[data-v-53070acd]{margin-right:4px}.RichContent.is-collapsed[data-v-53070acd]{cursor:pointer;transition:color .14s ease-out}.RichContent__inner[data-v-53070acd]{font-size:15px;overflow:hidden}.RichText[data-v-53070acd]{word-break:break-word;line-height:1.6}.RichContent.is-collapsed .RichText[data-v-53070acd]{pointer-events:none}.RichContent.is-collapsed:not(.RichContent--unescapable) .RichText[data-v-53070acd]{white-space:normal}.RichContent.is-collapsed .RichContent__inner[data-v-53070acd]:hover{color:#646464}.ContentItem__more[data-v-53070acd]{height:auto;padding:0;color:#2f3a91}.ContentItem__more[data-v-53070acd]:focus,.ContentItem__more[data-v-53070acd]:hover{color:rgba(47,58,145,.75);background-color:transparent!important;border-color:transparent!important}.ContentItem__more .Icon[data-v-53070acd]{fill:currentColor}.ContentItem__less[data-v-53070acd]{height:auto;padding:0;margin-left:0;color:#2f3a91}.ContentItem__less[data-v-53070acd]:focus,.ContentItem__less[data-v-53070acd]:hover{color:rgba(47,58,145,.75);background-color:transparent!important;border-color:transparent!important}.ContentItem__keywords[data-v-53070acd]{margin-top:8px}.PatentMetaList[data-v-53070acd]{display:flex;width:100%;border:1px solid #ebebeb;padding:10px}.PatentMetaListItem[data-v-53070acd]{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-53070acd]{text-align:left}.PatentMetaListItem+.PatentMetaListItem[data-v-53070acd]{border-left:1px solid #eaebf4}.ContentItem__links[data-v-53070acd]{display:flex;flex-wrap:wrap;margin-top:10px;margin-bottom:-10px}.ContentItem__links .MetaText[data-v-53070acd]{line-height:36px}.ContentItem__links .base-icon-s-promotion[data-v-53070acd]{margin-right:10px;color:#2f3a91}.ContentItem__link[data-v-53070acd]{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-53070acd]: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-53070acd]{width:10px;height:10px;border-radius:50%;background-color:#67c23a;margin-right:6px;display:inline-block}.ContentItem__linkLogo[data-v-53070acd]{width:20px;height:20px;border-radius:50%;margin-right:6px}.ContentItem__linkDotMeta[data-v-53070acd]{margin-left:auto;display:inline-block;font-weight:600;font-size:12px;color:#121212;margin-bottom:6px;padding-top:4px}.ContentItem__pdf[data-v-53070acd]{vertical-align:-2px;display:inline-block;margin-right:10px}
|