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 46 #nav>li:nth-child(4){
47 47 border-bottom: 2px solid #fff;
48 48 }
  49 + #nav>li:nth-child(4) a{
  50 + color:#fff;
  51 + }
49 52 </style>
50 53 </head>
51 54 <body>
... ...
index.html
... ... @@ -43,8 +43,12 @@
43 43 <!--<link type="text/css" rel="stylesheet" href="" id="colors">-->
44 44 <style>
45 45 #nav>li:nth-child(1){
  46 + color:#fff;
46 47 border-bottom: 2px solid #fff;
47 48 }
  49 + #nav>li:nth-child(1) a{
  50 + color:#fff;
  51 + }
48 52 </style>
49 53  
50 54 </head>
... ...
js/nav-footer.js
... ... @@ -36,10 +36,10 @@ var footHtmls=&#39;&lt;div class=&quot;container&quot;&gt;&#39; +
36 36 ' <div class="footer">' +
37 37 ' <div class="footer-title">公司介绍</div>' +
38 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 43 ' </ul>' +
44 44 ' </div>' +
45 45 ' </div>' +
... ... @@ -47,9 +47,9 @@ var footHtmls=&#39;&lt;div class=&quot;container&quot;&gt;&#39; +
47 47 ' <div class="footer">' +
48 48 ' <div class="footer-title">产品介绍</div>' +
49 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 53 ' </ul>' +
54 54 ' </div>' +
55 55 ' </div>' +
... ...
portfolio.html
... ... @@ -45,6 +45,9 @@
45 45 #nav>li:nth-child(2){
46 46 border-bottom: 2px solid #fff;
47 47 }
  48 + #nav>li:nth-child(2) a{
  49 + color:#fff;
  50 + }
48 51 </style>
49 52 </head>
50 53 <body>
... ...
services.html
... ... @@ -33,6 +33,9 @@
33 33 <!-- Color CSS -->
34 34 <link type="text/css" rel="stylesheet" href="css/color/color7.css">
35 35 <style>
  36 + #nav>li:nth-child(3) a{
  37 + color:#fff;
  38 + }
36 39 #nav>li:nth-child(3){
37 40 border-bottom: 2px solid #fff;
38 41 }
... ...
style.css
... ... @@ -271,7 +271,8 @@ a:hover{
271 271 margin:0;
272 272 }
273 273 .header .nav li a {
274   - color:#fff;
  274 + /*color:#fff;*/
  275 + color: #8890a4;
275 276 font-size: 16px;
276 277 font-weight: 400;
277 278 text-transform: uppercase;
... ...