Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
xuqi
10 years ago
Commit
11b945061e3f763689e595957ee9672f74c4a8a6
2 parents
41b9a414
63188e33
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
0 additions
and
300 deletions
template/m.yohobuy.com/partials/common/banner_bottom.html
template/m.yohobuy.com/partials/common/banner_center.html
template/m.yohobuy.com/partials/common/banner_top.html
template/m.yohobuy.com/partials/common/creative_life.html
template/m.yohobuy.com/partials/common/fine_brands.html
template/m.yohobuy.com/partials/common/floor_header.html
template/m.yohobuy.com/partials/common/floor_header_more.html
template/m.yohobuy.com/partials/common/good_info.html
template/m.yohobuy.com/partials/common/goods_category.html
template/m.yohobuy.com/partials/common/header.phtml
template/m.yohobuy.com/partials/common/home_header.html
template/m.yohobuy.com/partials/common/hot_brands.html
template/m.yohobuy.com/partials/common/icons-enter.html
template/m.yohobuy.com/partials/common/maybe_like.html
template/m.yohobuy.com/partials/common/plus_star.html
template/m.yohobuy.com/partials/common/search.html
template/m.yohobuy.com/partials/common/side_nav.html
template/m.yohobuy.com/partials/common/trend-topics.html
template/m.yohobuy.com/partials/common/trendsetter-collocation.html
template/m.yohobuy.com/partials/common/two_column_goods.html
template/m.yohobuy.com/partials/common/banner_bottom.html
deleted
100644 → 0
View file @
41b9a41
<div
class=
"banner-bottom"
>
<a
href=
"{{url}}"
>
<img
class=
"lazy"
data-original=
"{{img}}"
alt=
""
>
</a>
</div>
\ No newline at end of file
template/m.yohobuy.com/partials/common/banner_center.html
deleted
100644 → 0
View file @
41b9a41
<div
class=
"banner-center"
>
<a
href=
"{{url}}"
>
<img
class=
"lazy"
data-original=
"{{img}}"
alt=
""
>
</a>
</div>
\ No newline at end of file
template/m.yohobuy.com/partials/common/banner_top.html
deleted
100644 → 0
View file @
41b9a41
<div
class=
"banner-top"
>
<div
class=
"banner-swiper swiper-container"
>
<ul
class=
"swiper-wrapper"
>
{{# list}}
<li
class=
"swiper-slide"
>
<a
href=
"{{url}}"
>
<img
src=
"{{img}}"
alt=
""
>
</a>
</li>
{{/ list}}
</ul>
</div>
<div
class=
"swiper-pagination"
>
<div
class=
"pagination-inner"
>
</div>
</div>
</div>
\ No newline at end of file
template/m.yohobuy.com/partials/common/creative_life.html
deleted
100644 → 0
View file @
41b9a41
{{> common/floor_header_more}}
<div
class=
"creative-life"
>
<a
class=
"banner"
href=
"{{url}}"
>
<img
class=
"lazy"
data-original=
"{{banner}}"
>
</a>
<ul
class=
"classify-list clearfix"
>
{{# classify}}
<li
class=
"classify"
>
<a
href=
"{{url}}"
>
<div
class=
"classify-logo"
>
<img
class=
"lazy"
data-original=
"{{img}}"
>
</div>
<p
class=
"classify-name"
>
{{name}}
</p>
</a>
</li>
{{/ classify}}
</ul>
</div>
\ No newline at end of file
template/m.yohobuy.com/partials/common/fine_brands.html
deleted
100644 → 0
View file @
41b9a41
{{> common/floor_header}}
<ul
class=
"fine-brands clearfix"
>
{{# brands}}
<li
class=
"brand"
>
<a
href=
"{{url}}"
>
<div
class=
"brand-logo"
>
<img
class=
"lazy"
data-original=
"{{img}}"
>
</div>
<p
class=
"brand-name"
>
{{name}}
</p>
</a>
</li>
{{/ brands}}
</ul>
\ No newline at end of file
template/m.yohobuy.com/partials/common/floor_header.html
deleted
100644 → 0
View file @
41b9a41
<div
class=
"floor-header"
>
<h2>
{{name}}
</h2>
</div>
\ No newline at end of file
template/m.yohobuy.com/partials/common/floor_header_more.html
deleted
100644 → 0
View file @
41b9a41
<div
class=
"floor-header-more"
>
<h2>
{{name}}
</h2>
{{# more}}
<a
class=
"more-btn iconfont"
href=
"{{.}}"
>

</a>
{{/ more}}
</div>
\ No newline at end of file
template/m.yohobuy.com/partials/common/good_info.html
deleted
100644 → 0
View file @
41b9a41
<div
class=
"good-info"
data-id=
"{{id}}"
>
<div
class=
"tag-container clearfix"
>
{{# tags}}
{{# isNew}}
<p
class=
"good-tag new-tag"
>
NEW
</p>
{{/ isNew}}
{{# isReNew}}
<p
class=
"good-tag renew-tag"
>
再到着
</p>
{{/ isReNew}}
{{# isSale}}
<p
class=
"good-tag sale-tag"
>
SALE
</p>
{{/ isSale}}
{{# isYohood}}
<div
class=
"good-tag yohood-tag"
></div>
{{/ isYohood}}
{{# isLimit}}
<p
class=
"good-tag limit-tag"
>
限量商品
</p>
{{/ isLimit}}
{{/ tags}}
</div>
<div
class=
"good-detail-img"
>
<a
class=
"good-islike {{# isLike}}good-like{{/ isLike}} iconfont"
href=
"{{likeUrl}}"
>

</a>
<a
class=
"good-thumb"
href=
"{{url}}"
>
<img
class=
"lazy"
data-original=
"{{thumb}}"
>
</a>
{{# isFew}}
<p
class=
"few-tag"
>
即将售罄
</p>
{{/ isFew}}
</div>
<div
class=
"good-detail-text"
>
<div
class=
"name"
>
<a
href=
"{{url}}"
>
{{name}}
</a>
</div>
<div
class=
"price"
>
<span
class=
"sale-price {{^price}}no-price{{/price}}"
>
¥{{salePrice}}
</span>
{{#price}}
<span
class=
"market-price"
>
¥{{.}}
</span>
{{/price}}
</div>
</div>
</div>
\ No newline at end of file
template/m.yohobuy.com/partials/common/goods_category.html
deleted
100644 → 0
View file @
41b9a41
{{> common/floor_header_more}}
<div
class=
"goods-category"
>
{{# banner}}
<div
class=
"category-swiper"
>
<ul
class=
"swiper-wrapper clearfix"
>
{{# list}}
<li
class=
"swiper-slide"
>
<a
href=
"{{url}}"
>
<img
class=
"lazy"
src=
"{{img}}"
alt=
""
>
</a>
</li>
{{/ list}}
</ul>
<div
class=
"swiper-pagination"
>
<div
class=
"pagination-inner clearfix"
>
</div>
</div>
</div>
{{/ banner}}
<ul
class=
"category-list clearfix"
>
{{# list}}
<li>
<a
href=
"{{url}}"
>
<p
class=
"first-show"
>
推荐品类
</p>
<div
class=
"img-box"
>
<img
src=
"{{img}}"
alt=
""
>
</div>
<p
class=
"category-name"
>
{{textCn}}
</p>
</a>
</li>
{{/ list}}
</ul>
</div>
\ No newline at end of file
template/m.yohobuy.com/partials/common/header.phtml
deleted
100644 → 0
View file @
41b9a41
<div class="header clearfix">
<span class="nav-btn iconfont"></span>
<span class="logo iconfont"></span>
{{# searchUrl}}
<a href="{{.}}" class="search-btn iconfont"></span>
{{/ searchUrl}}
</div>
\ No newline at end of file
template/m.yohobuy.com/partials/common/home_header.html
deleted
100644 → 0
View file @
41b9a41
<div
class=
"home-header clearfix"
{{#
bgColor
}}
style=
"background-color:{{.}};background-image:none"
{{/
bgColor
}}
>
<span
class=
"nav-btn iconfont"
>

</span>
<span
class=
"logo"
></span>
<span
class=
"search-btn iconfont"
><a
href=
"{{searchUrl}}"
>

</a></span>
</div>
\ No newline at end of file
template/m.yohobuy.com/partials/common/hot_brands.html
deleted
100644 → 0
View file @
41b9a41
{{> common/floor_header}}
<ul
class=
"hot-brands clearfix"
>
{{# brands}}
<li
class=
"brand"
>
<a
href=
"{{url}}"
>
<div
class=
"brand-logo"
>
<img
class=
"lazy"
data-original=
"{{img}}"
>
</div>
<p
class=
"brand-name"
>
{{name}}
</p>
</a>
</li>
{{/ brands}}
<li
class=
"more"
>
<a
href=
"{{more}}"
></a>
</li>
</ul>
\ No newline at end of file
template/m.yohobuy.com/partials/common/icons-enter.html
deleted
100644 → 0
View file @
41b9a41
<div
class=
"icons-wrapper"
>
<ul
class=
"icons-list clearfix"
>
{{#list}}
<li
class=
"icons-item"
><a
href=
"{{url}}"
class=
"imagebar"
><img
class=
"lazy"
data-original=
"{{img}}"
alt=
""
></a><a
href=
"{{url}}"
class=
"linkbar"
>
{{text}}
</a></li>
{{/list}}
</ul>
</div>
\ No newline at end of file
template/m.yohobuy.com/partials/common/maybe_like.html
deleted
100644 → 0
View file @
41b9a41
<div
class=
"maybe-like"
>
<p
class=
"title"
>
<i
class=
"icon"
></i>
<span>
你可能喜欢
</span>
</p>
<div
class=
"goods-list clearfix"
>
{{# goods}}
{{> common/good_info}}
{{/ goods}}
</div>
</div>
\ No newline at end of file
template/m.yohobuy.com/partials/common/plus_star.html
deleted
100644 → 0
View file @
41b9a41
{{> common/floor_header}}
<div
class=
"plus-star"
>
<a
href=
"{{url}}"
>
<img
class=
"lazy"
data-original=
"{{img}}"
>
</a>
</div>
\ No newline at end of file
template/m.yohobuy.com/partials/common/search.html
deleted
100644 → 0
View file @
41b9a41
<div
class=
"search-input"
>
<a
href=
"{{searchUrl}}"
>
<i
class=
"search-icon iconfont"
>

</i>
<input
type=
"text"
placeholder=
"搜索商品"
>
</a>
</div>
\ No newline at end of file
template/m.yohobuy.com/partials/common/side_nav.html
deleted
100644 → 0
View file @
41b9a41
<div
class=
"side-nav"
>
<ul>
{{# sideNav}}
<li
{{#
current
}}
class=
"current"
{{/
current
}}
>
{{# url}}
<a
href=
"{{.}}"
>
{{/ url}}
{{^ url}}
<a
href=
"javascript:;"
>
{{/ url}}
<span
class=
"nav-point iconfont"
>

</span>
<em>
{{textCn}}
</em>
{{textEn}}
<span
class=
"enter-btn iconfont"
>

</span>
</a>
{{# subNav}}
<ul
class=
"sub-nav"
>
{{# list}}
<li>
{{# url}}
<a
href=
"{{.}}"
>
{{/ url}}
{{^ url}}
<a
href=
"javascript:;"
>
{{/ url}}
<img
src=
"{{img}}"
alt=
""
>
<em>
{{textCn}}
</em>
{{textEn}}
</a>
</li>
{{/ list}}
</ul>
{{/ subNav}}
</li>
{{/ sideNav}}
</ul>
</div>
\ No newline at end of file
template/m.yohobuy.com/partials/common/trend-topics.html
deleted
100644 → 0
View file @
41b9a41
<div
class=
"trend-topic-wrapper"
>
{{> common/floor_header_more}}
<div
class=
"trend-topic-content"
>
<div
class=
"trend-topic-swiper"
>
<ul
class=
"swiper-wrapper"
>
{{# list}}
<li
class=
"swiper-slide"
>
<a
href=
"{{url}}"
>
<div
class=
"img-box"
>
<img
class=
"lazy"
data-original=
"{{img}}"
src=
"{{img}}"
alt=
""
>
</div>
<div
class=
"item-content"
>
<p
class=
"title"
>
{{title}}
</p>
<p
class=
"time"
>
<span
class=
"iconfont time-icon"
>

</span>
<span>
{{time}}
</span>
</p>
</div>
</a>
</li>
{{/ list}}
</ul>
</div>
<div
class=
"swiper-pagination"
>
<div
class=
"pagination-inner clearfix"
>
</div>
</div>
</div>
</div>
template/m.yohobuy.com/partials/common/trendsetter-collocation.html
deleted
100644 → 0
View file @
41b9a41
<div
class=
"trend-coll-wrapper"
>
{{> common/floor_header_more}}
<div
class=
"trend-coll-content clearfix"
>
{{#leftspan}}
<div
class=
"lspan"
>
<a
href=
"{{url}}"
><img
class=
"lazy rspanimg"
data-original=
"{{img}}"
></a>
</div>
{{/leftspan}}
{{#rightspan}}
<div
class=
"rspan"
>
<a
href=
"{{url}}"
><img
class=
"lazy lspanimg"
data-original=
"{{img}}"
></a>
</div>
{{/rightspan}}
</div>
<div
class=
"trend-coll-tail"
>
<h3
class=
"recommend-title"
>
推荐搭配
</h3>
<div
class=
"recommend-swiper"
>
<ul
class=
"recommend-list clearfix"
>
{{# recommendlist}}
<li
class=
"recommend-item swiper-slide"
><a
href=
"{{url}}"
><img
class=
"lazy"
src=
"{{img}}"
alt=
""
/></a></li>
{{/ recommendlist}}
</ul>
</div>
</div>
</div>
\ No newline at end of file
template/m.yohobuy.com/partials/common/two_column_goods.html
deleted
100644 → 0
View file @
41b9a41
<div
class=
"two-column-goods"
>
<ul
class=
"column-nav clearfix"
>
{{# columnNav}}
<li
data-url=
"{{url}}"
>
{{textCn}}
</li>
{{/ columnNav}}
</ul>
<div
class=
"goods-list clearfix"
>
{{# goods}}
{{> common/good_info}}
{{/ goods}}
</div>
</div>
\ No newline at end of file
Please
register
or
login
to post a comment