Blame view

actions/channel/beauty/index320.html 3.87 KB
1 2
{{> layout/header320}}
{{> channel/banner320}}
lore-w authored
3 4
<div class="home-content">
    <ul>
lore-w authored
5 6 7
        {{#content}}
        <li class="content-item channel-{{channelType}}">
            <a class="img-link" href="{{link}}" target="_blank" onclick="YOHODCLICK('channel','mobile','content')">
lore-w authored
8 9 10
                <img class="lazy" data-original="{{img}}"
                     src="data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///93d3f///yH5BAEAAAMALAAAAAABAAEAAAICVAEAOw=="
                     alt=""/>
lore-w authored
11
            </a>
lore-w authored
12
lore-w authored
13 14 15
            <h2>
                <a href="{{link}}" target="_blank" onclick="YOHODCLICK('channel','mobile','content')">{{title}}</a>
            </h2>
lore-w authored
16
lore-w authored
17 18 19 20
            <h3>
                <a href="{{link}}" target="_blank" onclick="YOHODCLICK('channel','mobile','content')">{{subTitle}}</a>
            </h3>
            <time>
lore-w authored
21 22 23 24 25
                {{# channel}}<a href="{{link}}" onclick="YOHODCLICK('channel','mobile','contentChannel')">{{name}}</a>&nbsp;|&nbsp;{{/
                channel}}
                {{# subChannel}}<a href="{{link}}"
                                   onclick="YOHODCLICK('channel','mobile','contentChannel')">{{name}}</a>&nbsp;|&nbsp;{{/
                subChannel}}
lore-w authored
26 27 28 29 30 31 32 33 34 35 36
                <span time="{{time}}" class="time-format"></span>
            </time>
            <p>
                <a class="a-detail" href="{{link}}" target="_blank" onclick="YOHODCLICK('channel','mobile','content')">{{content}}</a>
            </p>
        </li>
        {{/content}}

        {{# topTen}}
        <li class="content-item channel-{{channelType}} channel-beauty-top">
            <a class="img-link" href="{{link}}" target="_blank" onclick="YOHODCLICK('channel','mobile','content')">
lore-w authored
37 38 39
                <img class="lazy" data-original="{{img}}"
                     src="data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///93d3f///yH5BAEAAAMALAAAAAABAAEAAAICVAEAOw=="
                     alt=""/>
lore-w authored
40
            </a>
lore-w authored
41
lore-w authored
42 43
            <h2 class="beauty-top-h2">本周试用排行榜</h2>
            {{# top}}
lore-w authored
44 45 46 47 48 49 50
            <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>
lore-w authored
51
                </div>
lore-w authored
52 53
                <span class="top-like-num {{bestLike}}">{{likeNum}}</span>
            </a>
lore-w authored
54 55 56 57 58 59 60
            {{/ top}}
        </li>
        {{/ topTen}}

        {{#contentTwo}}
        <li class="content-item channel-{{channelType}}">
            <a class="img-link" href="{{link}}" target="_blank" onclick="YOHODCLICK('channel','mobile','content')">
lore-w authored
61 62 63
                <img class="lazy" data-original="{{img}}"
                     src="data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///93d3f///yH5BAEAAAMALAAAAAABAAEAAAICVAEAOw=="
                     alt=""/>
lore-w authored
64
            </a>
lore-w authored
65
lore-w authored
66 67 68
            <h2>
                <a href="{{link}}" target="_blank" onclick="YOHODCLICK('channel','mobile','content')">{{title}}</a>
            </h2>
lore-w authored
69
lore-w authored
70 71 72 73
            <h3>
                <a href="{{link}}" target="_blank" onclick="YOHODCLICK('channel','mobile','content')">{{subTitle}}</a>
            </h3>
            <time>
lore-w authored
74 75 76 77 78
                {{# channel}}<a href="{{link}}" onclick="YOHODCLICK('channel','mobile','contentChannel')">{{name}}</a>&nbsp;|&nbsp;{{/
                channel}}
                {{# subChannel}}<a href="{{link}}"
                                   onclick="YOHODCLICK('channel','mobile','contentChannel')">{{name}}</a>&nbsp;|&nbsp;{{/
                subChannel}}
lore-w authored
79 80 81 82 83 84 85 86
                <span time="{{time}}" class="time-format"></span>
            </time>
            <p>
                <a class="a-detail" href="{{link}}" target="_blank" onclick="YOHODCLICK('channel','mobile','content')">{{content}}</a>
            </p>
        </li>
        {{/contentTwo}}
lore-w authored
87 88 89 90
    </ul>
    {{> channel/follow_us320}}
    {{> channel/page320}}
</div>
91 92
{{> default/download320}}
{{> layout/footer320}}