index.html
2.39 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
{{> layout/header_jian}}
<div class="about-container clearfix">
{{> 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!女生誌》以好玩有趣的方式,</p>
<p>发布自己在时装、美容、设计、生活等方面的内容。</p>
</div>
<div class="about-us-qr">
<div class="product girl clearfix">
<div class="product-wrap">
<img src="http://cmsres.test.yoho.cn/res/new/girls/assets/images/about/download_boy_icon.png" alt="">
<span>YOHO!BOYS</span>
</div>
<div class="product-wrap product-wrap-right">
<img class="qr-img" src="http://cmsres.test.yoho.cn/res/new/girls/assets/images/yohoboyqr.png" alt="">
<em>iPhone / Android</em>
</div>
</div>
<div class="product yoho clearfix">
<div class="product-wrap">
<img src="http://cmsres.test.yoho.cn/res/new/girls/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://cmsres.test.yoho.cn/res/new/girls/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://cmsres.test.yoho.cn/res/new/girls/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://cmsres.test.yoho.cn/res/new/girls/assets/images/about/qr-show-img.png" alt="">
<em>iPhone / Android</em>
</div>
</div>
</div>
</div>
</div>
{{> layout/footer_jian}}