footer.html 2.5 KB

        
        <div class="bottom-content">
            <div class="boys">
                <span class="boybitmap"></span>
                <span class="icon"><a href="{{boyDownloadUrl}}" target="_blank"></a></span>
                <span class="text-area">
                    <a class="title" target="_blank" href="{{boyDownloadUrl}}">YOHO!BOYS</a>
                    <a class="subtitle" target="_blank" href="{{boyDownloadUrl}}">We love to Play &amp; Lean</a>
                    <a class="detail" target="_blank" href="{{boyDownloadUrl}}">线上周刊,潮流百科生活</a>
                </span>
            </div>
            <span class='split-line'></span>
            <div class="girls">
                <span class="girlbitmap"></span>
                <span class="icon"><a href="{{girlDownloadUrl}}" target="_blank"></a></span>
                <span class="text-area">
                    <a class="title" target="_blank" href="{{girlDownloadUrl}}">YOHO!GIRLS</a>
                    <a class="subtitle" target="_blank" href="{{girlDownloadUrl}}">No Fashion,No Life</a>
                    <a class="detail" target="_blank" href="{{girlDownloadUrl}}">线上周刊,带你览遍世界仙踪</a>
                </span>
            </div>
        </div>
        <div class="bottom-right">
            <div class="div-right">
                <span class="span-links">
                    <a class="links" href="{{aboutUsUrl}}">关于我们</a><a class="line"></a>
                    <a class="links" href="{{contactusUrl}}">联系我们</a><a class="line"></a>
                    <a class="links" href="{{serversUrl}}">版权声明</a><a class="line"></a>
                    <a class="links" href="{{privacyUrl}}">隐私条款</a><a class="line"></a>
                    <a class="links" href="{{feedbackUrl}}">意见反馈</a><a class="line"></a>
                    <a class="links" href="{{linksUrl}}">友情链接</a>
                </span>
                <span class="span-right">
                    CopyRight © 2015 南京新与力文化传播有限公司 苏ICP备09011225号
                </span>
            </div>
        </div>
        
        
        
    </body>
    <script type="text/javascript" src="http://localhost:8000/dist/yohogirls-frontend-web/0.0.1/all-debug.js?nowrap"></script>
    <script type="text/javascript">
        seajs.use(['yohogirls-frontend-web/0.0.1/js/channel/detail-debug'], function(detail) {
            if (detail) {
                detail.init();
            }
        });
    </script>
</html>