index.html
5.2 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{{> layout/header}}
<div class="about-container clearfix">
{{^ fanti}}
{{> about/about_nav}}
<div class="about-body">
<h2>YOHO!GIRLS</h2>
<div class="about-section">
<p>www.yohogirls.com 是新生代女生的时尚网站,</p>
<p>这里进驻了中国、香港、日本三地的</p>
<p>时装编辑、摄影师、It Girls、美容达人。</p>
</div>
<div class="about-section">
<p>她们突破二维与平面的界限,</p>
<p>定期在《YOHO!GIRL》以好玩有趣的方式,</p>
<p>发布自己在时装、美容、设计、生活等方面的内容。</p>
</div>
<div class="about-us-qr">
<div class="product girl clearfix">
<div class="product-wrap">
<img src="http://localhost:8000/dist/yohogirls-frontend-web/assets/images/download_boy_icon.png" alt="">
<span>YOHO!BOYS</span>
</div>
<div class="product-wrap product-wrap-right">
<img class="qr-img" src="http://localhost:8000/dist/yohogirls-frontend-web/assets/images/yohoboyqr.png" alt="">
<em>iPhone / Android</em>
</div>
</div>
<div class="product yoho clearfix">
<div class="product-wrap">
<img src="http://localhost:8000/dist/yohogirls-frontend-web/assets/images/about/qr-yoho-icon.png" alt="">
<span>YOHO!有货</span>
</div>
<div class="product-wrap product-wrap-right">
<img class="qr-img" src="http://localhost:8000/dist/yohogirls-frontend-web/assets/images/about/qr-yoho-img.png" alt="">
<em>iPhone / Android</em>
</div>
</div>
<div class="product show clearfix">
<div class="product-wrap">
<img src="http://localhost:8000/dist/yohogirls-frontend-web/assets/images/about/qr-show-icon.png" alt="">
<span>Show</span>
</div>
<div class="product-wrap product-wrap-right">
<img class="qr-img" src="http://localhost:8000/dist/yohogirls-frontend-web/assets/images/about/qr-show-img.png" alt="">
<em>iPhone / Android</em>
</div>
</div>
</div>
</div>
{{/ fanti}}
{{# fanti}}
{{> about/about_nav_fanti}}
<div class="about-body">
<h2>YOHO!GIRLS</h2>
<div class="about-section">
<p>www.yohogirls.com 是新生代女生的時尚網站,</p>
<p>這裏進駐了中國、香港、日本三地的</p>
<p>時裝編輯、攝影師、It Girls、美容達人。</p>
</div>
<div class="about-section">
<p>她們突破二維與平面的界限,</p>
<p>定期在《YOHO!GIRL》以好玩有趣的方式,</p>
<p>發布自己在時裝、美容、設計、生活等方面的內容。</p>
</div>
<div class="about-us-qr">
<div class="product girl clearfix">
<div class="product-wrap">
<img src="http://localhost:8000/dist/yohogirls-frontend-web/assets/images/download_boy_icon.png" alt="">
<span>YOHO!BOYS</span>
</div>
<div class="product-wrap product-wrap-right">
<img class="qr-img" src="http://localhost:8000/dist/yohogirls-frontend-web/assets/images/yohoboyqr.png" alt="">
<em>iPhone / Android</em>
</div>
</div>
<div class="product yoho clearfix">
<div class="product-wrap">
<img src="http://localhost:8000/dist/yohogirls-frontend-web/assets/images/about/qr-yoho-icon.png" alt="">
<span>YOHO!有貨</span>
</div>
<div class="product-wrap product-wrap-right">
<img class="qr-img" src="http://localhost:8000/dist/yohogirls-frontend-web/assets/images/about/qr-yoho-img.png" alt="">
<em>iPhone / Android</em>
</div>
</div>
<div class="product show clearfix">
<div class="product-wrap">
<img src="http://localhost:8000/dist/yohogirls-frontend-web/assets/images/about/qr-show-icon.png" alt="">
<span>Show</span>
</div>
<div class="product-wrap product-wrap-right">
<img class="qr-img" src="http://localhost:8000/dist/yohogirls-frontend-web/assets/images/about/qr-show-img.png" alt="">
<em>iPhone / Android</em>
</div>
</div>
</div>
</div>
{{/ fanti}}
</div>
{{> layout/footer}}