footer.js 1.9 KB

12345678910111213141516171819202122232425262728293031323334
  1. document.writeln("<div class=\'nhy\'>");
  2. document.writeln("</div>");
  3. document.writeln("<footer>");
  4. document.writeln(" <div class=\'a\'>");
  5. document.writeln(" <div class=\'container\'>");
  6. document.writeln(" <div class=\'info\'>");
  7. document.writeln(" <p style=\'font-weight: 700; line-height: 30px;color:#333;\'>");
  8. document.writeln(" <span >关于我们</span>");
  9. document.writeln(" |");
  10. document.writeln(" <span>联系我们</span>");
  11. document.writeln(" |");
  12. document.writeln(" <span>服务条款 </span>");
  13. document.writeln(" |");
  14. document.writeln(" <span>网站地图</span>");
  15. // document.writeln(" |");
  16. document.writeln(" ");
  17. document.writeln(" </p>");
  18. document.writeln(" <p>");
  19. document.writeln(" 为保证浏览效果及正常使用,建议使用:IE10及以上/Chrome/火狐等最新更新版本访问<br/>");
  20. document.writeln(" 版权所有 © 2021 刷制品质量监督检验中心 <br />");
  21. document.writeln(" </p>");
  22. document.writeln(" <div style=\'width:300px;margin:0 auto; padding:20px 0;\'>");
  23. 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;\'>");
  24. document.writeln(" <p style=\'float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;\'>");
  25. document.writeln(" 皖公网安备 34082402000496号");
  26. document.writeln(" </p>");
  27. document.writeln(" </a>");
  28. document.writeln(" </div>");
  29. document.writeln(" </div>");
  30. document.writeln(" </div>");
  31. document.writeln(" </div>");
  32. document.writeln(" </footer>");