Commit 79e40ad97b6b89465eb34489e15d2a730c322925
1 parent
64d81490
第三方
Showing
3 changed files
with
66 additions
and
5 deletions
css/libCss/common.css
index.html
... | ... | @@ -10,7 +10,7 @@ |
10 | 10 | <meta http-equiv="cache-control" content="no-cache"> |
11 | 11 | <meta http-equiv="expires" content="0"> |
12 | 12 | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> |
13 | - <title>首页</title> | |
13 | + <title>任你停</title> | |
14 | 14 | <link rel="stylesheet" href="css/libCss/common.css"> |
15 | 15 | <link rel="stylesheet" href="css/libCss/bootstrap.min.css"> |
16 | 16 | <link rel="stylesheet" href="css/index.css"> |
... | ... | @@ -32,13 +32,13 @@ |
32 | 32 | <li class="visitActive"> |
33 | 33 | 任你停 |
34 | 34 | </li> |
35 | - <li> | |
35 | + <li onclick="window.location.href=''"> | |
36 | 36 | PDA |
37 | 37 | </li> |
38 | - <li> | |
38 | + <li onclick="window.location.href=''"> | |
39 | 39 | 微信服务号 |
40 | 40 | </li> |
41 | - <li> | |
41 | + <li onclick="window.location.href='thirdparty.html'"> | |
42 | 42 | 第三方 |
43 | 43 | </li> |
44 | 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 | 62 | \ No newline at end of file | ... | ... |