Authored by lzhy

去掉微信中打开h5页面频道导航

... ... @@ -5,7 +5,7 @@
<span class="search-btn iconfont"><a href="{{searchUrl}}">&#xe60f;</a></span>
</div>
<div id="wechat-header" class="hide">
<span class="nav-btn iconfont">&#xe60b;</span>
<!--<span class="nav-btn iconfont">&#xe60b;</span>-->
<div class="search-input">
<a href="{{searchUrl}}">
<i class="search-icon iconfont">&#xe60f;</i>
... ...
... ... @@ -59,9 +59,8 @@
}
.search-input {
margin-left: 100px;
margin-top: 18px;
width: 510px;
margin: 18px auto 0;
width: 600px;
height: 56px;
background: #fff;
border-radius: 10px;
... ... @@ -70,7 +69,7 @@
position: absolute;
top: 0;
bottom: 0;
left: 110px;
left: 30px;
color: #999;
}
... ...