CAMOZZI W系列直動式微型電磁閥
產(chǎn)品介紹
W系列直動式電磁閥是一種板式聯(lián)接的微型電磁閥,一般作為先導(dǎo)閥使用,本公司生產(chǎn)的7系列電磁閥采用此W系列閥作為先導(dǎo)閥,也可以安裝在單閥座或氣路板上使用。有常閉(NC)和常開(NO)兩種型式,電磁閥的電磁線圈塑封于閥體內(nèi),其體積很小便于安裝。
查看更多評論
var galleryThumbs = new Swiper('.gallery-thumbs', {
spaceBetween: 2,
slidesPerView: 4,
freeMode: true,
//watchSlidesVisibility: true,
//watchSlidesProgress: true,
navigation: {
nextEl: '.swiper-px-next',
prevEl: '.swiper-px-prev',
},
});
//var galleryTop = new Swiper('.gallery-top', {
// spaceBetween: 10,
// thumbs: {
// swiper: galleryThumbs
// }
//});
var imgsrcs = $('.swiper-slide').eq(0).find('img').attr('src');
$('.gallery-thumbs .swiper-slide').mouseover(function () {
let imgsrc = $(this).find('img').attr('src');
$(this).addClass("border-simg").siblings().removeClass("border-simg")
// console.log()
$('.jqzoom img').attr('src', imgsrc);
$('.jqzoom img').attr('jqimg', imgsrc)
}).eq(0).click()
$(".swiper-slide").eq(0).addClass("border-simg")
$('.jqzoom img').attr('src', imgsrcs);
$('.jqzoom img').attr('jqimg', imgsrcs)
$(".jqzoom").jqueryzoom({
xzoom: 350,
yzoom: 250,
offset: 10,
position: "right",
preload: 1,
lens: 1
});