style:样式
Showing
5 changed files
with
6 additions
and
6 deletions
| ... | @@ -67,7 +67,7 @@ div.subject { | ... | @@ -67,7 +67,7 @@ div.subject { |
| 67 | min-width: 1200px; | 67 | min-width: 1200px; |
| 68 | } | 68 | } |
| 69 | div.top-logo { | 69 | div.top-logo { |
| 70 | width: 1190px; | 70 | width: 1200px; |
| 71 | height: 70px!important; | 71 | height: 70px!important; |
| 72 | padding-top: 20px; | 72 | padding-top: 20px; |
| 73 | margin: 0 auto; | 73 | margin: 0 auto; |
| ... | @@ -128,7 +128,7 @@ div.navigation { | ... | @@ -128,7 +128,7 @@ div.navigation { |
| 128 | text-align: center; | 128 | text-align: center; |
| 129 | } | 129 | } |
| 130 | .navigation .layui-nav-item { | 130 | .navigation .layui-nav-item { |
| 131 | width: 168px; | 131 | width: 169px; |
| 132 | position: relative; | 132 | position: relative; |
| 133 | border: 1px solid rgba(255,255,255, 0.2); | 133 | border: 1px solid rgba(255,255,255, 0.2); |
| 134 | margin-left: -1px; | 134 | margin-left: -1px; | ... | ... |
| ... | @@ -30,7 +30,7 @@ | ... | @@ -30,7 +30,7 @@ |
| 30 | <ul class="login"> | 30 | <ul class="login"> |
| 31 | <!-- <li>登录</li> --> | 31 | <!-- <li>登录</li> --> |
| 32 | <li> | 32 | <li> |
| 33 | <a href="./staticViews/grzx/index.html">个人中心</a> | 33 | <a href="./staticViews/grzx/index.html">登录</a> |
| 34 | </li> | 34 | </li> |
| 35 | <li>注册</li> | 35 | <li>注册</li> |
| 36 | </ul> | 36 | </ul> | ... | ... |
| ... | @@ -13,8 +13,8 @@ | ... | @@ -13,8 +13,8 @@ |
| 13 | <link rel='icon' href='favicon.ico' type='image/x-ico' /> | 13 | <link rel='icon' href='favicon.ico' type='image/x-ico' /> |
| 14 | <meta name="description" content="" /> | 14 | <meta name="description" content="" /> |
| 15 | <meta name="keywords" content="" /> | 15 | <meta name="keywords" content="" /> |
| 16 | <link rel="stylesheet" type="text/css" href="../../staticCss/common.css" /> | ||
| 17 | <link rel="stylesheet" type="text/css" href="../../staticLib/layui/css/layui.css" /> | 16 | <link rel="stylesheet" type="text/css" href="../../staticLib/layui/css/layui.css" /> |
| 17 | <link rel="stylesheet" type="text/css" href="../../staticCss/common.css" /> | ||
| 18 | <link rel="stylesheet" type="text/css" href="./css/index.css"> | 18 | <link rel="stylesheet" type="text/css" href="./css/index.css"> |
| 19 | </head> | 19 | </head> |
| 20 | 20 | ... | ... |
| ... | @@ -14,8 +14,8 @@ | ... | @@ -14,8 +14,8 @@ |
| 14 | <meta name="description" content="" /> | 14 | <meta name="description" content="" /> |
| 15 | <meta name="keywords" content="" /> | 15 | <meta name="keywords" content="" /> |
| 16 | <link rel="stylesheet" href="../../staticCss/swiper-bundle.min.css"> | 16 | <link rel="stylesheet" href="../../staticCss/swiper-bundle.min.css"> |
| 17 | <link rel="stylesheet" type="text/css" href="../../staticCss/common.css" /> | ||
| 18 | <link rel="stylesheet" type="text/css" href="../../staticLib/layui/css/layui.css" /> | 17 | <link rel="stylesheet" type="text/css" href="../../staticLib/layui/css/layui.css" /> |
| 18 | <link rel="stylesheet" type="text/css" href="../../staticCss/common.css" /> | ||
| 19 | <link rel="stylesheet" type="text/css" href="./css/index.css"> | 19 | <link rel="stylesheet" type="text/css" href="./css/index.css"> |
| 20 | </head> | 20 | </head> |
| 21 | 21 | ... | ... |
-
Please register or sign in to post a comment