Commit a3b6fe2a authored by xishifeng's avatar xishifeng

parent c6b3d960
...@@ -285,6 +285,7 @@ ...@@ -285,6 +285,7 @@
</div> </div>
<div class="shop-list"> <div class="shop-list">
<!--<img src="/app/images/img_more@2x.png" alt="" />--> <!--<img src="/app/images/img_more@2x.png" alt="" />-->
<img src="/app/images/clik_shop_icon2.png" />
</div> </div>
<!--<script src="/app/js/jquery.js"></script>--> <!--<script src="/app/js/jquery.js"></script>-->
......
...@@ -445,28 +445,44 @@ body{ ...@@ -445,28 +445,44 @@ body{
right: .2rem; right: .2rem;
bottom: 2rem; bottom: 2rem;
height: 2rem; height: 2rem;
width: 2.15rem; width: 1.64rem;
display: none; display: none;
background: url(/app/images/Artboard@1x.png) no-repeat 0 0; background: url(/app/images/clik_shop_icon1.png) no-repeat 0 0/1.64rem 1.78rem;
background-size: 43rem 2rem; }
animation: fly 1.25s steps(20) infinite; .shop-list>img{
-webkit-animation: fly 1.25s steps(20) infinite; width: .8rem;
height: .88rem;
position: absolute;
animation: fly 1.5s infinite;
-webkit-animation: fly 1.5s infinite;
} }
@keyframes fly { @keyframes fly {
0% { 0% {
background-position: 0 0; bottom: 0;
right: -.1rem;
}
70% {
bottom: .3rem;
right: .14rem;
} }
100% { 100% {
background-position: -43rem 0; bottom: 0;
right: -.1rem;
} }
} }
@-webkit-keyframes fly { @-webkit-keyframes fly {
0% { 0% {
background-position: 0 0; bottom: 0;
right: -.1rem;
}
70% {
bottom: .3rem;
right: .14rem;
} }
100% { 100% {
background-position: -43rem 0; bottom: 0;
right: -.1rem;
} }
} }
/*.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