wlzhao 6 жил өмнө
parent
commit
ffc810a20d

+ 8 - 5
src/main/resources/static/home/css/home.css

@@ -133,6 +133,7 @@ h2{
 	margin-bottom:0;
     background-color: #fff;
 	border-bottom: 1px solid #EDEDEE;
+	border-color: #4a4a4b;
 }
 .device .arrow-left {
 	position: absolute;
@@ -636,12 +637,12 @@ em{
 }
 .navbar-default .nave_style ul li a{
 	font-size: 18px;
-	color: #000;
+	color: #B7B7B7;
 	padding: 0 20px;
 	line-height: 65px;
 }
 .navbar-default .nave_style ul li a:hover{
-	color: #488DFB;
+	color: #ffffff;
 }
 .navbar-default .nave_style ul li a:focus{
 	color: #488DFB;
@@ -650,18 +651,19 @@ em{
 	display: none;
 	position: absolute;
 	left: 0;
-	background: #fff;
+	background: #4a4a4b;
 	z-index: 10;
 	box-shadow: -1px 1px 5px #bebebe;
 }
 .navbar-default .nave_style ul li .second-menu a {
 	font-size: 14px;
 	display: block;
-	text-align: center;
 	line-height: 40px;
 	text-align: left;
-	padding: 5px 20px;
+	padding: 2px 20px;
 	white-space: nowrap;
+    background-color: #4a4a4b;
+    border-bottom: solid 1px rgba(255,255,255,.4);
 }
 .navbar-default .nave_style ul li .second-menu a:hover {
 	background: #eee;
@@ -870,6 +872,7 @@ em{
 }
 .center_nav .navbar {
 	border-radius: 0;
+    background-color: #4a4a4b;
 }
 .num-box {
 	height: 110px;