Commit df8d52e0 authored by agping's avatar agping

商铺列表 修改

parent 7f51d8cb
...@@ -444,19 +444,20 @@ body{ ...@@ -444,19 +444,20 @@ body{
position: fixed; position: fixed;
right: .2rem; right: .2rem;
bottom: 2rem; bottom: 2rem;
height: 170px; height: 2rem;
width: 160px; width: 2.15rem;
display: none; display: none;
background: url(/app/images/sprite.png) no-repeat 0 0; background: url(/app/images/Artboard@1x.png) no-repeat 0 0;
animation: fly 1s steps(12) infinite; background-size: 43rem 2rem;
-webkit-animation: fly 1s steps(12) infinite; animation: fly 1.25s steps(20) infinite;
-webkit-animation: fly 1.25s steps(20) infinite;
} }
@keyframes fly { @keyframes fly {
0% { 0% {
background-position: 0 0; background-position: 0 0;
} }
100% { 100% {
background-position: -1920px 0; background-position: -43rem 0;
} }
} }
...@@ -465,7 +466,7 @@ body{ ...@@ -465,7 +466,7 @@ body{
background-position: 0 0; background-position: 0 0;
} }
100% { 100% {
background-position: -1920px 0; background-position: -43rem 0;
} }
} }
/*.shop-list img{ /*.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