links.html
2.42 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
{{> layout/header}}
<div class="about-container clearfix">
{{^ fanti}}
{{> about/about_nav}}
<div class="about-body">
<div class="about-section">
<h2>文字链接:</h2>
<ul class="links-list clearfix">
<li><a href="http://www.yoho.cn" target="_blank">YOHO!</a></li>
<li><a href="http://www.yohobuy.com" target="_blank">YOHO!BUY</a></li>
<li><a href="http://www.yohoshow.com" target="_blank">YOHO!SHOW</a></li>
<li><a href="http://www.yohogirls.com" target="_blank">YOHO!GIRLS</a></li>
</ul>
</div>
<div class="about-section">
<h2>LOGO链接:</h2>
<ul class="links-pic-list clearfix">
<li><a target="_blank" href="http://app.yohoshow.com/"><img src="http://localhost:8000/dist/yohogirls-frontend-web/assets/images/about/links06.png" alt=""></a></li>
<li><a target="_blank" href="http://www.yohogirls.com/"><img src="http://localhost:8000/dist/yohogirls-frontend-web/assets/images/about/links07.png" alt=""></a></li>
</ul>
</div>
</div>
{{/ fanti}}
{{# fanti}}
{{> about/about_nav_fanti}}
<div class="about-body">
<div class="about-section">
<h2>文字鏈接:</h2>
<ul class="links-list clearfix">
<li><a href="http://www.yoho.cn" target="_blank">YOHO!</a></li>
<li><a href="http://www.yohobuy.com" target="_blank">YOHO!BUY</a></li>
<li><a href="http://www.yohoshow.com" target="_blank">YOHO!SHOW</a></li>
<li><a href="http://www.yohogirls.com" target="_blank">YOHO!GIRLS</a></li>
</ul>
</div>
<div class="about-section">
<h2>LOGO鏈接:</h2>
<ul class="links-pic-list clearfix">
<li><a target="_blank" href="http://app.yohoshow.com/"><img src="http://localhost:8000/dist/yohogirls-frontend-web/assets/images/about/links06.png" alt=""></a></li>
<li><a target="_blank" href="http://www.yohogirls.com/"><img src="http://localhost:8000/dist/yohogirls-frontend-web/assets/images/about/links07.png" alt=""></a></li>
</ul>
</div>
</div>
{{/ fanti}}
</div>
{{> layout/footer}}