Commit 2ddbbcb2d530cb0b8d0d82374549fbb13ec0810b
1 parent
9c9bc393
add img zip
Showing
10 changed files
with
8 additions
and
5 deletions
css/index.css
| ... | ... | @@ -22,7 +22,7 @@ header{ |
| 22 | 22 | background-position: 0px 0px; |
| 23 | 23 | height: 33px; |
| 24 | 24 | line-height: 33px; |
| 25 | - width: 140px; | |
| 25 | + width: 240px; | |
| 26 | 26 | font-size: 22px; |
| 27 | 27 | color: #fff; |
| 28 | 28 | text-indent: 53px; |
| ... | ... | @@ -1237,14 +1237,14 @@ header{ |
| 1237 | 1237 | .gprmxc-wrap{ |
| 1238 | 1238 | width: 1200px; |
| 1239 | 1239 | height: 444px; |
| 1240 | - background:url("../img/silde-wrap4-icon.png") no-repeat ; | |
| 1240 | + background:url("../img/silde-wrap5-icon.png") no-repeat ; | |
| 1241 | 1241 | cursor: pointer; |
| 1242 | 1242 | position: relative; |
| 1243 | 1243 | } |
| 1244 | 1244 | .caruser-wrap{ |
| 1245 | 1245 | width: 1200px; |
| 1246 | 1246 | height: 444px; |
| 1247 | - background:url("../img/silde-wrap5-icon.png") no-repeat ; | |
| 1247 | + background:url("../img/silde-wrap4-icon.png") no-repeat ; | |
| 1248 | 1248 | cursor: pointer; |
| 1249 | 1249 | position: relative; |
| 1250 | 1250 | } | ... | ... |
img/silde-wrap1-icon.png
100644 → 100755
img/silde-wrap2-icon.png
100644 → 100755
img/silde-wrap3-icon.png
100644 → 100755
img/silde-wrap4-icon.png
100644 → 100755
img/silde-wrap5-icon.png
100644 → 100755
index.html
| ... | ... | @@ -8,6 +8,7 @@ |
| 8 | 8 | <meta http-equiv="cache-control" content="no-cache"> |
| 9 | 9 | <meta http-equiv="expires" content="0"> |
| 10 | 10 | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> |
| 11 | + <meta name="viewport" content="width=1200"> | |
| 11 | 12 | <title>平台汇总</title> |
| 12 | 13 | <link rel="stylesheet" href="css/common.css?v=1"> |
| 13 | 14 | <link rel="stylesheet" href="css/index.css?a=1"> |
| ... | ... | @@ -18,7 +19,7 @@ |
| 18 | 19 | <!--头部--> |
| 19 | 20 | <header> |
| 20 | 21 | <div class="index_topbar clearfix"> |
| 21 | - <span class="topbar_lmodel">任你停</span> | |
| 22 | + <span class="topbar_lmodel">平台汇总</span> | |
| 22 | 23 | <ul class="topbar_rmodel"> |
| 23 | 24 | <li class="topbar_userMsg" id="topbar_userMsg"> |
| 24 | 25 | <span class="userId" id="userId"></span> | ... | ... |
js/index.js
league.html
| ... | ... | @@ -8,6 +8,7 @@ |
| 8 | 8 | <meta http-equiv="cache-control" content="no-cache"> |
| 9 | 9 | <meta http-equiv="expires" content="0"> |
| 10 | 10 | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> |
| 11 | + <meta name="viewport" content="width=1200"> | |
| 11 | 12 | <title>加盟</title> |
| 12 | 13 | <link rel="stylesheet" href="bootstrap/css/bootstrap.min.css"> |
| 13 | 14 | <link rel="stylesheet" href="css/common.css?a=1"> | ... | ... |
login.html
| ... | ... | @@ -9,6 +9,7 @@ |
| 9 | 9 | <meta http-equiv="cache-control" content="no-cache"> |
| 10 | 10 | <meta http-equiv="expires" content="0"> |
| 11 | 11 | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> |
| 12 | + <meta name="viewport" content="width=1200"> | |
| 12 | 13 | <title>登录</title> |
| 13 | 14 | <link rel="stylesheet" href="css/common.css"> |
| 14 | 15 | <link rel="stylesheet" href="bootstrap/css/bootstrap.min.css"> | ... | ... |