12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
-
- <title>归档管理</title>
- <link href="../../AFrontEnd/css/animate.css" rel="stylesheet" />
- <link href="../../AFrontEnd/css/fontawesome/css/font-awesome.css" rel="stylesheet" />
- <link href="../../AFrontEnd/css/bootstrap.css" rel="stylesheet" />
- <link href="../../AFrontEnd/css/style.css" rel="stylesheet" />
- <script>document.write("<link href='../../AFrontEnd/css/special.css?time=" + new Date().getTime() + "' rel='stylesheet'>");</script>
- <style>
- .index{
- width:1200px;
- text-align:center;
- height:100%;
- }
- .Item1 {
- width: calc(100% / 4);
- height: calc(100% * 0.4);
- float: left;
- margin: 40px 0 0 0;
- border-radius: 10px;
- position: relative;
- top: 18%;
- transform: translateY(-50%);
- }
- .Item2 {
- width: calc(100% / 3);
- height: calc(100% * 0.4);
- float: left;
- border-radius: 10px;
- position: relative;
- top: 18%;
- transform: translateY(-50%);
- }
- .Item1 img {
- margin: 25% 0 0 0;
- }
- .Item2 img {
- margin: 5% 0 0 0;
- }
- </style>
- </head>
- <body>
- <div class="sp-page-center index">
- <div class="Item1">
- <img style="height: 70%; cursor: pointer; " src="img/bg7.png" onclick="window.location.href = 'list.html'" />
- </div>
- <div class="Item1">
- <img style="height: 70%; cursor: pointer; " src="img/bg1.png" onclick="window.location.href = 'list1.html'" />
- </div>
- <div class="Item1">
- <img style="height: 70%; cursor: pointer; " src="img/bg2.png" onclick="window.location.href = 'list2.html'" />
- </div>
- <div class="Item1">
- <img style="height: 70%; cursor: pointer; " src="img/bg3.png" onclick="window.location.href = 'list3.html'" />
- </div>
- <div class="Item2">
- <img style="height: 70%; float: right; cursor: pointer; " src="img/bg4.png" onclick="window.location.href = 'list-set.html'" />
- </div>
- <div class="Item2">
- <img style="height: 70%; cursor: pointer; " src="img/bg5.png" onclick="window.location.href = 'list-total.html'" />
- </div>
- <div class="Item2">
- <img style="height: 70%; float: left; cursor: pointer; " src="img/bg6.png" onclick="window.location.href = '../totalshouwen/search.html?from=DangAn'" />
- </div>
- </div>
- <script src="../../AFrontEnd/js/jquery/jquery-2.1.4.min.js"></script>
- <script>document.write('<scri' + 'pt src="../../AFrontEnd/js/special/special.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
- <script>
- $.cookie("danganList1-search", null, { path: '/', expires: -1 });
- $.cookie("danganList2-search", null, { path: '/', expires: -1 });
- $.cookie("danganList3-search", null, { path: '/', expires: -1 });
- $.cookie("GlWorkPlatform-danganSet", null, { path: '/', expires: 1 });
- </script>
- </body>
- </html>
|