Commit 92344cf9 authored by agping's avatar agping

商铺详情 修改

parent 4934afb5
......@@ -284,7 +284,7 @@
<a href="javascript:;" id="fix_area_bottom_btn"><img src="/app/images/xq_cha@2x.png" /></a>
</div>
<div class="shop-list">
<img src="/app/images/img_more@2x.png" alt="" />
<!--<img src="/app/images/img_more@2x.png" alt="" />-->
</div>
<!--<script src="/app/js/jquery.js"></script>-->
......
......@@ -439,17 +439,38 @@ body{
text-overflow: ellipsis;
margin-top: 0.16rem;
}
/*商铺详情 动画*/
.shop-list{
position: fixed;
right: .2rem;
bottom: 2rem;
height: 1.6rem;
width: 1.6rem;
height: 3.6rem;
width: 3.6rem;
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;
}
@keyframes fly {
0% {
background-position: 0 0;
}
100% {
background-position: -1920px 0;
}
}
.shop-list img{
@-webkit-keyframes fly {
0% {
background-position: 0 0;
}
100% {
background-position: -1920px 0;
}
}
/*.shop-list img{
width: 1.6rem;
}
}*/
.b3_span_shop_mianji{
display: none;
}
......@@ -487,3 +508,4 @@ body{
margin-bottom: .3rem;
}
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