Commit bb772369fd0d47cc40456febd971382d7084a7cf

Authored by Andy
1 parent 78d0ba06

首页 调整

css/common.css
... ... @@ -118,7 +118,7 @@ a:active{
118 118 .foot-line .foot-logo{
119 119 height: 22px;
120 120 width: 209px;
121   - background: url("../img/zte_itslogo.png") no-repeat;
  121 + background: url("../img/zte_itslogonew.png") no-repeat;
122 122 background-size: 100% 100%;
123 123 margin-left: 15px;
124 124 margin-top: 18px;
... ...
img/zte_itslogonew.png 0 → 100644

16.5 KB

js/pagejs/parkquery.js
... ... @@ -751,7 +751,7 @@ $(function () {
751 751 '<span class="park-cont">商圈属性</span><span class="park-attr attr-' + item.busiCircle + '"></span>' +
752 752 '</div>' +
753 753 '<div class="datail-common">' +
754   - '<span class="park-cont">使用设备</span><span class="park-device cont-style">道闸、地磁</span>' +
  754 + '<span class="park-cont">使用设备</span><span class="park-device cont-style">道闸</span>' +
755 755 '</div>' +
756 756 '<div class="datail-common">' +
757 757 '<span class="park-cont">出入口数</span><span class="park-exit cont-style">' + item.plExitNum + '出' + item.plEntranceNum + '入</span>' +
... ...