1234
This commit is contained in:
parent
625686a85b
commit
aeac8571ce
|
|
@ -35,14 +35,6 @@
|
||||||
|
|
||||||
// Sliding settings
|
// Sliding settings
|
||||||
$slideshow.on("afterChange", function (event, slick, currentSlide) {
|
$slideshow.on("afterChange", function (event, slick, currentSlide) {
|
||||||
// Console log, can be removed
|
|
||||||
console.log(
|
|
||||||
"Current slide: " +
|
|
||||||
currentSlide +
|
|
||||||
". Setting speed to: " +
|
|
||||||
ImagePauses[currentSlide]
|
|
||||||
);
|
|
||||||
|
|
||||||
// Update autoplay speed according to slide index
|
// Update autoplay speed according to slide index
|
||||||
$slideshow.slick(
|
$slideshow.slick(
|
||||||
"slickSetOption",
|
"slickSetOption",
|
||||||
|
|
|
||||||
|
|
@ -445,10 +445,13 @@
|
||||||
.main {
|
.main {
|
||||||
&__body {
|
&__body {
|
||||||
&-row {
|
&-row {
|
||||||
flex-direction: column;
|
display: block;
|
||||||
-ms-flex-direction: column;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
.banner__mobile {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
&-column {
|
&-column {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 15px 0;
|
margin: 15px 0;
|
||||||
|
|
@ -568,9 +571,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.banner__mobile {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
@include xsm-sm {
|
@include xsm-sm {
|
||||||
.swiper-slide-content-category {
|
.swiper-slide-content-category {
|
||||||
|
|
|
||||||
|
|
@ -2419,9 +2419,13 @@ li {
|
||||||
}
|
}
|
||||||
|
|
||||||
.main__body-row {
|
.main__body-row {
|
||||||
flex-direction: column;
|
display: block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
.main__body .banner__mobile {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
.main__body-column {
|
.main__body-column {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 15px 0;
|
margin: 15px 0;
|
||||||
|
|
@ -2524,10 +2528,6 @@ li {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.banner__mobile {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
@media (max-width: 540px) {
|
@media (max-width: 540px) {
|
||||||
.swiper-slide-content-category {
|
.swiper-slide-content-category {
|
||||||
|
|
|
||||||
|
|
@ -116,11 +116,11 @@ random = 0
|
||||||
</div>
|
</div>
|
||||||
<div class="main__sidebar">
|
<div class="main__sidebar">
|
||||||
{% partial 'sidebar__cards' %}
|
{% partial 'sidebar__cards' %}
|
||||||
<!-- {% component 'right_top' css_class= 'main__sidebar-adv' %} -->
|
{% component 'right_top' css_class= 'main__sidebar-adv' %}
|
||||||
{% partial 'tags' %}
|
{% partial 'tags' %}
|
||||||
<!-- {% component 'right_middle' css_class = 'main__sidebar-adv' %} -->
|
{% component 'right_middle' css_class = 'main__sidebar-adv' %}
|
||||||
{% partial 'calendar' %}
|
{% partial 'calendar' %}
|
||||||
<!-- {% component 'right_bottom' css_class= 'main__sidebar-adv' %} -->
|
{% component 'right_bottom' css_class= 'main__sidebar-adv' %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue