Commit 42402a6eeaa7ccdf2122e499a9951103aaab06ab
1 parent
9cb7b5d3
Add bottom fixed css.
Showing
3 changed files
with
27 additions
and
0 deletions
css/common.css
css/common.less
html/index.html
... | ... | @@ -499,6 +499,18 @@ |
499 | 499 | </li> |
500 | 500 | </ul> |
501 | 501 | |
502 | + <div class="scroll-wrap background-white bottom-fixed"> | |
503 | + <ul class="m-tab border-1px border-bottom"> | |
504 | + <li class="on"><a href="#">今日必抢1</a></li> | |
505 | + <li><a href="#">12名古屋</a></li> | |
506 | + <li><a href="#">1我是吃货</a></li> | |
507 | + <li><a href="#">1我是吃货</a></li> | |
508 | + <li><a href="#">1我是吃货</a></li> | |
509 | + <li><a href="#">1我是吃货</a></li> | |
510 | + <li><a href="#">1我是吃货</a></li> | |
511 | + </ul> | |
512 | + </div> | |
513 | + | |
502 | 514 | <script src="../js/swipe.min.js"></script> |
503 | 515 | <script> |
504 | 516 | var swiper = new Swiper('.swiper-container', { /*轮播图*/ | ... | ... |