Merge branch 'master' of https://git.ddmt.top/6666/123
This commit is contained in:
commit
80f89c7b7a
@ -156,13 +156,20 @@ export default {
|
|||||||
-ms-transition: all 0.5s;
|
-ms-transition: all 0.5s;
|
||||||
-o-transition: all 0.5s;
|
-o-transition: all 0.5s;
|
||||||
transition: all 0.5s;
|
transition: all 0.5s;
|
||||||
|
animation-duration: 3s;
|
||||||
|
animation-name: slidein;
|
||||||
}
|
}
|
||||||
|
|
||||||
li:nth-child(5) {
|
@keyframes slidein {
|
||||||
position: absolute;
|
from {
|
||||||
right: 0;
|
width: 740px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
to {
|
||||||
|
width: 180px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
li img {
|
li img {
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user