12345678910111213141516171819202122232425262728293031 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>mainBody</title>
- <style type="text/css">
- .copyright {
- width: 100%;
- bottom: 0;
- padding-bottom: 8px;
- padding-top: 8px;
- word-spacing: 3px;
- zoom: 1;
- height: 30px;
- line-height: 30px;
- text-align: center;
- font-size: 10px;
- color: #999;
- font-family: '微软雅黑';
- border-top: 2px solid #468dcd;
- background: #e0e0e0;
- text-shadow: 0 0 0;
- }
- </style>
- </head>
- <body>
- <!-- <div class="copyright">
- Copyright © 2012-2015 Huimv
- 版权所有 | 浙ICP备14027731号
- </div> -->
- </body>
- </html>
|