<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <style> 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 { margin: 0; padding: 0; outline: 0; } html { font-family: "Microsoft Yahei", arial, helvetica, sans-serif; -webkit-text-size-adjust: none; word-break : break-word; font-size: 62.5% } body { background-color: #f2f2f2; height: 100%; min-width: 1200px } .copyright { text-align: center; font-size: 12px; color: #999999; margin-bottom: 60px } [mobile="1"] .copyright { font-size: 1.2rem; } </style> <script src="../js/reset.js"></script> </head> <body> <p class="copyright">Copyright ©2012 - 2016 上海连尚网络科技有限公司版权所有</p> </body> </html>