Authored by 王水玲

帮助中心头部入口添加

... ... @@ -645,7 +645,7 @@ class WebAction extends Controller_Abstract
'couponHref' => Helpers::url('/home/coupons?t=' . $radomNum), //我的优惠券链接
'orderHref' => Helpers::url('/home/orders?t=' . $radomNum), //订单中心连接
'userCenter' => Helpers::url('/home?t=' . $radomNum),
'helpHref' => Helpers::url('/help'),
'helpHref' => Helpers::url('/help/index'),
'loginHref' => Helpers::url('/signin.html'), //登录链接,已登录不传
'registerHref' => Helpers::url('/reg.html'), //注册链接,已登录不传
),
... ...
... ... @@ -52,6 +52,11 @@
<span class="icon-mail"></span>
<a href="//www.yohobuy.com/home/message?t=1453168898.0176">消息</a>
</li>
<li class="tag-item help">
<span class="tag-seprate"></span>
<span class="iconfont">&#xe62b;</span>
<a href="//www.yohobuy.com/help/index">帮助中心</a>
</li>
<li class="tag-item phone">
<span class="tag-seprate"></span>
<span class="icon-iphone"></span>
... ...
... ... @@ -338,6 +338,21 @@
}
}
.help {
padding-right: 10px;
.tag-seprate {
margin-right: 11px;
}
.iconfont {
color: #8e8e8e;
font-size: 16px;
position: relative;
top: 1px;
}
}
.qr {
position: absolute;
display: none;
... ...