
$(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"
});
});
522GK铝合金地垫(橡胶条G+刮条K)
- 产品编号:513013
- 产品规格:地垫高度22mm,铝材壁厚1.0mm,边框高度25mm
- 包装规格:
- 产品材质:铝镁硅合金+橡胶条+铝合金刮条
- 可选颜色:
jQuery(document).ready(function($) {
if($('.nyleft').height()<$('.nyright').height()){
$('.nyleft').height($('.nyright').height()-10);
}
});