12345678910111213141516171819202122232425262728293031323334 |
- document.writeln("<div class=\'nhy\'>");
- document.writeln("</div>");
- document.writeln("<footer>");
- document.writeln(" <div class=\'a\'>");
- document.writeln(" <div class=\'container\'>");
- document.writeln(" <div class=\'info\'>");
- document.writeln(" <p style=\'font-weight: 700; line-height: 30px;color:#333;\'>");
- document.writeln(" <span >关于我们</span>");
- document.writeln(" |");
- document.writeln(" <span>联系我们</span>");
- document.writeln(" |");
- document.writeln(" <span>服务条款 </span>");
- document.writeln(" |");
- document.writeln(" <span>网站地图</span>");
- // document.writeln(" |");
- document.writeln(" ");
- document.writeln(" </p>");
- document.writeln(" <p>");
- document.writeln(" 为保证浏览效果及正常使用,建议使用:IE10及以上/Chrome/火狐等最新更新版本访问<br/>");
- document.writeln(" 版权所有 © 2021 刷制品质量监督检验中心 <br />");
- document.writeln(" </p>");
- document.writeln(" <div style=\'width:300px;margin:0 auto; padding:20px 0;\'>");
- document.writeln(" <a target=\'_blank\' href=\'http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=34082402000496\' style=\'display:inline-block;text-decoration:none;height:20px;line-height:20px;\'>");
- document.writeln(" <p style=\'float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;\'>");
- document.writeln(" 皖公网安备 34082402000496号");
- document.writeln(" </p>");
- document.writeln(" </a>");
- document.writeln(" </div>");
- document.writeln(" </div>");
- document.writeln(" </div>");
- document.writeln(" </div>");
- document.writeln(" </footer>");
|