Blame view

template/www.yohobuy.com/partials/layout/page-footer.phtml 21 KB
whb authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<div class="yoho-footer">
    {{#if footerTop}}
        <div class="footertop">
            <div class="index-foot">
                <dl class="center-content clearfix">
                    <dd>
                        <div class="foot-panel">
                            <div class="title">
                                <div class="title-line"></div>
                                <div class="text">
                                    <span>有货SERVICES</span>
                                </div>
                            </div>
                            <div id="foot-services">
                                <ul class="two-dim clearfix">
                                    <li class="left">
whb authored
17
                                        {{#if devEnv}}
梁志锋 authored
18
                                            <img class="dim-img lazy" data-original="//webstatic.dev.yohobuy.com/img/index/qr-app.png">
whb authored
19
                                        {{^}}
梁志锋 authored
20
                                            <img class="dim-img lazy" data-original="//cdn.yoho.cn/yohobuy/assets/img/index/qr-app.png">
whb authored
21
                                        {{/if}}
22
                                        <p>YOHO!BUY 有货</p>
whb authored
23 24
                                    </li>
                                    <li class="left">
whb authored
25
                                        {{#if devEnv}}
梁志锋 authored
26
                                            <img class="dim-img lazy" data-original="//webstatic.dev.yohobuy.com/img/index/qr-weixin.png">
whb authored
27
                                        {{^}}
梁志锋 authored
28
                                            <img class="dim-img lazy" data-original="//cdn.yoho.cn/yohobuy/assets/img/index/qr-weixin.png">
whb authored
29
                                        {{/if}}
whb authored
30 31 32
                                        <p>微信</p>
                                    </li>
                                    <li class="left">
whb authored
33
                                        {{#if devEnv}}
梁志锋 authored
34
                                            <img class="dim-img lazy" data-original="//webstatic.dev.yohobuy.com/img/index/qr-weibo.png">
whb authored
35
                                        {{^}}
梁志锋 authored
36
                                            <img class="dim-img lazy" data-original="//cdn.yoho.cn/yohobuy/assets/img/index/qr-weibo.png">
whb authored
37
                                        {{/if}}
whb authored
38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
                                        <p>微博</p>
                                    </li>
                                </ul>
                            </div>
                        </div>
                        <p class="item-nav center">
                            <span class="iconfont cur" key="0">&#xe619;</span>
                        </p>
                    </dd>
                    <dd>
                        <div id="feed-back-box-list" class="foot-panel">
                            <div class="title">
                                <div class="title-line"></div>
                                <div class="text">
                                    <span>意见反馈</span>
                                </div>
                            </div>
                            <ul class="vote clearfix">
                                <li key="0">
                                    <form class="feed-back-form" action="#">
                                        <div>您喜欢有货的新版吗?</div>
                                        <div class="vote-item clearfix">
                                            <p>
                                                <input type="radio" name="solution" value="33">非常喜欢
                                            </p>
                                            <p>
                                                <input type="radio" name="solution" value="34">喜欢
                                            </p>
                                            <p>
                                                <input type="radio" name="solution" value="35">一般般
                                            </p>
                                            <p>
                                                <input type="radio" name="solution" value="36">不喜欢
                                            </p>
                                            <p>
                                                <input type="radio" name="solution" value="37">非常不喜欢
                                            </p>
                                        </div>
                                        <div>
                                            <span class="feed-back-btn button">提交</span>
                                        </div>
                                        <input class="question-id" type="hidden" name="question_id" value="38">
                                        <input class="feedback-id" type="hidden" name="feedback_id" value="5">
                                    </form>
                                </li>
                                <li class="hide" key="1">
                                    <form class="feed-back-form" action="#">
                                        <div>您可以方便的找到想查看的内容吗?</div>
                                        <div class="vote-item clearfix">
                                            <p>
                                                <input type="radio" name="solution" value="38">非常方便
                                            </p>
                                            <p>
                                                <input type="radio" name="solution" value="39">方便
                                            </p>
                                            <p>
                                                <input type="radio" name="solution" value="40">一般般
                                            </p>
                                            <p>
                                                <input type="radio" name="solution" value="41">不方便
                                            </p>
                                            <p>
                                                <input type="radio" name="solution" value="42">非常不方便
                                            </p>
                                        </div>
                                        <div>
                                            <span class="feed-back-btn button">提交</span>
                                        </div>
                                        <input class="question-id" type="hidden" value="39">
                                        <input class="feedback-id" type="hidden" value="5">
                                    </form>
                                </li>
                                <li class="hide" key="2">
                                    <form class="feed-back-form" action="#">
                                        <div>您对新版还有哪些意见或建议?</div>
xuqi authored
113
                                        <textarea name="answer" id="feedback-answer" class="feedback-answer"></textarea>
whb authored
114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
                                        <div>
                                            <span class="feed-back-btn button">提交</span>
                                        </div>
                                        <input class="question-id" type="hidden" value="37">
                                        <input class="feedback-id" type="hidden" value="5">
                                    </form>
                                </li>
                            </ul>
                        </div>
                        <p id="feed-back-page" class="item-nav center">
                            <span class="iconfont cur">&#xe619;</span>
                            <span class="iconfont ">&#xe619;</span>
                            <span class="iconfont ">&#xe619;</span>
                        </p>
                    </dd>
                    <dd class="last">
                        <div class="foot-panel">
                            <div class="title">
                                <div class="title-line"></div>
                                <div class="text">
                                    <span>更多 YOHO!产品</span>
                                </div>
                            </div>
                            <div id="foot-mobile">
                                <ul class="mobile clearfix">
                                    <li>
140
                                        <a href="http://www.yoho.cn/product#yoho" target="_blank">
141
                                            {{#if devEnv}}
142
                                                <img class="lazy" data-original="//webstatic.dev.yohobuy.com/img/index/yoho.png">
143
                                            {{^}}
144
                                                <img class="lazy" data-original="//cdn.yoho.cn/yohobuy/assets/img/index/yoho.png">
145
                                            {{/if}}
whb authored
146 147 148
                                        </a>
                                    </li>
                                    <li>
149
                                        <a href="http://www.yohomars.com/" target="_blank">
150
                                            {{#if devEnv}}
151
                                                <img class="lazy" data-original="//webstatic.dev.yohobuy.com/img/index/mars.png">
152
                                            {{^}}
153
                                                <img class="lazy" data-original="//cdn.yoho.cn/yohobuy/assets/img/index/mars.png">
154
                                            {{/if}}
whb authored
155 156 157
                                        </a>
                                    </li>
                                    <li>
158
                                        <a href="http://app.yohoshow.com/" target="_blank">
159
                                            {{#if devEnv}}
160
                                                <img class="lazy" data-original="//webstatic.dev.yohobuy.com/img/index/show.png">
161
                                            {{^}}
162
                                                <img class="lazy" data-original="//cdn.yoho.cn/yohobuy/assets/img/index/show.png">
163
                                            {{/if}}
whb authored
164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180
                                        </a>
                                    </li>
                                </ul>
                            </div>
                        </div>
                        <p class="item-nav center">
                            <span class="iconfont cur">&#xe619;</span>
                        </p>
                    </dd>
                </dl>
            </div>
        </div>
    {{/if}}
    <div class="footerbottom">
        <div class="promise">
            <div class="center-content clearfix">
                <div class="left">
whb authored
181
                    <span class="iconfont rgbf">&#xe63d;</span>
whb authored
182
                    <span class="red">100%</span>
whb authored
183
                    <span class="rgbf">品牌正品</span>
whb authored
184 185
                </div>
                <div class="left">
whb authored
186
                    <span class="iconfont rgbf">&#xe63c;</span>
whb authored
187 188 189 190
                    <span class="red">7天</span>
                    <span class="rgbf">无理由退换货</span>
                </div>
                <div class="left">
whb authored
191
                    <span class="iconfont rgbf">&#xe63b;</span>
whb authored
192 193 194 195
                    <a href="http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&amp;configID=149091&amp;jid=8732423409" target="_blank">
                        <span class="red">便捷</span>
                        <span class="rgbf">在线客服</span>
                    </a>
whb authored
196 197 198
                </div>
                <div class="right subscribe footer-right">
                    <input id="subscriber-box"  class="rgb6 top" name="subscriberBox"value="订阅我们的邮件">
199
                    <a id="subscriber-btn"  href="javascript:void(0);" class="iconfont rgbf">&#xe61b;</a>
whb authored
200 201 202 203 204 205 206 207 208 209 210 211
                </div>
            </div>
        </div>
        <div class="footer-help">
            <div class="center-content clearfix">
                <div class="left">
                    <ul class="clearfix">
                        <li class="left">
                            <p>
                                <span>新手指南</span>
                            </p>
                            <p>
梁志锋 authored
212
                                <a href="//www.yohobuy.com/help/?category_id=81#help_b00reg" target="_blank">注册登录</a>
whb authored
213 214
                            </p>
                            <p>
梁志锋 authored
215
                                <a href="//www.yohobuy.com/help/?category_id=83" target="_blank">选购商品</a>
whb authored
216 217
                            </p>
                            <p>
梁志锋 authored
218
                                <a href="//www.yohobuy.com/help/?category_id=103" target="_blank">订单支付</a>
whb authored
219 220
                            </p>
                            <p>
梁志锋 authored
221
                                <a href="//www.yohobuy.com/help/?category_id=85" target="_blank">收货退款</a>
whb authored
222 223 224 225 226 227 228
                            </p>
                        </li>
                        <li class="left">
                            <p>
                                <span>会员中心</span>
                            </p>
                            <p>
刘传洋 authored
229
                                <a href="//www.yohobuy.com/help/?category_id=87" target="_blank">有货币</a>
whb authored
230 231
                            </p>
                            <p>
梁志锋 authored
232
                                <a href="//www.yohobuy.com/help/?category_id=91" target="_blank">会员制度</a>
whb authored
233 234
                            </p>
                            <p>
梁志锋 authored
235
                                <a href="//www.yohobuy.com/help/?category_id=89" target="_blank">账户管理</a>
whb authored
236 237
                            </p>
                            <p>
梁志锋 authored
238
                                <a href="//www.yohobuy.com/help/?category_id=93" target="_blank">密码管理</a>
whb authored
239 240 241 242 243 244 245
                            </p>
                        </li>
                        <li class="left">
                            <p>
                                <span>购物指南</span>
                            </p>
                            <p>
梁志锋 authored
246
                                <a href="//www.yohobuy.com/help/?category_id=95" target="_blank">全球购专区</a>
whb authored
247 248
                            </p>
                            <p>
梁志锋 authored
249
                                <a href="//www.yohobuy.com/help/?category_id=97" target="_blank">尺码选择</a>
whb authored
250 251
                            </p>
                            <p>
梁志锋 authored
252
                                <a href="//www.yohobuy.com/help/?category_id=99" target="_blank">发票</a>
whb authored
253 254
                            </p>
                            <p>
梁志锋 authored
255
                                <a href="//www.yohobuy.com/help/?category_id=101" target="_blank">商品咨询</a>
whb authored
256 257 258 259 260 261 262
                            </p>
                        </li>
                        <li class="left">
                            <p>
                                <span>支付方式</span>
                            </p>
                            <p>
梁志锋 authored
263
                                <a href="//www.yohobuy.com/help/?category_id=105" target="_blank">在线支付</a>
whb authored
264 265
                            </p>
                            <p>
梁志锋 authored
266
                                <a href="//www.yohobuy.com/help/?category_id=107" target="_blank">货到付款</a>
whb authored
267 268
                            </p>
                            <p>
梁志锋 authored
269
                                <a href="//www.yohobuy.com/help/?category_id=109" target="_blank">优惠券</a>
whb authored
270 271
                            </p>
                            <p>
刘传洋 authored
272
                                <a href="//www.yohobuy.com/help/?category_id=111" target="_blank">有货币支付</a>
whb authored
273 274 275 276 277 278 279
                            </p>
                        </li>
                        <li class="left">
                            <p>
                                <span>配送方式</span>
                            </p>
                            <p>
梁志锋 authored
280
                                <a href="//www.yohobuy.com/help/?category_id=113" target="_blank">配送时间</a>
whb authored
281 282
                            </p>
                            <p>
梁志锋 authored
283
                                <a href="//www.yohobuy.com/help/?category_id=115" target="_blank">配送范围</a>
whb authored
284 285
                            </p>
                            <p>
梁志锋 authored
286
                                <a href="//www.yohobuy.com/help/?category_id=119" target="_blank">顺丰速运</a>
whb authored
287 288
                            </p>
                            <p>
梁志锋 authored
289
                                <a href="//www.yohobuy.com/help/?category_id=117" target="_blank">商品验收与签收</a>
whb authored
290 291 292 293 294 295 296
                            </p>
                        </li>
                        <li class="left">
                            <p>
                                <span>售后服务</span>
                            </p>
                            <p>
梁志锋 authored
297
                                <a href="//www.yohobuy.com/help/?category_id=121" target="_blank">退换货政策</a>
whb authored
298 299
                            </p>
                            <p>
梁志锋 authored
300
                                <a href="//www.yohobuy.com/help/?category_id=123" target="_blank">退换货流程</a>
whb authored
301 302
                            </p>
                            <p>
梁志锋 authored
303
                                <a href="//www.yohobuy.com/help/?category_id=125" target="_blank">退款方式与时效</a>
whb authored
304 305
                            </p>
                            <p>
梁志锋 authored
306
                                <a href="//www.yohobuy.com/help/?category_id=127" target="_blank">投诉与建议</a>
whb authored
307 308 309 310 311 312 313
                            </p>
                        </li>
                        <li class="left">
                            <p>
                                <span>APP常见问题</span>
                            </p>
                            <p>
梁志锋 authored
314
                                <a href="//www.yohobuy.com/help/?category_id=133" target="_blank">IPhone版</a>
whb authored
315 316
                            </p>
                            <p>
梁志锋 authored
317
                                <a href="//www.yohobuy.com/help/?category_id=135" target="_blank">Android版</a>
whb authored
318 319
                            </p>
                            <p>
梁志锋 authored
320
                                <a href="//www.yohobuy.com/help/?category_id=137" target="_blank">wap版</a>
whb authored
321 322
                            </p>
                            <p>
梁志锋 authored
323
                                <a href="//www.yohobuy.com/help/?category_id=139" target="_blank">IPAD版</a>
whb authored
324 325 326 327 328 329 330 331 332
                            </p>
                        </li>
                    </ul>
                </div>
            </div>
        </div>
        <div class="footer-link">
            <div class="center-content clearfix">
                <div class="left right-flag">
周少峰 authored
333
                    <div class="govicon">
周少峰 authored
334
                        <script id="jsgovicon" src="http://odr.jsdsgsxt.gov.cn:8081/mbm/app/main/electronic/js/govicon.js?siteId=f2b6e3b8d18241afb8dd6cadf7f15406&width=26&height=34&type=1" type="text/javascript" charset="utf-8"></script>
周少峰 authored
335 336
                    </div>
whb authored
337
                    <a href="https://ss.knet.cn/verifyseal.dll?sn=e14021832010046477dka7000000&amp;ct=df&amp;a=1&amp;pa=0.5902942178957805" target="_blank" rel="nofollow">
梁志锋 authored
338
                        <img src="//static.yohobuy.com/images/v3/icon/credit-flag3.png">
whb authored
339 340
                    </a>
                    <a href="http://www.isc.org.cn/" target="_blank" rel="nofollow">
梁志锋 authored
341
                        <img src="//static.yohobuy.com/images/v3/icon/isc2.png">
whb authored
342 343 344 345
                    </a>
                </div>
                <div class="left about-us">
                    <p>
梁志锋 authored
346
                        <a href="//www.yohobuy.com">返回首页</a>
whb authored
347
                        <span>|</span>
梁志锋 authored
348
                        <a href="//www.yohobuy.com/yohobuy.html">YOHO!BUY 有货</a>
whb authored
349
                        <span>|</span>
梁志锋 authored
350
                        <a href="//www.yohobuy.com/newpower.html">新力传媒</a>
whb authored
351
                        <span>|</span>
梁志锋 authored
352
                        <a href="//www.yohobuy.com/contact.html">联系我们</a>
whb authored
353
                        <span>|</span>
梁志锋 authored
354
                        <a href="//shop.yohobuy.com/settled">商家入驻</a>
whb authored
355
                        <span>|</span>
梁志锋 authored
356
                        <a href="//www.yohobuy.com/privacy.html">隐私条款</a>
whb authored
357
                        <span>|</span>
梁志锋 authored
358
                        <a href="//www.yohobuy.com/link.html">友情链接</a>
whb authored
359 360 361 362 363 364 365 366 367 368 369
                    </p>
                    <p>
                        CopyRight © 2007-2016 南京新与力文化传播有限公司
                        <a class="rbg6" href="http://www.miibeian.gov.cn/" target="_blank">苏ICP备09011225号</a>
                        NewPower Co. 版权所有 经营许可证编号:苏B2-20120395
                    </p>
                </div>

            </div>
        </div>
    </div>
370
    <div class="return-top hide">
whb authored
371 372
        <span class="iconfont">&#xe610;</span>
    </div>
wangqing authored
373
</div>