Blame view

template/m.yohobuy.com/partials/layout/download_app.phtml 517 Bytes
梁志锋 authored
1 2 3
{{#showDownloadApp}}
<div class="float-layer hide" id="float-layer-app">
    <div class="float-layer-left">
4
        <span class="yoho-icon iconfont">&#xe60d;</span>
梁志锋 authored
5 6 7
        <p>新用户首单减10元</p>
    </div>
    <a href="javascript:void(0);" id="float-layer-close" >
梁志锋 authored
8 9
        <i class="close-icon iconfont">&#xe623;</i>
        <div class="circle-rightbottom"></div>
梁志锋 authored
10 11 12 13 14 15 16 17
    </a>
    <a href="http://m.yohobuy.com/download/hyapp" id="float-layer-btn">
        立即下载
    </a>
</div>
{{/showDownloadApp}}

梁志锋 authored
18