@zkwq/business 0.0.23 → 0.0.25
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 +53 -53
- package/dist/css/AppDialog.min.css +1 -1
- package/dist/css/index.css +485 -0
- package/dist/css/index.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +2623 -2398
- package/dist/index.min.css +1 -1
- package/dist/index.min.js +5 -5
- package/dist/index.umd.cjs +7 -7
- package/dist/index.umd.min.cjs +6 -6
- package/package.json +1 -1
- package/dist/css/AggsItemH.min.min.css +0 -1
- package/dist/css/AggsItemV.min.min.css +0 -1
- package/dist/css/AppDialog.min.min.css +0 -1
- package/dist/css/Avatar.min.min.css +0 -1
- package/dist/css/BounceLoading.min.min.css +0 -1
- package/dist/css/ReadableItem.min.min.css +0 -1
- package/dist/css/index.min.min.css +0 -1
- package/dist/index.min.min.css +0 -1
- package/dist/index.min.min.js +0 -28
- package/dist/index.umd.min.min.cjs +0 -29
package/dist/css/AppDialog.css
CHANGED
|
@@ -1,47 +1,3 @@
|
|
|
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
|
-
}
|
|
45
1
|
|
|
46
2
|
|
|
47
3
|
|
|
@@ -52,7 +8,8 @@
|
|
|
52
8
|
|
|
53
9
|
|
|
54
10
|
|
|
55
|
-
|
|
11
|
+
|
|
12
|
+
[data-v-47783249]:export {
|
|
56
13
|
primary: #2F3A91;
|
|
57
14
|
success: #67C23A;
|
|
58
15
|
warning: #FF791A;
|
|
@@ -114,21 +71,21 @@
|
|
|
114
71
|
|
|
115
72
|
|
|
116
73
|
|
|
117
|
-
.AppDialog__inner[data-v-
|
|
74
|
+
.AppDialog__inner[data-v-47783249] {
|
|
118
75
|
max-height: 100vh;
|
|
119
76
|
transition: max-height 0.8s ease, height 0.8s ease;
|
|
120
77
|
}
|
|
121
|
-
.AppDialog__content[data-v-
|
|
78
|
+
.AppDialog__content[data-v-47783249] {
|
|
122
79
|
padding: 10px 20px 50px;
|
|
123
80
|
}
|
|
124
|
-
.AppDialog__title[data-v-
|
|
81
|
+
.AppDialog__title[data-v-47783249] {
|
|
125
82
|
margin-top: 40px;
|
|
126
83
|
font-size: 24px;
|
|
127
84
|
font-weight: 500;
|
|
128
85
|
color: #2F3A91;
|
|
129
86
|
text-align: center;
|
|
130
87
|
}
|
|
131
|
-
.AppDialog__subtitle[data-v-
|
|
88
|
+
.AppDialog__subtitle[data-v-47783249] {
|
|
132
89
|
padding: 0 38px;
|
|
133
90
|
margin-top: 4px;
|
|
134
91
|
font-size: 14px;
|
|
@@ -136,7 +93,7 @@
|
|
|
136
93
|
color: #8590a6;
|
|
137
94
|
text-align: center;
|
|
138
95
|
}
|
|
139
|
-
.AppDialog__title--left[data-v-
|
|
96
|
+
.AppDialog__title--left[data-v-47783249] {
|
|
140
97
|
padding: 0 20px;
|
|
141
98
|
font-size: 15px;
|
|
142
99
|
color: #2F3A91;
|
|
@@ -144,7 +101,7 @@
|
|
|
144
101
|
height: 60px;
|
|
145
102
|
line-height: 60px;
|
|
146
103
|
}
|
|
147
|
-
.AppDialog__subtitle--left[data-v-
|
|
104
|
+
.AppDialog__subtitle--left[data-v-47783249] {
|
|
148
105
|
padding: 0 20px;
|
|
149
106
|
font-size: 14px;
|
|
150
107
|
line-height: 1;
|
|
@@ -152,10 +109,53 @@
|
|
|
152
109
|
text-align: left;
|
|
153
110
|
}
|
|
154
111
|
@media (max-width: 576px) {
|
|
155
|
-
.AppDialog__title--left[data-v-
|
|
112
|
+
.AppDialog__title--left[data-v-47783249] {
|
|
156
113
|
padding: 20px 16px 10px;
|
|
157
114
|
}
|
|
158
|
-
.AppDialog__subtitle--left[data-v-
|
|
115
|
+
.AppDialog__subtitle--left[data-v-47783249] {
|
|
159
116
|
padding: 0 16px;
|
|
160
117
|
}
|
|
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
|
-
|
|
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}}.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}
|
package/dist/css/index.css
CHANGED
|
@@ -42976,6 +42976,491 @@
|
|
|
42976
42976
|
margin-top: 8px;
|
|
42977
42977
|
}
|
|
42978
42978
|
|
|
42979
|
+
|
|
42980
|
+
|
|
42981
|
+
|
|
42982
|
+
|
|
42983
|
+
|
|
42984
|
+
|
|
42985
|
+
|
|
42986
|
+
|
|
42987
|
+
|
|
42988
|
+
|
|
42989
|
+
:export {
|
|
42990
|
+
primary: #2F3A91;
|
|
42991
|
+
success: #67C23A;
|
|
42992
|
+
warning: #FF791A;
|
|
42993
|
+
danger: #F1403C;
|
|
42994
|
+
info: #8590a6;
|
|
42995
|
+
}
|
|
42996
|
+
|
|
42997
|
+
|
|
42998
|
+
|
|
42999
|
+
|
|
43000
|
+
|
|
43001
|
+
|
|
43002
|
+
|
|
43003
|
+
|
|
43004
|
+
|
|
43005
|
+
|
|
43006
|
+
|
|
43007
|
+
|
|
43008
|
+
|
|
43009
|
+
|
|
43010
|
+
|
|
43011
|
+
|
|
43012
|
+
|
|
43013
|
+
|
|
43014
|
+
|
|
43015
|
+
|
|
43016
|
+
|
|
43017
|
+
|
|
43018
|
+
|
|
43019
|
+
|
|
43020
|
+
|
|
43021
|
+
|
|
43022
|
+
|
|
43023
|
+
|
|
43024
|
+
|
|
43025
|
+
|
|
43026
|
+
|
|
43027
|
+
|
|
43028
|
+
|
|
43029
|
+
|
|
43030
|
+
|
|
43031
|
+
|
|
43032
|
+
|
|
43033
|
+
|
|
43034
|
+
|
|
43035
|
+
|
|
43036
|
+
|
|
43037
|
+
|
|
43038
|
+
|
|
43039
|
+
|
|
43040
|
+
|
|
43041
|
+
|
|
43042
|
+
|
|
43043
|
+
|
|
43044
|
+
|
|
43045
|
+
|
|
43046
|
+
|
|
43047
|
+
|
|
43048
|
+
|
|
43049
|
+
|
|
43050
|
+
|
|
43051
|
+
|
|
43052
|
+
|
|
43053
|
+
|
|
43054
|
+
|
|
43055
|
+
|
|
43056
|
+
|
|
43057
|
+
|
|
43058
|
+
|
|
43059
|
+
|
|
43060
|
+
|
|
43061
|
+
|
|
43062
|
+
|
|
43063
|
+
|
|
43064
|
+
|
|
43065
|
+
|
|
43066
|
+
:export {
|
|
43067
|
+
primary: #2F3A91;
|
|
43068
|
+
success: #67C23A;
|
|
43069
|
+
warning: #FF791A;
|
|
43070
|
+
danger: #F1403C;
|
|
43071
|
+
info: #8590a6;
|
|
43072
|
+
}
|
|
43073
|
+
|
|
43074
|
+
|
|
43075
|
+
|
|
43076
|
+
|
|
43077
|
+
|
|
43078
|
+
|
|
43079
|
+
|
|
43080
|
+
|
|
43081
|
+
|
|
43082
|
+
|
|
43083
|
+
|
|
43084
|
+
|
|
43085
|
+
|
|
43086
|
+
|
|
43087
|
+
|
|
43088
|
+
|
|
43089
|
+
|
|
43090
|
+
|
|
43091
|
+
|
|
43092
|
+
|
|
43093
|
+
|
|
43094
|
+
|
|
43095
|
+
|
|
43096
|
+
|
|
43097
|
+
|
|
43098
|
+
|
|
43099
|
+
|
|
43100
|
+
|
|
43101
|
+
|
|
43102
|
+
|
|
43103
|
+
|
|
43104
|
+
|
|
43105
|
+
|
|
43106
|
+
|
|
43107
|
+
|
|
43108
|
+
|
|
43109
|
+
|
|
43110
|
+
|
|
43111
|
+
|
|
43112
|
+
|
|
43113
|
+
|
|
43114
|
+
|
|
43115
|
+
|
|
43116
|
+
|
|
43117
|
+
|
|
43118
|
+
|
|
43119
|
+
|
|
43120
|
+
|
|
43121
|
+
|
|
43122
|
+
|
|
43123
|
+
|
|
43124
|
+
|
|
43125
|
+
|
|
43126
|
+
|
|
43127
|
+
|
|
43128
|
+
.base-step {
|
|
43129
|
+
position: relative;
|
|
43130
|
+
flex-shrink: 1;
|
|
43131
|
+
}
|
|
43132
|
+
.base-step:last-of-type .base-step__line {
|
|
43133
|
+
display: none;
|
|
43134
|
+
}
|
|
43135
|
+
.base-step:last-of-type.is-flex {
|
|
43136
|
+
flex-basis: auto !important;
|
|
43137
|
+
flex-shrink: 0;
|
|
43138
|
+
flex-grow: 0;
|
|
43139
|
+
}
|
|
43140
|
+
.base-step:last-of-type .base-step__main, .base-step:last-of-type .base-step__description {
|
|
43141
|
+
padding-right: 0;
|
|
43142
|
+
}
|
|
43143
|
+
.base-step__head {
|
|
43144
|
+
position: relative;
|
|
43145
|
+
width: 100%;
|
|
43146
|
+
}
|
|
43147
|
+
.base-step__head.is-process {
|
|
43148
|
+
color: #121212;
|
|
43149
|
+
border-color: #121212;
|
|
43150
|
+
}
|
|
43151
|
+
.base-step__head.is-wait {
|
|
43152
|
+
color: #8590a6;
|
|
43153
|
+
border-color: #8590a6;
|
|
43154
|
+
}
|
|
43155
|
+
.base-step__head.is-success {
|
|
43156
|
+
color: #67C23A;
|
|
43157
|
+
border-color: #67C23A;
|
|
43158
|
+
}
|
|
43159
|
+
.base-step__head.is-error {
|
|
43160
|
+
color: #F1403C;
|
|
43161
|
+
border-color: #F1403C;
|
|
43162
|
+
}
|
|
43163
|
+
.base-step__head.is-finish {
|
|
43164
|
+
color: #2F3A91;
|
|
43165
|
+
border-color: #2F3A91;
|
|
43166
|
+
}
|
|
43167
|
+
.base-step__icon {
|
|
43168
|
+
position: relative;
|
|
43169
|
+
z-index: 1;
|
|
43170
|
+
display: inline-flex;
|
|
43171
|
+
justify-content: center;
|
|
43172
|
+
align-items: center;
|
|
43173
|
+
width: 24px;
|
|
43174
|
+
height: 24px;
|
|
43175
|
+
font-size: 14px;
|
|
43176
|
+
box-sizing: border-box;
|
|
43177
|
+
background: #FFFFFF;
|
|
43178
|
+
transition: 0.15s ease-out;
|
|
43179
|
+
}
|
|
43180
|
+
.base-step__icon.is-text {
|
|
43181
|
+
border-radius: 50%;
|
|
43182
|
+
border: 2px solid;
|
|
43183
|
+
border-color: inherit;
|
|
43184
|
+
}
|
|
43185
|
+
.base-step__icon.is-icon {
|
|
43186
|
+
width: 40px;
|
|
43187
|
+
}
|
|
43188
|
+
.base-step__icon-inner {
|
|
43189
|
+
display: inline-block;
|
|
43190
|
+
user-select: none;
|
|
43191
|
+
text-align: center;
|
|
43192
|
+
font-weight: bold;
|
|
43193
|
+
line-height: 1;
|
|
43194
|
+
color: inherit;
|
|
43195
|
+
}
|
|
43196
|
+
.base-step__icon-inner[class*=el-icon]:not(.is-status) {
|
|
43197
|
+
font-size: 25px;
|
|
43198
|
+
font-weight: normal;
|
|
43199
|
+
}
|
|
43200
|
+
.base-step__icon-inner.is-status {
|
|
43201
|
+
transform: translateY(1px);
|
|
43202
|
+
}
|
|
43203
|
+
.base-step__line {
|
|
43204
|
+
position: absolute;
|
|
43205
|
+
border-color: inherit;
|
|
43206
|
+
background-color: #8590a6;
|
|
43207
|
+
}
|
|
43208
|
+
.base-step__line-inner {
|
|
43209
|
+
display: block;
|
|
43210
|
+
border-width: 1px;
|
|
43211
|
+
border-style: solid;
|
|
43212
|
+
border-color: inherit;
|
|
43213
|
+
transition: 0.15s ease-out;
|
|
43214
|
+
box-sizing: border-box;
|
|
43215
|
+
width: 0;
|
|
43216
|
+
height: 0;
|
|
43217
|
+
}
|
|
43218
|
+
.base-step__main {
|
|
43219
|
+
white-space: normal;
|
|
43220
|
+
text-align: left;
|
|
43221
|
+
}
|
|
43222
|
+
.base-step__title {
|
|
43223
|
+
font-size: 16px;
|
|
43224
|
+
line-height: 38px;
|
|
43225
|
+
}
|
|
43226
|
+
.base-step__title.is-process {
|
|
43227
|
+
font-weight: bold;
|
|
43228
|
+
color: #121212;
|
|
43229
|
+
}
|
|
43230
|
+
.base-step__title.is-wait {
|
|
43231
|
+
color: #8590a6;
|
|
43232
|
+
}
|
|
43233
|
+
.base-step__title.is-success {
|
|
43234
|
+
color: #67C23A;
|
|
43235
|
+
}
|
|
43236
|
+
.base-step__title.is-error {
|
|
43237
|
+
color: #F1403C;
|
|
43238
|
+
}
|
|
43239
|
+
.base-step__title.is-finish {
|
|
43240
|
+
color: #2F3A91;
|
|
43241
|
+
}
|
|
43242
|
+
.base-step__description {
|
|
43243
|
+
padding-right: 10%;
|
|
43244
|
+
margin-top: -5px;
|
|
43245
|
+
font-size: 12px;
|
|
43246
|
+
line-height: 20px;
|
|
43247
|
+
font-weight: normal;
|
|
43248
|
+
}
|
|
43249
|
+
.base-step__description.is-process {
|
|
43250
|
+
color: #121212;
|
|
43251
|
+
}
|
|
43252
|
+
.base-step__description.is-wait {
|
|
43253
|
+
color: #8590a6;
|
|
43254
|
+
}
|
|
43255
|
+
.base-step__description.is-success {
|
|
43256
|
+
color: #67C23A;
|
|
43257
|
+
}
|
|
43258
|
+
.base-step__description.is-error {
|
|
43259
|
+
color: #F1403C;
|
|
43260
|
+
}
|
|
43261
|
+
.base-step__description.is-finish {
|
|
43262
|
+
color: #2F3A91;
|
|
43263
|
+
}
|
|
43264
|
+
.base-step.is-horizontal {
|
|
43265
|
+
display: inline-block;
|
|
43266
|
+
}
|
|
43267
|
+
.base-step.is-horizontal .base-step__line {
|
|
43268
|
+
height: 2px;
|
|
43269
|
+
top: 11px;
|
|
43270
|
+
left: 0;
|
|
43271
|
+
right: 0;
|
|
43272
|
+
}
|
|
43273
|
+
.base-step.is-vertical {
|
|
43274
|
+
display: flex;
|
|
43275
|
+
}
|
|
43276
|
+
.base-step.is-vertical .base-step__head {
|
|
43277
|
+
flex-grow: 0;
|
|
43278
|
+
width: 24px;
|
|
43279
|
+
}
|
|
43280
|
+
.base-step.is-vertical .base-step__main {
|
|
43281
|
+
padding-left: 10px;
|
|
43282
|
+
flex-grow: 1;
|
|
43283
|
+
}
|
|
43284
|
+
.base-step.is-vertical .base-step__title {
|
|
43285
|
+
line-height: 24px;
|
|
43286
|
+
padding-bottom: 8px;
|
|
43287
|
+
}
|
|
43288
|
+
.base-step.is-vertical .base-step__line {
|
|
43289
|
+
width: 2px;
|
|
43290
|
+
top: 0;
|
|
43291
|
+
bottom: 0;
|
|
43292
|
+
left: 11px;
|
|
43293
|
+
}
|
|
43294
|
+
.base-step.is-vertical .base-step__icon.is-icon {
|
|
43295
|
+
width: 24px;
|
|
43296
|
+
}
|
|
43297
|
+
.base-step.is-center .base-step__head {
|
|
43298
|
+
text-align: center;
|
|
43299
|
+
}
|
|
43300
|
+
.base-step.is-center .base-step__main {
|
|
43301
|
+
text-align: center;
|
|
43302
|
+
}
|
|
43303
|
+
.base-step.is-center .base-step__description {
|
|
43304
|
+
padding-left: 20%;
|
|
43305
|
+
padding-right: 20%;
|
|
43306
|
+
}
|
|
43307
|
+
.base-step.is-center .base-step__line {
|
|
43308
|
+
left: 50%;
|
|
43309
|
+
right: -50%;
|
|
43310
|
+
}
|
|
43311
|
+
.base-step.is-simple {
|
|
43312
|
+
display: flex;
|
|
43313
|
+
align-items: center;
|
|
43314
|
+
}
|
|
43315
|
+
.base-step.is-simple .base-step__head {
|
|
43316
|
+
width: auto;
|
|
43317
|
+
font-size: 0;
|
|
43318
|
+
padding-right: 10px;
|
|
43319
|
+
}
|
|
43320
|
+
.base-step.is-simple .base-step__icon {
|
|
43321
|
+
background: transparent;
|
|
43322
|
+
width: 16px;
|
|
43323
|
+
height: 16px;
|
|
43324
|
+
font-size: 12px;
|
|
43325
|
+
}
|
|
43326
|
+
.base-step.is-simple .base-step__icon-inner[class*=el-icon]:not(.is-status) {
|
|
43327
|
+
font-size: 18px;
|
|
43328
|
+
}
|
|
43329
|
+
.base-step.is-simple .base-step__icon-inner.is-status {
|
|
43330
|
+
transform: scale(0.8) translateY(1px);
|
|
43331
|
+
}
|
|
43332
|
+
.base-step.is-simple .base-step__main {
|
|
43333
|
+
position: relative;
|
|
43334
|
+
display: flex;
|
|
43335
|
+
align-items: stretch;
|
|
43336
|
+
flex-grow: 1;
|
|
43337
|
+
}
|
|
43338
|
+
.base-step.is-simple .base-step__title {
|
|
43339
|
+
font-size: 16px;
|
|
43340
|
+
line-height: 20px;
|
|
43341
|
+
}
|
|
43342
|
+
.base-step.is-simple:not(:last-of-type) .base-step__title {
|
|
43343
|
+
max-width: 50%;
|
|
43344
|
+
word-break: break-all;
|
|
43345
|
+
}
|
|
43346
|
+
.base-step.is-simple .base-step__arrow {
|
|
43347
|
+
flex-grow: 1;
|
|
43348
|
+
display: flex;
|
|
43349
|
+
align-items: center;
|
|
43350
|
+
justify-content: center;
|
|
43351
|
+
}
|
|
43352
|
+
.base-step.is-simple .base-step__arrow::before, .base-step.is-simple .base-step__arrow::after {
|
|
43353
|
+
content: "";
|
|
43354
|
+
display: inline-block;
|
|
43355
|
+
position: absolute;
|
|
43356
|
+
height: 15px;
|
|
43357
|
+
width: 1px;
|
|
43358
|
+
background: #8590a6;
|
|
43359
|
+
}
|
|
43360
|
+
.base-step.is-simple .base-step__arrow::before {
|
|
43361
|
+
transform: rotate(-45deg) translateY(-4px);
|
|
43362
|
+
transform-origin: 0 0;
|
|
43363
|
+
}
|
|
43364
|
+
.base-step.is-simple .base-step__arrow::after {
|
|
43365
|
+
transform: rotate(45deg) translateY(4px);
|
|
43366
|
+
transform-origin: 100% 100%;
|
|
43367
|
+
}
|
|
43368
|
+
.base-step.is-simple:last-of-type .base-step__arrow {
|
|
43369
|
+
display: none;
|
|
43370
|
+
}
|
|
43371
|
+
|
|
43372
|
+
|
|
43373
|
+
|
|
43374
|
+
|
|
43375
|
+
|
|
43376
|
+
|
|
43377
|
+
|
|
43378
|
+
|
|
43379
|
+
|
|
43380
|
+
|
|
43381
|
+
|
|
43382
|
+
:export {
|
|
43383
|
+
primary: #2F3A91;
|
|
43384
|
+
success: #67C23A;
|
|
43385
|
+
warning: #FF791A;
|
|
43386
|
+
danger: #F1403C;
|
|
43387
|
+
info: #8590a6;
|
|
43388
|
+
}
|
|
43389
|
+
|
|
43390
|
+
|
|
43391
|
+
|
|
43392
|
+
|
|
43393
|
+
|
|
43394
|
+
|
|
43395
|
+
|
|
43396
|
+
|
|
43397
|
+
|
|
43398
|
+
|
|
43399
|
+
|
|
43400
|
+
|
|
43401
|
+
|
|
43402
|
+
|
|
43403
|
+
|
|
43404
|
+
|
|
43405
|
+
|
|
43406
|
+
|
|
43407
|
+
|
|
43408
|
+
|
|
43409
|
+
|
|
43410
|
+
|
|
43411
|
+
|
|
43412
|
+
|
|
43413
|
+
|
|
43414
|
+
|
|
43415
|
+
|
|
43416
|
+
|
|
43417
|
+
|
|
43418
|
+
|
|
43419
|
+
|
|
43420
|
+
|
|
43421
|
+
|
|
43422
|
+
|
|
43423
|
+
|
|
43424
|
+
|
|
43425
|
+
|
|
43426
|
+
|
|
43427
|
+
|
|
43428
|
+
|
|
43429
|
+
|
|
43430
|
+
|
|
43431
|
+
|
|
43432
|
+
|
|
43433
|
+
|
|
43434
|
+
|
|
43435
|
+
|
|
43436
|
+
|
|
43437
|
+
|
|
43438
|
+
|
|
43439
|
+
|
|
43440
|
+
|
|
43441
|
+
|
|
43442
|
+
|
|
43443
|
+
|
|
43444
|
+
|
|
43445
|
+
|
|
43446
|
+
|
|
43447
|
+
|
|
43448
|
+
.base-steps {
|
|
43449
|
+
display: flex;
|
|
43450
|
+
}
|
|
43451
|
+
.base-steps--simple {
|
|
43452
|
+
padding: 13px 8%;
|
|
43453
|
+
border-radius: 4px;
|
|
43454
|
+
background: #F3F5F8;
|
|
43455
|
+
}
|
|
43456
|
+
.base-steps--horizontal {
|
|
43457
|
+
white-space: nowrap;
|
|
43458
|
+
}
|
|
43459
|
+
.base-steps--vertical {
|
|
43460
|
+
height: 100%;
|
|
43461
|
+
flex-flow: column;
|
|
43462
|
+
}
|
|
43463
|
+
|
|
42979
43464
|
body {
|
|
42980
43465
|
font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
|
|
42981
43466
|
font-size: 14px;
|