Authored by 梁志锋

update

/**
* 产品打包入口
* 商品详情
* @author: liangzhifeng<zhifeng.liang@yoho.cn>
* @date: 2015/10/20
*/
... ... @@ -18,4 +18,11 @@ goodsSwiper = new Swiper('.banner-swiper', {
pagination: '.swiper-pagination',
nextButton: '.swiper-button-next',
prevButton: '.swiper-button-prev'
});
$('#iframe').load(function() {
var mainheight = $(this).contents().find('body').height() + 30;
$(this).height(mainheight);
});
\ No newline at end of file
... ...
... ... @@ -48,14 +48,14 @@
}
}
.detailName {
.goodsName {
font-size: 28rem / $pxConvertRem;
color: #222222;
padding-bottom: 6px;
text-align: center;
}
.detailTitle {
.goodsTitle {
font-size: 36rem / $pxConvertRem;
text-align: center;
padding-bottom: 2px;
... ... @@ -68,7 +68,7 @@
padding-bottom: 15px;
}
.detailToBuy {
.goToBuy {
padding: 0 10px;
margin-bottom: 20px;
text-align: center;
... ... @@ -115,7 +115,7 @@
}
}
.detailToShop {
.goToShop {
margin: 0 10px 20px;
padding: 10px;
height: 47px;
... ...