footer.html 856 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <style>
  6. html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input {
  7. margin: 0;
  8. padding: 0;
  9. outline: 0;
  10. }
  11. html {
  12. font-family: "Microsoft Yahei", arial, helvetica, sans-serif;
  13. -webkit-text-size-adjust: none;
  14. word-break : break-word;
  15. font-size: 62.5%
  16. }
  17. body {
  18. background-color: #f2f2f2;
  19. height: 100%;
  20. min-width: 1200px
  21. }
  22. .copyright {
  23. text-align: center;
  24. font-size: 12px;
  25. color: #999999;
  26. margin-bottom: 60px
  27. }
  28. [mobile="1"] .copyright {
  29. font-size: 1.2rem;
  30. }
  31. </style>
  32. <script src="../js/reset.js"></script>
  33. </head>
  34. <body>
  35. <p class="copyright">Copyright ©2012 - 2016 上海连尚网络科技有限公司版权所有</p>
  36. </body>
  37. </html>