USB Rechargeable Battery
SB-2126
No. 5 USB in-line rechargeable batteries, the use of 1.5V voltage output, no battery memory effect, low self discharge rate; environmental protection can be reused. Can be widely used in daily life, unplug the battery cap can be in the computer, vehicle mounted USB interface with in with
Online message
If you are interested in our products, please leave a message or contact the online customer.
");
//下方显示点击切换
$(".pro-nav .root>div").click(function(){
$(".pro-nav .root>div").removeClass("on");
$(this).addClass("on");
for(var i=0; i<$(".pro-nav .root>div").size(); i++){
if($(".pro-nav .root>div:eq("+i+")").hasClass("on")){
$(".pro-show").removeClass("on");
$(".pro-show:eq("+i+")").addClass("on");
}
}
});
//手机高度
if(window.innerWidth<=640){
$(".pro-nav .root>div").height($(".description").height());
}
//手机下横屏变化
if(window.innerWidth<=940){
$(window).resize(function() {
$(".pro-nav .root>div").height($(".description").height());
$(".pro-imgshow .slt ul li").height($(".pro-imgshow .slt ul li").width());
$(".pro-imgshow .slt ul li img").css("height","100%");
$(".pro-imgshow .imgshow").height($(".pro-imgshow .imgshow .on img").height());
});
}
$(".pro-imgshow .imgshow").height($(".pro-imgshow .imgshow .on img").height());