Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-mobile
·
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
Email Patches
Plain Diff
Browse Files
Authored by
wangqing
2015-07-15 17:43:04 +0800
Commit
7099a28bbe029d2e4afd64c2e2a6f24cc76b4601
1 parent
e51873cd
潮流搭配html
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
home-page/views/partials/common/trendsetter-collocation.html
home-page/views/partials/common/trendsetter-collocation.html
0 → 100644
View file @
7099a28
{{# trendColloaction}}
<div
class=
"trend-coll-wrapper"
>
<div
class=
"trend-coll-header"
>
<h3
class=
"trend-coll-title"
>
潮人搭配
</h3>
<span
class=
"more"
>
...
</span>
</div>
<div
class=
"trend-coll-content"
>
{{#leftspan}}
<div
class=
"lspan"
>
<a
href=
"{{url}}"
><img
class=
"lazy rspanimg"
data-original=
"{{img}}"
src=
"{{img}}"
></a>
</div>
{{/leftspan}}
{{#rightspan}}
<div
class=
"rspan"
>
<a
href=
""
><img
class=
"lazy lspanimg"
data-original=
"{{img}}"
src=
"{{img}}"
></a>
</div>
{{/rightspan}}
</div>
<div
class=
"trend-coll-tail"
>
<h3
class=
"recommend-title"
>
推荐搭配
</h3>
<ul
class=
"recommend-list"
>
{{# recommendlist}}
<li
class=
"recommend-item"
><a
href=
"{{url}}"
><img
class=
"lazy"
data-original=
"{{img}}"
src=
"{{img}}"
alt=
""
/></a></li>
{{/ recommendlist}}
</ul>
</div>
</div>
{{/ trendColloaction}}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment