Commit 9e81e9f7879218c9e479a9f373a86ebe9cf4cf21

Authored by Andy
1 parent efdaa4a7

bar 更新颜色

contact.html
@@ -46,6 +46,9 @@ @@ -46,6 +46,9 @@
46 #nav>li:nth-child(4){ 46 #nav>li:nth-child(4){
47 border-bottom: 2px solid #fff; 47 border-bottom: 2px solid #fff;
48 } 48 }
  49 + #nav>li:nth-child(4) a{
  50 + color:#fff;
  51 + }
49 </style> 52 </style>
50 </head> 53 </head>
51 <body> 54 <body>
index.html
@@ -43,8 +43,12 @@ @@ -43,8 +43,12 @@
43 <!--<link type="text/css" rel="stylesheet" href="" id="colors">--> 43 <!--<link type="text/css" rel="stylesheet" href="" id="colors">-->
44 <style> 44 <style>
45 #nav>li:nth-child(1){ 45 #nav>li:nth-child(1){
  46 + color:#fff;
46 border-bottom: 2px solid #fff; 47 border-bottom: 2px solid #fff;
47 } 48 }
  49 + #nav>li:nth-child(1) a{
  50 + color:#fff;
  51 + }
48 </style> 52 </style>
49 53
50 </head> 54 </head>
portfolio.html
@@ -45,6 +45,9 @@ @@ -45,6 +45,9 @@
45 #nav>li:nth-child(2){ 45 #nav>li:nth-child(2){
46 border-bottom: 2px solid #fff; 46 border-bottom: 2px solid #fff;
47 } 47 }
  48 + #nav>li:nth-child(2) a{
  49 + color:#fff;
  50 + }
48 </style> 51 </style>
49 </head> 52 </head>
50 <body> 53 <body>
services.html
@@ -33,6 +33,9 @@ @@ -33,6 +33,9 @@
33 <!-- Color CSS --> 33 <!-- Color CSS -->
34 <link type="text/css" rel="stylesheet" href="css/color/color7.css"> 34 <link type="text/css" rel="stylesheet" href="css/color/color7.css">
35 <style> 35 <style>
  36 + #nav>li:nth-child(3) a{
  37 + color:#fff;
  38 + }
36 #nav>li:nth-child(3){ 39 #nav>li:nth-child(3){
37 border-bottom: 2px solid #fff; 40 border-bottom: 2px solid #fff;
38 } 41 }
style.css
@@ -272,7 +272,8 @@ a:hover{ @@ -272,7 +272,8 @@ a:hover{
272 margin:0; 272 margin:0;
273 } 273 }
274 .header .nav li a { 274 .header .nav li a {
275 - color:#fff; 275 + /*color:#fff;*/
  276 + color: #8890a4;
276 font-size: 16px; 277 font-size: 16px;
277 font-weight: 400; 278 font-weight: 400;
278 text-transform: uppercase; 279 text-transform: uppercase;