Authored by happyhour7

Merge branch 'ww_develop' into develop

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>index</title>
<meta name="author" content="DELL" />
<!-- Date: 2015-04-24 -->
</head>
<body>
阿撒旦法撒旦法撒旦法水电费
</body>
</html>
... ...
... ... @@ -19,7 +19,7 @@
<div class='right-advt'>
{{# advert}}
<a class='link' href='{{link}}'>
<img src='{{img}}'/>
<img src='{{img}}' class='img'/>
</a>
{{/ advert}}
... ...
{{# banner}}
<div class="scrollPic-content">
<a class="arrow arrow-left" href="javascript:;"></a>
<a class="arrow arrow-right" href="javascript:;"></a>
<div class="swiper-container" style="cursor: -webkit-grab;">
<div class="swiper-container-banner {{# bannerLength}}swiper-container{{/ bannerLength}}" style="cursor: -webkit-grab;">
<div class="swiper-wrapper" style="width: 1080px; height: 507px;background-color: rgb(255, 255, 255);">
{{# banner}}
{{# data}}
<div class="swiper-slide" style="width: 992px; height: 504px; background: url(http://cmsres.test.yoho.cn/res/new/boys/images/loading.gif) 50% 50% no-repeat;">
<a href="{{link}}" target="_blank" title="''">
<img src="{{img}}" alt="{{alt}}">
</a>
</div>
{{/ banner}}
{{/ data}}
</div>
</div>
<div class="pagination pagination-banner {{# channel}}pagination-big-banner-{{.}}{{/ channel}}">
{{# banner}}
{{# data}}
<span class=" swiper-pagination swiper-pagination-switch swiper-pagination {{# isChoosen}} swiper-visible-switch{{/isChoosen}}"></span>
{{/ banner}}
{{/ data}}
</div>
</div>
\ No newline at end of file
</div>
{{/ banner}}
\ No newline at end of file
... ...
... ... @@ -3,9 +3,9 @@
<div {{# bannerLength}} class="swiper-container2" {{/ bannerLength}}{{^ bannerLength}} class="swiper-container-single" {{/ bannerLength}}>
<div class="swiper-wrapper">
{{# data}}
<div class="swiper-slide" style="width: 1080px; height: 140px;">
<div class="swiper-slide">
<a href="{{link}}" target="_blank" class="img-a">
<img class="lazy" src="{{img}}" alt="{{alt}}" width="100%" height="100%" style="display: inline;">
<img class="lazy" src="{{img}}" alt="{{alt}}"/>
</a>
</div>
{{/ data}}
... ...
... ... @@ -2,21 +2,14 @@
<span class='pop-text'>#POP</span>
<div class="swiper-container3">
<span class='pop-img-container swiper-wrapper'>
<a class='pop-link swiper-slide'>
<img src='http://img02.yohoboys.com/staticimg/2015/04/15/09/02272ce1267b46280b7ea71d4b879cb592.jpg'/>
<span class='date'>2014/12月号</span>
<span class='detail'>Theme:PARTY</span>
</a>
<a class='pop-link swiper-slide'>
<img src='http://img02.yohoboys.com/staticimg/2015/04/15/09/02272ce1267b46280b7ea71d4b879cb592.jpg'/>
<span class='date'>2014/12月号</span>
<span class='detail'>Theme:PARTY</span>
</a>
<a class='pop-link swiper-slide'>
<img src='http://img02.yohoboys.com/staticimg/2015/04/15/09/02272ce1267b46280b7ea71d4b879cb592.jpg'/>
<span class='date'>2014/12月号</span>
<span class='detail'>Theme:PARTY</span>
{{# pop}}
<a class='pop-link swiper-slide' href="{{link}}" target="_blank">
<img src='{{img}}' class='img'/>
<span class='title'_title='{{title}}'>{{title}}</span>
<span class='date' _title='{{date}}'>{{date}}</span>
<span class='detail' _title='{{detail}}'>{{detail}}</span>
</a>
{{/ pop}}
</span>
</div>
... ...