7f5633e7 by 任超

style:样式

1 parent 14b9e60f
...@@ -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
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 height: 32px; 26 height: 32px;
27 margin-left: 6px; 27 margin-left: 6px;
28 } 28 }
29 .layui-input { 29 .tab_list_search input {
30 height: 32px; 30 height: 32px;
31 } 31 }
32 .payed { 32 .payed {
......
...@@ -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
......