index.html 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  5. <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
  6. <title>归档管理</title>
  7. <link href="../../AFrontEnd/css/animate.css" rel="stylesheet" />
  8. <link href="../../AFrontEnd/css/fontawesome/css/font-awesome.css" rel="stylesheet" />
  9. <link href="../../AFrontEnd/css/bootstrap.css" rel="stylesheet" />
  10. <link href="../../AFrontEnd/css/style.css" rel="stylesheet" />
  11. <script>document.write("<link href='../../AFrontEnd/css/special.css?time=" + new Date().getTime() + "' rel='stylesheet'>");</script>
  12. <style>
  13. .index{
  14. width:1200px;
  15. text-align:center;
  16. height:100%;
  17. }
  18. .Item1 {
  19. width: calc(100% / 4);
  20. height: calc(100% * 0.4);
  21. float: left;
  22. margin: 40px 0 0 0;
  23. border-radius: 10px;
  24. position: relative;
  25. top: 18%;
  26. transform: translateY(-50%);
  27. }
  28. .Item2 {
  29. width: calc(100% / 3);
  30. height: calc(100% * 0.4);
  31. float: left;
  32. border-radius: 10px;
  33. position: relative;
  34. top: 18%;
  35. transform: translateY(-50%);
  36. }
  37. .Item1 img {
  38. margin: 25% 0 0 0;
  39. }
  40. .Item2 img {
  41. margin: 5% 0 0 0;
  42. }
  43. </style>
  44. </head>
  45. <body>
  46. <div class="sp-page-center index">
  47. <div class="Item1">
  48. <img style="height: 70%; cursor: pointer; " src="img/bg7.png" onclick="window.location.href = 'list.html'" />
  49. </div>
  50. <div class="Item1">
  51. <img style="height: 70%; cursor: pointer; " src="img/bg1.png" onclick="window.location.href = 'list1.html'" />
  52. </div>
  53. <div class="Item1">
  54. <img style="height: 70%; cursor: pointer; " src="img/bg2.png" onclick="window.location.href = 'list2.html'" />
  55. </div>
  56. <div class="Item1">
  57. <img style="height: 70%; cursor: pointer; " src="img/bg3.png" onclick="window.location.href = 'list3.html'" />
  58. </div>
  59. <div class="Item2">
  60. <img style="height: 70%; float: right; cursor: pointer; " src="img/bg4.png" onclick="window.location.href = 'list-set.html'" />
  61. </div>
  62. <div class="Item2">
  63. <img style="height: 70%; cursor: pointer; " src="img/bg5.png" onclick="window.location.href = 'list-total.html'" />
  64. </div>
  65. <div class="Item2">
  66. <img style="height: 70%; float: left; cursor: pointer; " src="img/bg6.png" onclick="window.location.href = '../totalshouwen/search.html?from=DangAn'" />
  67. </div>
  68. </div>
  69. <script src="../../AFrontEnd/js/jquery/jquery-2.1.4.min.js"></script>
  70. <script>document.write('<scri' + 'pt src="../../AFrontEnd/js/special/special.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
  71. <script>
  72. $.cookie("danganList1-search", null, { path: '/', expires: -1 });
  73. $.cookie("danganList2-search", null, { path: '/', expires: -1 });
  74. $.cookie("danganList3-search", null, { path: '/', expires: -1 });
  75. $.cookie("GlWorkPlatform-danganSet", null, { path: '/', expires: 1 });
  76. </script>
  77. </body>
  78. </html>