Commit 79e40ad97b6b89465eb34489e15d2a730c322925

Authored by liuqimichale
1 parent 64d81490

第三方

css/libCss/common.css
@@ -84,7 +84,7 @@ nav{ @@ -84,7 +84,7 @@ nav{
84 cursor: pointer; 84 cursor: pointer;
85 } 85 }
86 .nav-ul li:nth-of-type(1){ 86 .nav-ul li:nth-of-type(1){
87 - box-shadow: 0 1px 10px 0 rgba(50,50,50,.2); 87 + box-shadow: 0 -1px 0 rgba(50,50,50,.2);
88 background-color: #f9f9f9; 88 background-color: #f9f9f9;
89 } 89 }
90 .nav-ul li:nth-of-type(2){ 90 .nav-ul li:nth-of-type(2){
index.html
@@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
10 <meta http-equiv="cache-control" content="no-cache"> 10 <meta http-equiv="cache-control" content="no-cache">
11 <meta http-equiv="expires" content="0"> 11 <meta http-equiv="expires" content="0">
12 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> 12 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
13 - <title>首页</title> 13 + <title>任你停</title>
14 <link rel="stylesheet" href="css/libCss/common.css"> 14 <link rel="stylesheet" href="css/libCss/common.css">
15 <link rel="stylesheet" href="css/libCss/bootstrap.min.css"> 15 <link rel="stylesheet" href="css/libCss/bootstrap.min.css">
16 <link rel="stylesheet" href="css/index.css"> 16 <link rel="stylesheet" href="css/index.css">
@@ -32,13 +32,13 @@ @@ -32,13 +32,13 @@
32 <li class="visitActive"> 32 <li class="visitActive">
33 任你停 33 任你停
34 </li> 34 </li>
35 - <li> 35 + <li onclick="window.location.href=''">
36 PDA 36 PDA
37 </li> 37 </li>
38 - <li> 38 + <li onclick="window.location.href=''">
39 微信服务号 39 微信服务号
40 </li> 40 </li>
41 - <li> 41 + <li onclick="window.location.href='thirdparty.html'">
42 第三方 42 第三方
43 </li> 43 </li>
44 </ul> 44 </ul>
thirdparty.html 0 → 100644
  1 +<!DOCTYPE html>
  2 +<html lang="en">
  3 +<head>
  4 + <meta charset="UTF-8">
  5 + <meta name="renderer" content="webkit">
  6 + <meta name="renderer" content="ie-comp">
  7 + <meta name="renderer" content="ie-stand">
  8 + <meta name="google" content="notranslate" />
  9 + <meta http-equiv="pragma" content="no-cache">
  10 + <meta http-equiv="cache-control" content="no-cache">
  11 + <meta http-equiv="expires" content="0">
  12 + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  13 + <title>第三方</title>
  14 + <link rel="stylesheet" href="css/libCss/common.css">
  15 + <link rel="stylesheet" href="css/libCss/bootstrap.min.css">
  16 + <link rel="stylesheet" href="css/index.css">
  17 + <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
  18 +</head>
  19 +<body>
  20 +<header>
  21 + <div class="float-left java-logo">
  22 + <!--<span></span>-->
  23 + <span class="java-title"></span>
  24 + </div>
  25 + <div class="java-loginout float-right">
  26 + <!--<span class="java-loginout"></span>-->
  27 + </div>
  28 +</header>
  29 +<div class="main-wrap">
  30 + <nav class="float-left">
  31 + <ul class="nav-ul">
  32 + <li onclick="window.location.href='index.html'">
  33 + 任你停
  34 + </li>
  35 + <li onclick="window.location.href=''">
  36 + PDA
  37 + </li>
  38 + <li onclick="window.location.href=''">
  39 + 微信服务号
  40 + </li>
  41 + <li class="visitActive">
  42 + 第三方
  43 + </li>
  44 + </ul>
  45 + </nav>
  46 + <section class="float-left">
  47 + <div class="section-wrap">
  48 + <>
  49 + </div>
  50 + </section>
  51 +</div>
  52 +
  53 +
  54 +<script type="text/javascript" src="js/libJs/jquery.min.js"></script>
  55 +<script type="text/javascript" src="js/libJs/bootstrap.min.js"></script>
  56 +<script src="https://cdn.bootcss.com/echarts/3.6.1/echarts.min.js"></script>
  57 +<script type="text/javascript">
  58 + document.write("<s" + "cript type='text/javascript' src='js/index.js?ver" + Math.random() + "'></s" + "cript>");
  59 +</script>
  60 +</body>
  61 +</html>
0 \ No newline at end of file 62 \ No newline at end of file