trial_hk.html
1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{{> layout/header_fan}}
<div class="detail-container clearfix content" id="beauuty-trial-list">
{{#if trialStep}}
{{> common/trial_step}}
{{/if}}
{{# header}}
{{> detail/detail_title}}
{{/ header}}
<div class="detail-body" id="{{id}}">
{{# content}}
{{> detail/trail_content}}
{{/ content}}
{{# trialStatus}}
{{> common/trial_status}}
{{/ trialStatus}}
{{#unless toolTip}}
{{> detail/application_form_hk}}
{{/unless}}
{{> detail/tooltip}}
<div class="review-list-wrap" id="{{id}}">
<h2>試用報告</h2>
<div class="review-list" id="{{id}}">
{{> detail/review_item_hk}}
</div>
<div class="load-more">
<a href="javascript:;"></a>
</div>
</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 login-status">
<span class="trial-user-pic">
<img class="loginAvatar" src="http://rescdn.yohoboys.com/res/new/boys/images/detail/user-img120.png" alt=""/>
<i class="loginType"></i>
</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_hk}}
{{> layout/footer_fan}}