@wizishop/wizi-block 15.0.50-beta → 15.0.52-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 +217 -214
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 {
|
|
@@ -2209,10 +2210,12 @@ wz-editor {
|
|
|
2209
2210
|
position: absolute;
|
|
2210
2211
|
top: 1.7rem;
|
|
2211
2212
|
right: 0;
|
|
2213
|
+
z-index: 999;
|
|
2212
2214
|
}
|
|
2213
2215
|
}
|
|
2214
2216
|
}
|
|
2215
2217
|
&__answer {
|
|
2218
|
+
padding-right: 50px;
|
|
2216
2219
|
display: none;
|
|
2217
2220
|
color: $wb-main-text-color;
|
|
2218
2221
|
&.open {
|
|
@@ -4203,11 +4206,11 @@ $color-bd: #dddddd;
|
|
|
4203
4206
|
&__question {
|
|
4204
4207
|
border-bottom: 1px solid;
|
|
4205
4208
|
&.wb-faq__row__question {
|
|
4206
|
-
padding: rem(30) rem(27);
|
|
4209
|
+
padding: rem(30) rem(80) rem(30) rem(27);
|
|
4207
4210
|
&.open {
|
|
4208
4211
|
border-bottom: none;
|
|
4209
4212
|
background: transparent;
|
|
4210
|
-
padding: rem(30) rem(
|
|
4213
|
+
padding: rem(30) rem(80) 0 rem(27);
|
|
4211
4214
|
}
|
|
4212
4215
|
span {
|
|
4213
4216
|
i {
|
|
@@ -4222,7 +4225,7 @@ $color-bd: #dddddd;
|
|
|
4222
4225
|
}
|
|
4223
4226
|
&__answer {
|
|
4224
4227
|
&.wb-faq__row__answer {
|
|
4225
|
-
padding: rem(30) rem(27);
|
|
4228
|
+
padding: rem(30) rem(80) rem(30) rem(27);
|
|
4226
4229
|
&.open {
|
|
4227
4230
|
padding-top: rem(15);
|
|
4228
4231
|
border-bottom: 1px solid;
|
|
@@ -5681,217 +5684,6 @@ $color-bd: #dddddd;
|
|
|
5681
5684
|
}
|
|
5682
5685
|
}
|
|
5683
5686
|
}
|
|
5684
|
-
.wb-images-double {
|
|
5685
|
-
overflow: hidden;
|
|
5686
|
-
position: relative;
|
|
5687
|
-
min-height: 220px;
|
|
5688
|
-
|
|
5689
|
-
.columns {
|
|
5690
|
-
overflow: hidden;
|
|
5691
|
-
}
|
|
5692
|
-
|
|
5693
|
-
img {
|
|
5694
|
-
width: 100%;
|
|
5695
|
-
display: block;
|
|
5696
|
-
}
|
|
5697
|
-
|
|
5698
|
-
.column {
|
|
5699
|
-
position: relative;
|
|
5700
|
-
}
|
|
5701
|
-
|
|
5702
|
-
&__noimages {
|
|
5703
|
-
background-color: lighten($wb-border-color, 12%);
|
|
5704
|
-
cursor: pointer;
|
|
5705
|
-
display: flex;
|
|
5706
|
-
align-items: center;
|
|
5707
|
-
align-content: center;
|
|
5708
|
-
justify-content: center;
|
|
5709
|
-
position: absolute;
|
|
5710
|
-
width: calc(100% - 20px);
|
|
5711
|
-
top: 0;
|
|
5712
|
-
height: 100%;
|
|
5713
|
-
|
|
5714
|
-
p {
|
|
5715
|
-
position: absolute;
|
|
5716
|
-
top: 50%;
|
|
5717
|
-
left: 50%;
|
|
5718
|
-
transform: translate(-50%, -50%);
|
|
5719
|
-
text-align: center;
|
|
5720
|
-
font-size: rem(14);
|
|
5721
|
-
color: $wb-secondary-text-color;
|
|
5722
|
-
width: auto;
|
|
5723
|
-
white-space: nowrap;
|
|
5724
|
-
|
|
5725
|
-
&:before {
|
|
5726
|
-
position: absolute;
|
|
5727
|
-
width: 0;
|
|
5728
|
-
bottom: -(#{rem(3)});
|
|
5729
|
-
height: rem(2);
|
|
5730
|
-
transition: 200ms all;
|
|
5731
|
-
background-color: $wb-border-color;
|
|
5732
|
-
content: ' ';
|
|
5733
|
-
left: 0;
|
|
5734
|
-
}
|
|
5735
|
-
}
|
|
5736
|
-
|
|
5737
|
-
i {
|
|
5738
|
-
color: $wb-secondary-text-color;
|
|
5739
|
-
text-align: center;
|
|
5740
|
-
display: block;
|
|
5741
|
-
font-size: rem(45);
|
|
5742
|
-
opacity: 0.4;
|
|
5743
|
-
transition: 200ms all;
|
|
5744
|
-
margin-bottom: rem(10);
|
|
5745
|
-
}
|
|
5746
|
-
|
|
5747
|
-
border: rem(1) solid lighten($wb-border-color, 12%);
|
|
5748
|
-
transition: 200ms all;
|
|
5749
|
-
|
|
5750
|
-
&:hover {
|
|
5751
|
-
border: rem(1) solid $wb-border-color;
|
|
5752
|
-
|
|
5753
|
-
i {
|
|
5754
|
-
color: darken($wb-secondary-text-color, 20%);
|
|
5755
|
-
}
|
|
5756
|
-
|
|
5757
|
-
p {
|
|
5758
|
-
color: darken($wb-secondary-text-color, 20%);
|
|
5759
|
-
|
|
5760
|
-
&:before {
|
|
5761
|
-
width: 100%;
|
|
5762
|
-
}
|
|
5763
|
-
}
|
|
5764
|
-
}
|
|
5765
|
-
}
|
|
5766
|
-
|
|
5767
|
-
&__container {
|
|
5768
|
-
position: relative;
|
|
5769
|
-
height: auto;
|
|
5770
|
-
|
|
5771
|
-
&:before {
|
|
5772
|
-
content: '';
|
|
5773
|
-
display: block;
|
|
5774
|
-
width: 100%;
|
|
5775
|
-
position: relative;
|
|
5776
|
-
padding-top: 64%;
|
|
5777
|
-
transition: padding 300ms ease;
|
|
5778
|
-
}
|
|
5779
|
-
|
|
5780
|
-
&--small {
|
|
5781
|
-
&:before {
|
|
5782
|
-
padding-top: 55.555555%;
|
|
5783
|
-
}
|
|
5784
|
-
}
|
|
5785
|
-
|
|
5786
|
-
&--medium {
|
|
5787
|
-
&:before {
|
|
5788
|
-
padding-top: 66.668%;
|
|
5789
|
-
}
|
|
5790
|
-
}
|
|
5791
|
-
|
|
5792
|
-
&--large {
|
|
5793
|
-
&:before {
|
|
5794
|
-
padding-top: 77.778%;
|
|
5795
|
-
}
|
|
5796
|
-
}
|
|
5797
|
-
|
|
5798
|
-
&__images {
|
|
5799
|
-
position: absolute;
|
|
5800
|
-
width: 100%;
|
|
5801
|
-
right: 0;
|
|
5802
|
-
opacity: 1;
|
|
5803
|
-
top: 0;
|
|
5804
|
-
@include simple_transition();
|
|
5805
|
-
|
|
5806
|
-
&__item {
|
|
5807
|
-
background-size: cover;
|
|
5808
|
-
background-position: center;
|
|
5809
|
-
height: auto;
|
|
5810
|
-
cursor: pointer;
|
|
5811
|
-
position: relative;
|
|
5812
|
-
width: 100%;
|
|
5813
|
-
&:before {
|
|
5814
|
-
content: '';
|
|
5815
|
-
display: block;
|
|
5816
|
-
width: 100%;
|
|
5817
|
-
position: relative;
|
|
5818
|
-
padding-top: 64%;
|
|
5819
|
-
transition: padding 300ms ease;
|
|
5820
|
-
}
|
|
5821
|
-
|
|
5822
|
-
&:after {
|
|
5823
|
-
content: '\f03e';
|
|
5824
|
-
font-family: 'Font Awesome 5 Pro';
|
|
5825
|
-
display: block;
|
|
5826
|
-
@include simple_transition();
|
|
5827
|
-
position: absolute;
|
|
5828
|
-
z-index: 38;
|
|
5829
|
-
font-size: rem(70);
|
|
5830
|
-
top: -#{rem(50)};
|
|
5831
|
-
opacity: 0;
|
|
5832
|
-
left: 0;
|
|
5833
|
-
right: 0;
|
|
5834
|
-
bottom: 0;
|
|
5835
|
-
margin: auto;
|
|
5836
|
-
width: rem(70);
|
|
5837
|
-
height: rem(90);
|
|
5838
|
-
color: $wb-white;
|
|
5839
|
-
pointer-events: none;
|
|
5840
|
-
}
|
|
5841
|
-
|
|
5842
|
-
&--small {
|
|
5843
|
-
&:before {
|
|
5844
|
-
padding-top: 55.555555%;
|
|
5845
|
-
}
|
|
5846
|
-
}
|
|
5847
|
-
|
|
5848
|
-
&--medium {
|
|
5849
|
-
&:before {
|
|
5850
|
-
padding-top: 66.668%;
|
|
5851
|
-
}
|
|
5852
|
-
}
|
|
5853
|
-
|
|
5854
|
-
&--large {
|
|
5855
|
-
&:before {
|
|
5856
|
-
padding-top: 77.778%;
|
|
5857
|
-
}
|
|
5858
|
-
}
|
|
5859
|
-
}
|
|
5860
|
-
|
|
5861
|
-
> div {
|
|
5862
|
-
position: relative;
|
|
5863
|
-
overflow: hidden;
|
|
5864
|
-
|
|
5865
|
-
> div {
|
|
5866
|
-
background-size: cover;
|
|
5867
|
-
background-position: center;
|
|
5868
|
-
height: auto;
|
|
5869
|
-
cursor: pointer;
|
|
5870
|
-
|
|
5871
|
-
&:before {
|
|
5872
|
-
background-color: rgba($wb-main-text-color, 0);
|
|
5873
|
-
content: ' ';
|
|
5874
|
-
transition: 200ms all;
|
|
5875
|
-
}
|
|
5876
|
-
|
|
5877
|
-
&:hover {
|
|
5878
|
-
&:before {
|
|
5879
|
-
background-color: rgba($wb-main-text-color, 0.1);
|
|
5880
|
-
}
|
|
5881
|
-
|
|
5882
|
-
&:after {
|
|
5883
|
-
top: -#{rem(25)};
|
|
5884
|
-
opacity: 0.3;
|
|
5885
|
-
}
|
|
5886
|
-
}
|
|
5887
|
-
}
|
|
5888
|
-
}
|
|
5889
|
-
}
|
|
5890
|
-
}
|
|
5891
|
-
span[class^='wb-dynamic-size'] {
|
|
5892
|
-
top: 15px;
|
|
5893
|
-
}
|
|
5894
|
-
}
|
|
5895
5687
|
.wb-images-bigs-and-double-middle {
|
|
5896
5688
|
overflow: hidden;
|
|
5897
5689
|
position: relative;
|
|
@@ -6190,6 +5982,217 @@ $color-bd: #dddddd;
|
|
|
6190
5982
|
}
|
|
6191
5983
|
}
|
|
6192
5984
|
}
|
|
5985
|
+
.wb-images-double {
|
|
5986
|
+
overflow: hidden;
|
|
5987
|
+
position: relative;
|
|
5988
|
+
min-height: 220px;
|
|
5989
|
+
|
|
5990
|
+
.columns {
|
|
5991
|
+
overflow: hidden;
|
|
5992
|
+
}
|
|
5993
|
+
|
|
5994
|
+
img {
|
|
5995
|
+
width: 100%;
|
|
5996
|
+
display: block;
|
|
5997
|
+
}
|
|
5998
|
+
|
|
5999
|
+
.column {
|
|
6000
|
+
position: relative;
|
|
6001
|
+
}
|
|
6002
|
+
|
|
6003
|
+
&__noimages {
|
|
6004
|
+
background-color: lighten($wb-border-color, 12%);
|
|
6005
|
+
cursor: pointer;
|
|
6006
|
+
display: flex;
|
|
6007
|
+
align-items: center;
|
|
6008
|
+
align-content: center;
|
|
6009
|
+
justify-content: center;
|
|
6010
|
+
position: absolute;
|
|
6011
|
+
width: calc(100% - 20px);
|
|
6012
|
+
top: 0;
|
|
6013
|
+
height: 100%;
|
|
6014
|
+
|
|
6015
|
+
p {
|
|
6016
|
+
position: absolute;
|
|
6017
|
+
top: 50%;
|
|
6018
|
+
left: 50%;
|
|
6019
|
+
transform: translate(-50%, -50%);
|
|
6020
|
+
text-align: center;
|
|
6021
|
+
font-size: rem(14);
|
|
6022
|
+
color: $wb-secondary-text-color;
|
|
6023
|
+
width: auto;
|
|
6024
|
+
white-space: nowrap;
|
|
6025
|
+
|
|
6026
|
+
&:before {
|
|
6027
|
+
position: absolute;
|
|
6028
|
+
width: 0;
|
|
6029
|
+
bottom: -(#{rem(3)});
|
|
6030
|
+
height: rem(2);
|
|
6031
|
+
transition: 200ms all;
|
|
6032
|
+
background-color: $wb-border-color;
|
|
6033
|
+
content: ' ';
|
|
6034
|
+
left: 0;
|
|
6035
|
+
}
|
|
6036
|
+
}
|
|
6037
|
+
|
|
6038
|
+
i {
|
|
6039
|
+
color: $wb-secondary-text-color;
|
|
6040
|
+
text-align: center;
|
|
6041
|
+
display: block;
|
|
6042
|
+
font-size: rem(45);
|
|
6043
|
+
opacity: 0.4;
|
|
6044
|
+
transition: 200ms all;
|
|
6045
|
+
margin-bottom: rem(10);
|
|
6046
|
+
}
|
|
6047
|
+
|
|
6048
|
+
border: rem(1) solid lighten($wb-border-color, 12%);
|
|
6049
|
+
transition: 200ms all;
|
|
6050
|
+
|
|
6051
|
+
&:hover {
|
|
6052
|
+
border: rem(1) solid $wb-border-color;
|
|
6053
|
+
|
|
6054
|
+
i {
|
|
6055
|
+
color: darken($wb-secondary-text-color, 20%);
|
|
6056
|
+
}
|
|
6057
|
+
|
|
6058
|
+
p {
|
|
6059
|
+
color: darken($wb-secondary-text-color, 20%);
|
|
6060
|
+
|
|
6061
|
+
&:before {
|
|
6062
|
+
width: 100%;
|
|
6063
|
+
}
|
|
6064
|
+
}
|
|
6065
|
+
}
|
|
6066
|
+
}
|
|
6067
|
+
|
|
6068
|
+
&__container {
|
|
6069
|
+
position: relative;
|
|
6070
|
+
height: auto;
|
|
6071
|
+
|
|
6072
|
+
&:before {
|
|
6073
|
+
content: '';
|
|
6074
|
+
display: block;
|
|
6075
|
+
width: 100%;
|
|
6076
|
+
position: relative;
|
|
6077
|
+
padding-top: 64%;
|
|
6078
|
+
transition: padding 300ms ease;
|
|
6079
|
+
}
|
|
6080
|
+
|
|
6081
|
+
&--small {
|
|
6082
|
+
&:before {
|
|
6083
|
+
padding-top: 55.555555%;
|
|
6084
|
+
}
|
|
6085
|
+
}
|
|
6086
|
+
|
|
6087
|
+
&--medium {
|
|
6088
|
+
&:before {
|
|
6089
|
+
padding-top: 66.668%;
|
|
6090
|
+
}
|
|
6091
|
+
}
|
|
6092
|
+
|
|
6093
|
+
&--large {
|
|
6094
|
+
&:before {
|
|
6095
|
+
padding-top: 77.778%;
|
|
6096
|
+
}
|
|
6097
|
+
}
|
|
6098
|
+
|
|
6099
|
+
&__images {
|
|
6100
|
+
position: absolute;
|
|
6101
|
+
width: 100%;
|
|
6102
|
+
right: 0;
|
|
6103
|
+
opacity: 1;
|
|
6104
|
+
top: 0;
|
|
6105
|
+
@include simple_transition();
|
|
6106
|
+
|
|
6107
|
+
&__item {
|
|
6108
|
+
background-size: cover;
|
|
6109
|
+
background-position: center;
|
|
6110
|
+
height: auto;
|
|
6111
|
+
cursor: pointer;
|
|
6112
|
+
position: relative;
|
|
6113
|
+
width: 100%;
|
|
6114
|
+
&:before {
|
|
6115
|
+
content: '';
|
|
6116
|
+
display: block;
|
|
6117
|
+
width: 100%;
|
|
6118
|
+
position: relative;
|
|
6119
|
+
padding-top: 64%;
|
|
6120
|
+
transition: padding 300ms ease;
|
|
6121
|
+
}
|
|
6122
|
+
|
|
6123
|
+
&:after {
|
|
6124
|
+
content: '\f03e';
|
|
6125
|
+
font-family: 'Font Awesome 5 Pro';
|
|
6126
|
+
display: block;
|
|
6127
|
+
@include simple_transition();
|
|
6128
|
+
position: absolute;
|
|
6129
|
+
z-index: 38;
|
|
6130
|
+
font-size: rem(70);
|
|
6131
|
+
top: -#{rem(50)};
|
|
6132
|
+
opacity: 0;
|
|
6133
|
+
left: 0;
|
|
6134
|
+
right: 0;
|
|
6135
|
+
bottom: 0;
|
|
6136
|
+
margin: auto;
|
|
6137
|
+
width: rem(70);
|
|
6138
|
+
height: rem(90);
|
|
6139
|
+
color: $wb-white;
|
|
6140
|
+
pointer-events: none;
|
|
6141
|
+
}
|
|
6142
|
+
|
|
6143
|
+
&--small {
|
|
6144
|
+
&:before {
|
|
6145
|
+
padding-top: 55.555555%;
|
|
6146
|
+
}
|
|
6147
|
+
}
|
|
6148
|
+
|
|
6149
|
+
&--medium {
|
|
6150
|
+
&:before {
|
|
6151
|
+
padding-top: 66.668%;
|
|
6152
|
+
}
|
|
6153
|
+
}
|
|
6154
|
+
|
|
6155
|
+
&--large {
|
|
6156
|
+
&:before {
|
|
6157
|
+
padding-top: 77.778%;
|
|
6158
|
+
}
|
|
6159
|
+
}
|
|
6160
|
+
}
|
|
6161
|
+
|
|
6162
|
+
> div {
|
|
6163
|
+
position: relative;
|
|
6164
|
+
overflow: hidden;
|
|
6165
|
+
|
|
6166
|
+
> div {
|
|
6167
|
+
background-size: cover;
|
|
6168
|
+
background-position: center;
|
|
6169
|
+
height: auto;
|
|
6170
|
+
cursor: pointer;
|
|
6171
|
+
|
|
6172
|
+
&:before {
|
|
6173
|
+
background-color: rgba($wb-main-text-color, 0);
|
|
6174
|
+
content: ' ';
|
|
6175
|
+
transition: 200ms all;
|
|
6176
|
+
}
|
|
6177
|
+
|
|
6178
|
+
&:hover {
|
|
6179
|
+
&:before {
|
|
6180
|
+
background-color: rgba($wb-main-text-color, 0.1);
|
|
6181
|
+
}
|
|
6182
|
+
|
|
6183
|
+
&:after {
|
|
6184
|
+
top: -#{rem(25)};
|
|
6185
|
+
opacity: 0.3;
|
|
6186
|
+
}
|
|
6187
|
+
}
|
|
6188
|
+
}
|
|
6189
|
+
}
|
|
6190
|
+
}
|
|
6191
|
+
}
|
|
6192
|
+
span[class^='wb-dynamic-size'] {
|
|
6193
|
+
top: 15px;
|
|
6194
|
+
}
|
|
6195
|
+
}
|
|
6193
6196
|
.wb-four-images-title {
|
|
6194
6197
|
position: relative;
|
|
6195
6198
|
overflow: hidden;
|