footer.php 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <script type="text/javascript">
  2. function tiao(str){
  3. window.location.href=str;
  4. }
  5. </script>
  6. <style>
  7. *{
  8. margin:0;
  9. padding:0;
  10. border:0;
  11. }
  12. .bottome111{
  13. width:100%;
  14. height:70px;
  15. background:#fff;
  16. bottom:0;
  17. position:fixed;
  18. }
  19. .bone{
  20. width:30%;
  21. margin-left:3%;
  22. margin-top:10px;
  23. float:left;
  24. }
  25. .bone a{
  26. text-decoration:none;
  27. color:#444;
  28. font-size:10px;
  29. }
  30. .bone img{
  31. width:30px;
  32. }
  33. </style>
  34. <script src="/static/member/bootbox.min.js"></script>
  35. <script src="/static/member/metismenu.js"></script>
  36. <script src="/static/member/jquery-ui.min.js"></script>
  37. <script src="/static/member/jquery.placeholder.min.js"></script>
  38. <script src="/static/member/jquery.qrcode.min.js"></script>
  39. <script src="/static/member/common.js"></script>
  40. <div class="bottome111" align="center">
  41. <div class="bone"><a href="/mobile/"><img src="/static/common/bhome.png" style="margin-left:auto; margin-right:auto;"/>首页</a></div>
  42. <div class="bone"><a href="/mobile/orders"><img src="/static/common/border.png" style="margin-left:auto; margin-right:auto;"/>订单</a></div>
  43. <div class="bone"><a href="#" onclick="alert('暂未开通');return false;"><img src="/static/common/bperson.png" style="margin-left:auto; margin-right:auto;"/>个人中心</a></div>
  44. </div>
  45. </body>
  46. </html>