Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ued
/
yohogirls_mustache
·
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
lore-w
2015-09-06 14:09:33 +0800
Commit
5119dc8027bad68b87e56a9085f462e8f4bf5f2f
1 parent
b6f0b911
化妆品试用-我的试用
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
57 additions
and
4 deletions
actions/channel/detail/review.html
actions/channel/detail/trial.html
partials/common/trial_status.html
actions/channel/detail/review.html
View file @
5119dc8
{{> layout/header_jian}}
<div
class=
"detail-container clearfix"
>
<div
class=
"detail-container clearfix
content"
id=
"beauuty-trial-list
"
>
{{#if trialStep}}
{{> common/trial_step}}
{{/if}}
...
...
@@ -181,5 +181,32 @@
{{> channel/pager}}
</div>
</div>
<div
class=
"trial-content-right"
id=
"trial-list-top-ten"
>
<div
class=
"trial-top"
style=
"padding-top: 0;"
>
{{# topTen}}
<div
class=
"trial-user-info"
>
<span
class=
"trial-user-pic"
>
<img
src=
"{{userPic}}"
alt=
""
/>
</span>
<span>
我的试用
</span>
</div>
<h2
class=
"beauty-top-h2"
>
本周试用排行榜
</h2>
{{# top}}
<a
class=
"top-list top-list-{{ranking}}"
href=
"{{link}}"
target=
"_blank"
>
<span
class=
"top-leading"
></span>
<div
class=
"top-content"
>
<h2>
{{title}}
</h2>
<h3>
{{subTitle}}
</h3>
</div>
<span
class=
"top-like-num {{bestLike}}"
>
{{likeNum}}
</span>
</a>
{{/ top}}
{{/ topTen}}
</div>
</div>
</div>
{{> layout/footer_jian}}
\ No newline at end of file
...
...
actions/channel/detail/trial.html
View file @
5119dc8
{{> layout/header_jian}}
<div
class=
"detail-container clearfix"
>
<div
class=
"detail-container clearfix
content"
id=
"beauuty-trial-list
"
>
{{#if trialStep}}
{{> common/trial_step}}
{{/if}}
...
...
@@ -22,6 +22,32 @@
{{> detail/tooltip}}
</div>
<div
class=
"trial-content-right"
id=
"trial-list-top-ten"
>
<div
class=
"trial-top"
style=
"padding-top: 0;"
>
{{# topTen}}
<div
class=
"trial-user-info"
>
<span
class=
"trial-user-pic"
>
<img
src=
"{{userPic}}"
alt=
""
/>
</span>
<span>
我的试用
</span>
</div>
<h2
class=
"beauty-top-h2"
>
本周试用排行榜
</h2>
{{# top}}
<a
class=
"top-list top-list-{{ranking}}"
href=
"{{link}}"
target=
"_blank"
>
<span
class=
"top-leading"
></span>
<div
class=
"top-content"
>
<h2>
{{title}}
</h2>
<h3>
{{subTitle}}
</h3>
</div>
<span
class=
"top-like-num {{bestLike}}"
>
{{likeNum}}
</span>
</a>
{{/ top}}
{{/ topTen}}
</div>
</div>
</div>
{{> common/share}}
{{> layout/footer_jian}}
\ No newline at end of file
...
...
partials/common/trial_status.html
View file @
5119dc8
...
...
@@ -6,9 +6,9 @@
<a
class=
"end-btn"
href=
"javascript:;"
>
活动已结束
</a>
{{/if}}
{{# like}}
<a
class=
"
user-like"
href=
"javascript:;
"
>
<a
class=
"
apply-like-num {{# isLike}}apply-dislike{{/ isLike}}"
href=
"javascript:;"
data-cid=
"{{cid}}
"
>
<span
class=
"iconfont"
>

</span>
<b
class=
"like-num {{# isLike}}apply-dislike{{/ isLike}}"
>
{{#if num}}{{num}}{{/if}}
</b>
<b>
{{#if num}}{{num}}{{/if}}
</b>
</a>
{{/ like}}
{{#if publishUrl}}
...
...
Please
register
or
login
to post a comment