$(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"
});
});
双色圈丝垫
- 产品编号:503002A/B
- 产品规格:宽1.2m×长18m,厚10mm
- 包装规格:
- 产品材质:pvc圈丝+不发泡牛筋底
- 可选颜色:深褐/浅褐 红色/黑色
发送至EMail
双色圈丝垫产品特点:
贴地性佳 大方高雅; 置于潮湿地方; 不易腐蚀 耐磨耐用;
双色圈丝垫铺设区域:
适用于高级会场, 走道区 ,各种活动晚会等的贵宾走道区。
也适合于浴场、泳池、楼梯、超市、医院、工厂、酒店、旅馆等场地,防滑、刮砂、通透、耐磨,依环境自由组装
相关关键字:
jQuery(document).ready(function($) {
if($('.nyleft').height()<$('.nyright').height()){
$('.nyleft').height($('.nyright').height()-10);
}
});