menuMobileFoot.htm 540 B

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>mainBody</title>
  5. <style type="text/css">
  6. .copyright {
  7. width: 100%;
  8. bottom: 0;
  9. padding-bottom: 8px;
  10. padding-top: 8px;
  11. word-spacing: 3px;
  12. zoom: 1;
  13. height: 30px;
  14. line-height: 30px;
  15. text-align: center;
  16. font-size: 10px;
  17. color: #999;
  18. font-family: '微软雅黑';
  19. border-top: 2px solid #468dcd;
  20. background: #e0e0e0;
  21. text-shadow: 0 0 0;
  22. }
  23. </style>
  24. </head>
  25. <body>
  26. <!-- <div class="copyright">
  27. Copyright © 2012-2015 Huimv
  28. 版权所有 | 浙ICP备14027731号
  29. </div> -->
  30. </body>
  31. </html>