Authored by unknown

layout modify

... ... @@ -29,10 +29,7 @@
</script>
</head>
<body>
<div class="mobile-container">
{{{body}}}
</div>
{{{body}}}
</body>
<script src="http://172.16.6.246:8000/static/js/sea.js?nowrap"></script>
<script>
... ...
{{# data}}
<div class="mobile-wrap boys-wrap">
{{! 顶部app下载}}
{{# headerDownload}}
{{> common/header_download}}
{{/ headerDownload}}
<div class="mobile-container">
<div class="mobile-wrap boys-wrap">
{{! 顶部app下载}}
{{# headerDownload}}
{{> common/header_download}}
{{/ headerDownload}}
{{> header}}
{{> header}}
{{# content}}
{{! 头部banner}}
{{# bannerTop}}
{{> common/banner_top}}
{{/ bannerTop}}
{{# content}}
{{! 头部banner}}
{{# bannerTop}}
{{> common/banner_top}}
{{/ bannerTop}}
{{! 图标入口}}
{{# iconsEnter}}
{{> common/icons_enter}}
{{/ iconsEnter}}
{{! 图标入口}}
{{# iconsEnter}}
{{> common/icons_enter}}
{{/ iconsEnter}}
{{! 潮流搭配}}
{{# trendColloaction}}
{{> common/trendsetter_collocation}}
{{/trendColloaction}}
{{! 潮流搭配}}
{{# trendColloaction}}
{{> common/trendsetter_collocation}}
{{/trendColloaction}}
{{! 潮流话题}}
{{# trendTopics}}
{{> common/trend_topics}}
{{/ trendTopics}}
{{! 潮流话题}}
{{# trendTopics}}
{{> common/trend_topics}}
{{/ trendTopics}}
{{! 潮流上装}}
{{# goodsCategory}}
{{> common/goods_category}}
{{/ goodsCategory}}
{{! 潮流上装}}
{{# goodsCategory}}
{{> common/goods_category}}
{{/ goodsCategory}}
{{! 热门品牌}}
{{# hotBrands}}
{{> common/hot_brands}}
{{/ hotBrands}}
{{! 中间banner}}
{{# bannerCenter}}
{{> common/banner_center}}
{{/ bannerCenter}}
{{! 热门品牌}}
{{# hotBrands}}
{{> common/hot_brands}}
{{/ hotBrands}}
{{! 中间banner}}
{{# bannerCenter}}
{{> common/banner_center}}
{{/ bannerCenter}}
{{! 创意生活}}
{{# creativeLife}}
{{> common/creative_life}}
{{/ creativeLife}}
{{! 创意生活}}
{{# creativeLife}}
{{> common/creative_life}}
{{/ creativeLife}}
{{! PLUS}}
{{# plusStar}}
{{> common/plus_star}}
{{/ plusStar}}
{{! PLUS}}
{{# plusStar}}
{{> common/plus_star}}
{{/ plusStar}}
{{! 可能喜欢}}
{{# maybeLike}}
{{> common/maybe_like}}
{{/ maybeLike}}
{{! 底部banner}}
{{# bannerBottom}}
{{> common/banner_bottom}}
{{/ bannerBottom}}
{{/ content}}
{{! 可能喜欢}}
{{# maybeLike}}
{{> common/maybe_like}}
{{/ maybeLike}}
{{! 底部banner}}
{{# bannerBottom}}
{{> common/banner_bottom}}
{{/ bannerBottom}}
{{/ content}}
{{! footer}}
{{# footer}}
{{> footer}}
{{/ footer}}
<div class="overlay"></div>
{{! footer}}
{{# footer}}
{{> footer}}
{{/ footer}}
<div class="overlay"></div>
</div>
{{> common/side_nav}}
</div>
{{> common/side_nav}}
{{/ data}}
... ...
{{# data}}
<div class="mobile-container">
<div class="mobile-wrap girls-wrap">
{{! 顶部app下载}}
{{# headerDownload}}
... ... @@ -56,4 +57,5 @@
<div class="overlay"></div>
</div>
{{> common/side_nav}}
</div>
{{/ data}}
\ No newline at end of file
... ...
{{# data}}
<div class="mobile-container">
<div class="mobile-wrap kids-wrap">
{{> kids/kids_header}}
{{# content}}
... ... @@ -28,4 +29,5 @@
{{/ kidsGoods}}
{{/ content}}
</div>
</div>
{{/ data}}
\ No newline at end of file
... ...