Commit 89c821ac121308ac6a8e436cd7b494f54d06f7c4

Authored by chenbiao
1 parent a263fc39

宣化官网

Showing 2 changed files with 6 additions and 4 deletions
js/nav-footer.js
... ... @@ -4,7 +4,9 @@ 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">中交智联云海(张家口)停车有限公司' +
  7 + '<div class="logo">' +
  8 + '<div>中交智联云海(张家口)停车有限公司</div>' +
  9 + '<div style="font-size: 14px;">CCCC ITD (Zhang jia kou) Parking CO., LTD.</div>' +
8 10 '</div>' +
9 11 '</div>' +
10 12 '<div class="col-md-8 col-sm-8">' +
... ...
style.css
... ... @@ -251,9 +251,9 @@ a:hover{
251 251 }
252 252 .header .logo {
253 253 float: left;
254   - /* padding-top: 20px; */
255   - height: 80px;
256   - line-height: 80px;
  254 + padding-top: 20px;
  255 + /*height: 80px;*/
  256 + /*line-height: 80px;*/
257 257 width: 300px;
258 258 font-size: 16px;
259 259 color: #fff;
... ...