Commit df8d52e0 authored by agping's avatar agping

商铺列表 修改

parent 7f51d8cb
......@@ -444,19 +444,20 @@ body{
position: fixed;
right: .2rem;
bottom: 2rem;
height: 170px;
width: 160px;
height: 2rem;
width: 2.15rem;
display: none;
background: url(/app/images/sprite.png) no-repeat 0 0;
animation: fly 1s steps(12) infinite;
-webkit-animation: fly 1s steps(12) infinite;
background: url(/app/images/Artboard@1x.png) no-repeat 0 0;
background-size: 43rem 2rem;
animation: fly 1.25s steps(20) infinite;
-webkit-animation: fly 1.25s steps(20) infinite;
}
@keyframes fly {
0% {
background-position: 0 0;
}
100% {
background-position: -1920px 0;
background-position: -43rem 0;
}
}
......@@ -465,7 +466,7 @@ body{
background-position: 0 0;
}
100% {
background-position: -1920px 0;
background-position: -43rem 0;
}
}
/*.shop-list img{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment