17.53
This commit is contained in:
parent
127141553b
commit
a2a70e349e
@ -155,13 +155,20 @@ export default {
|
||||
-ms-transition: all 0.5s;
|
||||
-o-transition: all 0.5s;
|
||||
transition: all 0.5s;
|
||||
animation-duration: 3s;
|
||||
animation-name: slidein;
|
||||
}
|
||||
|
||||
li:nth-child(5) {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
@keyframes slidein {
|
||||
from {
|
||||
width: 740px;
|
||||
}
|
||||
|
||||
to {
|
||||
width: 180px;
|
||||
}
|
||||
}
|
||||
|
||||
li img {
|
||||
object-fit: cover;
|
||||
width: 100%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user