update Carousel
update Carousel
This commit is contained in:
parent
e7f1cf2877
commit
5139233be1
3 changed files with 2 additions and 3 deletions
BIN
assets/iview.png
BIN
assets/iview.png
Binary file not shown.
Before Width: | Height: | Size: 162 KiB After Width: | Height: | Size: 165 KiB |
|
@ -41,7 +41,7 @@
|
||||||
},
|
},
|
||||||
autoplay: {
|
autoplay: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: true
|
default: false
|
||||||
},
|
},
|
||||||
autoplaySpeed: {
|
autoplaySpeed: {
|
||||||
type: Number,
|
type: Number,
|
||||||
|
|
|
@ -61,7 +61,7 @@
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
|
|
||||||
transition: .3s;
|
transition: @transition-time;
|
||||||
background-color: rgba(31, 45, 61, .11);
|
background-color: rgba(31, 45, 61, .11);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
||||||
|
@ -158,7 +158,6 @@
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
|
|
||||||
-webkit-transition: all .5s;
|
|
||||||
transition: all .5s;
|
transition: all .5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue