Commit aed79d368734e5cd07eadcb29ddbf4a02eac1b99
1 parent
a63353e2
宣化官网
Showing
2 changed files
with
10 additions
and
10 deletions
js/nav-footer.js
| ... | ... | @@ -4,12 +4,7 @@ var headerHtmls='<div class="header-inner">' + |
| 4 | 4 | '<div class="container">' + |
| 5 | 5 | '<div class="row">' + |
| 6 | 6 | '<div class="col-md-4 col-sm-2 col-xs-2">' + |
| 7 | - '<div class="logo">' + | |
| 8 | - '<a href="index.html">' + | |
| 9 | - // '<img src="images/logo.png" alt="logo.png" style="margin-right: 16px;">' + | |
| 10 | - // '<img src="images/logoname.png" alt="logoname.png" class="logoname" style="margin-right: 26px;">' + | |
| 11 | - '<img src="images/logotitle.png" alt="logotitle.png" class="logotitle">' + | |
| 12 | - '</a>' + | |
| 7 | + '<div class="logo">中交智联云海(张家口)停车有限公司' + | |
| 13 | 8 | '</div>' + |
| 14 | 9 | '</div>' + |
| 15 | 10 | '<div class="col-md-8 col-sm-8">' + |
| ... | ... | @@ -49,8 +44,8 @@ var footHtmls='<div class="container">' + |
| 49 | 44 | ' <div class="footer-title">产品介绍</div>' + |
| 50 | 45 | ' <ul class="footer-links">' + |
| 51 | 46 | ' <li><a href="portfolio.html">企业云</a></li>' + |
| 52 | - ' <li><a href="portfolio.html">停车场产品介绍</a></li>' + | |
| 53 | - ' <li><a href="portfolio.html">大数据</a></li>' + | |
| 47 | + ' <li><a href="portfolio.html">城市停车场云服务平台</a></li>' + | |
| 48 | + ' <li><a href="services.html">大数据</a></li>' + | |
| 54 | 49 | ' </ul>' + |
| 55 | 50 | ' </div>' + |
| 56 | 51 | ' </div>' + |
| ... | ... | @@ -81,7 +76,7 @@ var footHtmls='<div class="container">' + |
| 81 | 76 | ' <div class="container">' + |
| 82 | 77 | ' <div class="row">' + |
| 83 | 78 | ' <div class="col-md-12 text-center" style="padding: 15px;">' + |
| 84 | - '<div class="copyright skipFun">Copyright ©CCCC ITD(Zhang jia kou)Parking CO., LTD.Il. <img src="images/jbaicon.png" class="jba" alt="">陇ICP备2021002657号\n</div>' + | |
| 79 | + '<div class="copyright skipFun">Copyright ©CCCC ITD(Zhang jia kou)Parking CO., LTD.Il. </div>' + | |
| 85 | 80 | ' </div>' + |
| 86 | 81 | ' </div>' + |
| 87 | 82 | ' </div>' + | ... | ... |
style.css
| ... | ... | @@ -251,7 +251,12 @@ a:hover{ |
| 251 | 251 | } |
| 252 | 252 | .header .logo { |
| 253 | 253 | float: left; |
| 254 | - padding-top: 20px; | |
| 254 | + /* padding-top: 20px; */ | |
| 255 | + height: 80px; | |
| 256 | + line-height: 80px; | |
| 257 | + width: 300px; | |
| 258 | + font-size: 16px; | |
| 259 | + color: #fff; | |
| 255 | 260 | } |
| 256 | 261 | .header .navbar { |
| 257 | 262 | background: none; | ... | ... |