@wizishop/wizi-block 15.0.49-beta → 15.0.51-beta
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/package.json +1 -1
- package/wizi-block.scss +33 -17
package/package.json
CHANGED
package/wizi-block.scss
CHANGED
|
@@ -2193,6 +2193,7 @@ wz-editor {
|
|
|
2193
2193
|
padding: 1.5rem;
|
|
2194
2194
|
&__row {
|
|
2195
2195
|
&__question {
|
|
2196
|
+
padding-right: 50px;
|
|
2196
2197
|
position: relative;
|
|
2197
2198
|
&__delete {
|
|
2198
2199
|
i {
|
|
@@ -2213,6 +2214,7 @@ wz-editor {
|
|
|
2213
2214
|
}
|
|
2214
2215
|
}
|
|
2215
2216
|
&__answer {
|
|
2217
|
+
padding-right: 50px;
|
|
2216
2218
|
display: none;
|
|
2217
2219
|
color: $wb-main-text-color;
|
|
2218
2220
|
&.open {
|
|
@@ -4203,11 +4205,11 @@ $color-bd: #dddddd;
|
|
|
4203
4205
|
&__question {
|
|
4204
4206
|
border-bottom: 1px solid;
|
|
4205
4207
|
&.wb-faq__row__question {
|
|
4206
|
-
padding: rem(30) rem(27);
|
|
4208
|
+
padding: rem(30) rem(80) rem(30) rem(27);
|
|
4207
4209
|
&.open {
|
|
4208
4210
|
border-bottom: none;
|
|
4209
4211
|
background: transparent;
|
|
4210
|
-
padding: rem(30) rem(
|
|
4212
|
+
padding: rem(30) rem(80) 0 rem(27);
|
|
4211
4213
|
}
|
|
4212
4214
|
span {
|
|
4213
4215
|
i {
|
|
@@ -4222,7 +4224,7 @@ $color-bd: #dddddd;
|
|
|
4222
4224
|
}
|
|
4223
4225
|
&__answer {
|
|
4224
4226
|
&.wb-faq__row__answer {
|
|
4225
|
-
padding: rem(30) rem(27);
|
|
4227
|
+
padding: rem(30) rem(80) rem(30) rem(27);
|
|
4226
4228
|
&.open {
|
|
4227
4229
|
padding-top: rem(15);
|
|
4228
4230
|
border-bottom: 1px solid;
|
|
@@ -14896,12 +14898,12 @@ $color-bd: #dddddd;
|
|
|
14896
14898
|
position: relative;
|
|
14897
14899
|
min-height: 220px;
|
|
14898
14900
|
|
|
14899
|
-
|
|
14901
|
+
&__containerconfig {
|
|
14900
14902
|
overflow: hidden;
|
|
14901
14903
|
position: relative;
|
|
14902
14904
|
|
|
14903
|
-
|
|
14904
|
-
|
|
14905
|
+
>.columns {
|
|
14906
|
+
>.column {
|
|
14905
14907
|
&:first-child {
|
|
14906
14908
|
border-right: rem(15) solid $wb-white;
|
|
14907
14909
|
}
|
|
@@ -14909,11 +14911,11 @@ $color-bd: #dddddd;
|
|
|
14909
14911
|
}
|
|
14910
14912
|
}
|
|
14911
14913
|
|
|
14912
|
-
|
|
14913
|
-
|
|
14914
|
-
|
|
14915
|
-
}
|
|
14914
|
+
.wb-structure-config.is-right-bottom {
|
|
14915
|
+
.wb-structure-config__tools {
|
|
14916
|
+
bottom: rem(90);
|
|
14916
14917
|
}
|
|
14918
|
+
}
|
|
14917
14919
|
|
|
14918
14920
|
.columns {
|
|
14919
14921
|
margin-bottom: 0 !important;
|
|
@@ -14950,8 +14952,8 @@ $color-bd: #dddddd;
|
|
|
14950
14952
|
pointer-events: none;
|
|
14951
14953
|
|
|
14952
14954
|
&__images {
|
|
14953
|
-
>
|
|
14954
|
-
>
|
|
14955
|
+
>div {
|
|
14956
|
+
>div {
|
|
14955
14957
|
pointer-events: all;
|
|
14956
14958
|
cursor: pointer;
|
|
14957
14959
|
}
|
|
@@ -14990,6 +14992,7 @@ $color-bd: #dddddd;
|
|
|
14990
14992
|
&:before {
|
|
14991
14993
|
padding-top: 39.7%;
|
|
14992
14994
|
}
|
|
14995
|
+
|
|
14993
14996
|
&.wb-slider-double-imageright__noimages--two {
|
|
14994
14997
|
&:before {
|
|
14995
14998
|
padding-top: 57.1%;
|
|
@@ -15001,6 +15004,7 @@ $color-bd: #dddddd;
|
|
|
15001
15004
|
&:before {
|
|
15002
15005
|
padding-top: 47.65%;
|
|
15003
15006
|
}
|
|
15007
|
+
|
|
15004
15008
|
&.wb-slider-double-imageright__noimages--two {
|
|
15005
15009
|
&:before {
|
|
15006
15010
|
padding-top: 68.9%;
|
|
@@ -15012,6 +15016,7 @@ $color-bd: #dddddd;
|
|
|
15012
15016
|
&:before {
|
|
15013
15017
|
padding-top: 55.56%;
|
|
15014
15018
|
}
|
|
15019
|
+
|
|
15015
15020
|
&.wb-slider-double-imageright__noimages--two {
|
|
15016
15021
|
&:before {
|
|
15017
15022
|
padding-top: 80.9%;
|
|
@@ -15089,6 +15094,7 @@ $color-bd: #dddddd;
|
|
|
15089
15094
|
&:before {
|
|
15090
15095
|
padding-top: 39.7%;
|
|
15091
15096
|
}
|
|
15097
|
+
|
|
15092
15098
|
&.wb-slider-double-imageright__container--two {
|
|
15093
15099
|
&:before {
|
|
15094
15100
|
padding-top: 57.1%;
|
|
@@ -15100,6 +15106,7 @@ $color-bd: #dddddd;
|
|
|
15100
15106
|
&:before {
|
|
15101
15107
|
padding-top: 47.65%;
|
|
15102
15108
|
}
|
|
15109
|
+
|
|
15103
15110
|
&.wb-slider-double-imageright__container--two {
|
|
15104
15111
|
&:before {
|
|
15105
15112
|
padding-top: 68.9%;
|
|
@@ -15111,6 +15118,7 @@ $color-bd: #dddddd;
|
|
|
15111
15118
|
&:before {
|
|
15112
15119
|
padding-top: 55.56%;
|
|
15113
15120
|
}
|
|
15121
|
+
|
|
15114
15122
|
&.wb-slider-double-imageright__container--two {
|
|
15115
15123
|
&:before {
|
|
15116
15124
|
padding-top: 80.9%;
|
|
@@ -15170,6 +15178,7 @@ $color-bd: #dddddd;
|
|
|
15170
15178
|
&:before {
|
|
15171
15179
|
padding-top: 39.7%;
|
|
15172
15180
|
}
|
|
15181
|
+
|
|
15173
15182
|
&.wb-slider-double-imageright__container__images__item--two {
|
|
15174
15183
|
&:before {
|
|
15175
15184
|
padding-top: 57.1%;
|
|
@@ -15181,6 +15190,7 @@ $color-bd: #dddddd;
|
|
|
15181
15190
|
&:before {
|
|
15182
15191
|
padding-top: 47.65%;
|
|
15183
15192
|
}
|
|
15193
|
+
|
|
15184
15194
|
&.wb-slider-double-imageright__container__images__item--two {
|
|
15185
15195
|
&:before {
|
|
15186
15196
|
padding-top: 68.9%;
|
|
@@ -15192,6 +15202,7 @@ $color-bd: #dddddd;
|
|
|
15192
15202
|
&:before {
|
|
15193
15203
|
padding-top: 55.56%;
|
|
15194
15204
|
}
|
|
15205
|
+
|
|
15195
15206
|
&.wb-slider-double-imageright__container__images__item--two {
|
|
15196
15207
|
&:before {
|
|
15197
15208
|
padding-top: 80.9%;
|
|
@@ -15200,11 +15211,11 @@ $color-bd: #dddddd;
|
|
|
15200
15211
|
}
|
|
15201
15212
|
}
|
|
15202
15213
|
|
|
15203
|
-
>
|
|
15214
|
+
>div {
|
|
15204
15215
|
position: relative;
|
|
15205
15216
|
overflow: hidden;
|
|
15206
15217
|
|
|
15207
|
-
>
|
|
15218
|
+
>div {
|
|
15208
15219
|
background-size: cover;
|
|
15209
15220
|
background-position: center;
|
|
15210
15221
|
height: auto;
|
|
@@ -15237,7 +15248,7 @@ $color-bd: #dddddd;
|
|
|
15237
15248
|
width: 100%;
|
|
15238
15249
|
justify-content: center;
|
|
15239
15250
|
|
|
15240
|
-
>
|
|
15251
|
+
>span {
|
|
15241
15252
|
display: inline-block;
|
|
15242
15253
|
width: rem(15);
|
|
15243
15254
|
height: rem(15);
|
|
@@ -15366,12 +15377,17 @@ $color-bd: #dddddd;
|
|
|
15366
15377
|
}
|
|
15367
15378
|
}
|
|
15368
15379
|
}
|
|
15380
|
+
|
|
15381
|
+
&>div:not(.is-active) {
|
|
15382
|
+
wb-structure-config {
|
|
15383
|
+
display: none;
|
|
15384
|
+
}
|
|
15385
|
+
}
|
|
15369
15386
|
}
|
|
15370
15387
|
|
|
15371
15388
|
.wb-slider-double-imageright__container__slider-selector.cdk-drag-placeholder {
|
|
15372
15389
|
opacity: 0.2;
|
|
15373
|
-
}
|
|
15374
|
-
.wb-slider-fullpage {
|
|
15390
|
+
}.wb-slider-fullpage {
|
|
15375
15391
|
overflow: hidden;
|
|
15376
15392
|
position: relative;
|
|
15377
15393
|
min-height: 220px;
|