7f5633e7 by 任超

style:样式

1 parent 14b9e60f
......@@ -67,7 +67,7 @@ div.subject {
min-width: 1200px;
}
div.top-logo {
width: 1190px;
width: 1200px;
height: 70px!important;
padding-top: 20px;
margin: 0 auto;
......@@ -128,7 +128,7 @@ div.navigation {
text-align: center;
}
.navigation .layui-nav-item {
width: 168px;
width: 169px;
position: relative;
border: 1px solid rgba(255,255,255, 0.2);
margin-left: -1px;
......
......@@ -30,7 +30,7 @@
<ul class="login">
<!-- <li>登录</li> -->
<li>
<a href="./staticViews/grzx/index.html">个人中心</a>
<a href="./staticViews/grzx/index.html">登录</a>
</li>
<li>注册</li>
</ul>
......
......@@ -13,8 +13,8 @@
<link rel='icon' href='favicon.ico' type='image/x-ico' />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" type="text/css" href="../../staticCss/common.css" />
<link rel="stylesheet" type="text/css" href="../../staticLib/layui/css/layui.css" />
<link rel="stylesheet" type="text/css" href="../../staticCss/common.css" />
<link rel="stylesheet" type="text/css" href="./css/index.css">
</head>
......
......@@ -26,7 +26,7 @@
height: 32px;
margin-left: 6px;
}
.layui-input {
.tab_list_search input {
height: 32px;
}
.payed {
......
......@@ -14,8 +14,8 @@
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" href="../../staticCss/swiper-bundle.min.css">
<link rel="stylesheet" type="text/css" href="../../staticCss/common.css" />
<link rel="stylesheet" type="text/css" href="../../staticLib/layui/css/layui.css" />
<link rel="stylesheet" type="text/css" href="../../staticCss/common.css" />
<link rel="stylesheet" type="text/css" href="./css/index.css">
</head>
......