星火官网,前端页面(前台)
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

footer.html 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <!DOCTYPE html>
  2. <html lang="zh-cn">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <title>Document</title>
  8. <style>
  9. .footer_box {
  10. position: relative;
  11. font-size: 0.14rem;
  12. text-align: center;
  13. font-size: 0.14rem;
  14. color: #666;
  15. line-height: 0.3rem;
  16. background-color: #F5F7F9;
  17. }
  18. .footer_box .footer_left {
  19. position: absolute;
  20. left: 0;
  21. top: 0;
  22. bottom: 0;
  23. margin: auto 0;
  24. }
  25. .footer_box .footer_right {
  26. position: absolute;
  27. right: 0;
  28. top: 0;
  29. bottom: 0;
  30. margin: auto 0;
  31. }
  32. </style>
  33. </head>
  34. <body>
  35. <div class="footer_box">
  36. <div>Copyright@2003 -2017 All Rights Reserved 豫ICP备17031890号-1</div>
  37. <div>联系地址:郑州市郑东新区崇德街与博学路交叉口向东300米星联创科中心7楼 河南星火燎原软件科技有限公司所有</div>
  38. <div>全国客服热线 (09:00-22:00) 0371-58605588</div>
  39. <div class="footer_left">星火云鸽</div>
  40. <div class="footer_right">微信扫码</div>
  41. </div>
  42. </body>
  43. </html>