$(function(){
$(".jqzoom").jqueryzoom({
xzoom:370,
yzoom:360,
offset:10,
position:"right",
preload:1,
lens:1
});
$("#spec-list").jdMarquee({
deriction:"left",
width:300,
height:56,
step:2,
speed:4,
delay:10,
control:true,
_front:"#spec-right",
_back:"#spec-left"
});
})
$("#spec-list img").bind("mouseover",function(){
var src=$(this).attr("src");
$("#spec-n1 img").eq(0).attr({
src:src.replace("\/n5\/","\/n1\/"),
jqimg:src.replace("\/n5\/","\/n0\/")
});
$(this).css({
"border":"2px solid #ffaf47",
"padding":"1px"
});
}).bind("mouseout",function(){
$(this).css({
"border":"1px solid #ccc",
"padding":"2px"
});
});
人造彩色草坪
- 产品编号:508004
- 产品规格:4 *25cm /卷 草高:25mm
- 包装规格:
- 产品材质:PE+PP丝,黑丁苯胶底;植草密度18900/㎡,底布为单+网,纤度数11000
- 可选颜色:
jQuery(document).ready(function($) {
if($('.nyleft').height()<$('.nyright').height()){
$('.nyleft').height($('.nyright').height()-10);
}
});