generated from cms/tibi-docs
This commit is contained in:
parent
e6e1baf808
commit
626cbbabb4
@ -146,7 +146,7 @@ swiper-slide {
|
|||||||
background: #000000;
|
background: #000000;
|
||||||
height: 5px;
|
height: 5px;
|
||||||
width: 0;
|
width: 0;
|
||||||
animation: underlineEffect 4s linear forwards;
|
animation: underlineEffect 6s linear forwards;
|
||||||
@media @tablet {
|
@media @tablet {
|
||||||
height: 10px;
|
height: 10px;
|
||||||
}
|
}
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
navigation="{true}"
|
navigation="{true}"
|
||||||
init="{false}"
|
init="{false}"
|
||||||
autoplay="{{
|
autoplay="{{
|
||||||
delay: 4000, // 5000ms = 5s
|
delay: 6000, // 5000ms = 5s
|
||||||
pauseOnMouseEnter: true,
|
pauseOnMouseEnter: true,
|
||||||
}}"
|
}}"
|
||||||
speed="600"
|
speed="600"
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="iconBlock">
|
<div class="iconBlock">
|
||||||
|
|
||||||
{#each col.iconBlocks as icon}
|
{#each col.iconBlocks as icon}
|
||||||
<div class="icon">
|
<div class="icon">
|
||||||
<img src="{`${apiBaseURL}page/${pageId}/${icon.icon?.src}`}" alt="img" />
|
<img src="{`${apiBaseURL}page/${pageId}/${icon.icon?.src}`}" alt="img" />
|
||||||
|
Loading…
Reference in New Issue
Block a user