index.html 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <title>温馨提示</title>
  5. <meta charset="UTF-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  7. <meta name="renderer" content="webkit" />
  8. <link rel="stylesheet" href="./index.css">
  9. </head>
  10. <body>
  11. <div class="wrapper">
  12. <img class="wrapper-bg" src="./img/bg.png" alt="">
  13. <div class="title-wrapper">
  14. <div class="title">客户服务管理系统提醒您</div>
  15. <div class="desc">您使用的IE浏览器版本过低,请将您的浏览器升级至IE10以上版本</div>
  16. </div>
  17. <div class="section">
  18. <div class="title">我们建议您使用以下浏览器</div>
  19. <div class="container">
  20. <ul class="list">
  21. <li class="list-item">
  22. <a href="https://www.google.cn/intl/zh-CN/chrome/" target="_blank">
  23. <img class="list-item-logo" src="img/logo-chrome.png" alt="">
  24. <div class="list-item-desc">Google Chrome</div>
  25. </a>
  26. </li>
  27. <li class="line"></li>
  28. <li class="list-item">
  29. <a href="http://www.firefox.com.cn/" target="_blank">
  30. <img class="list-item-logo" src="img/logo-firefox.png" alt="">
  31. <div class="list-item-desc">Firefox</div>
  32. </a>
  33. </li>
  34. <li class="line"></li>
  35. <li class="list-item">
  36. <a href="https://www.apple.com/cn/safari/" target="_blank">
  37. <img class="list-item-logo" src="img/logo-safari.png" alt="">
  38. <div class="list-item-desc">Safari</div>
  39. </a>
  40. </li>
  41. </ul>
  42. </div>
  43. </div>
  44. <div class="section express">
  45. <div class="title">或其他浏览器极速模式</div>
  46. <div class="container">
  47. <ul class="list">
  48. <li class="list-item">
  49. <a href="https://ie.sogou.com/" target="_blank">
  50. <img class="list-item-logo" src="img/logo-sougou.png" alt="">
  51. <div class="list-item-desc">搜狗极速模式</div>
  52. </a>
  53. </li>
  54. <li class="line"></li>
  55. <li class="list-item">
  56. <a href="https://www.360.cn/" target="_blank">
  57. <img class="list-item-logo" src="img/logo-360.png" alt="">
  58. <div class="list-item-desc">360极速模式</div>
  59. </a>
  60. </li>
  61. </ul>
  62. <div class="change">
  63. <img class="pic" src="./img/change.png" alt="">
  64. </div>
  65. </div>
  66. </div>
  67. </div>
  68. </body>
  69. <script>
  70. </script>
  71. </html>