Commit d7f1a757a3ca0a0c7354aba12065d55de228993a

Authored by liuqimichale
2 parents 206a95af 4f39ec99

Merge branch 'test' of http://192.168.1.195:9998/web_developers/webportal into test

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>
js/nav-footer.js
@@ -36,10 +36,10 @@ var footHtmls=&#39;&lt;div class=&quot;container&quot;&gt;&#39; + @@ -36,10 +36,10 @@ var footHtmls=&#39;&lt;div class=&quot;container&quot;&gt;&#39; +
36 ' <div class="footer">' + 36 ' <div class="footer">' +
37 ' <div class="footer-title">公司介绍</div>' + 37 ' <div class="footer-title">公司介绍</div>' +
38 ' <ul class="footer-links">' + 38 ' <ul class="footer-links">' +
39 - ' <li><a href="#">企业文化</a></li>' +  
40 - ' <li><a href="#">加入我们</a></li>' +  
41 - ' <li><a href="#">发展历程</a></li>' +  
42 - ' <li><a href="#">资质</a></li>' + 39 + ' <li><a href="contact.html">企业文化</a></li>' +
  40 + ' <li><a href="contact.html">加入我们</a></li>' +
  41 + ' <li><a href="contact.html">发展历程</a></li>' +
  42 + ' <li><a href="contact.html">资质</a></li>' +
43 ' </ul>' + 43 ' </ul>' +
44 ' </div>' + 44 ' </div>' +
45 ' </div>' + 45 ' </div>' +
@@ -47,9 +47,9 @@ var footHtmls=&#39;&lt;div class=&quot;container&quot;&gt;&#39; + @@ -47,9 +47,9 @@ var footHtmls=&#39;&lt;div class=&quot;container&quot;&gt;&#39; +
47 ' <div class="footer">' + 47 ' <div class="footer">' +
48 ' <div class="footer-title">产品介绍</div>' + 48 ' <div class="footer-title">产品介绍</div>' +
49 ' <ul class="footer-links">' + 49 ' <ul class="footer-links">' +
50 - ' <li><a href="#">企业云</a></li>' +  
51 - ' <li><a href="#">任你停</a></li>' +  
52 - ' <li><a href="#">大数据</a></li>' + 50 + ' <li><a href="portfolio.html">企业云</a></li>' +
  51 + ' <li><a href="portfolio.html">任你停</a></li>' +
  52 + ' <li><a href="portfolio.html">大数据</a></li>' +
53 ' </ul>' + 53 ' </ul>' +
54 ' </div>' + 54 ' </div>' +
55 ' </div>' + 55 ' </div>' +
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
@@ -271,7 +271,8 @@ a:hover{ @@ -271,7 +271,8 @@ a:hover{
271 margin:0; 271 margin:0;
272 } 272 }
273 .header .nav li a { 273 .header .nav li a {
274 - color:#fff; 274 + /*color:#fff;*/
  275 + color: #8890a4;
275 font-size: 16px; 276 font-size: 16px;
276 font-weight: 400; 277 font-weight: 400;
277 text-transform: uppercase; 278 text-transform: uppercase;