Small Cute Appearance, with Even Scent, Bring You a Natural Aroma Trip!
Product Function:
1. Small and handy, column shape design fit to put in any places;
2. Used with USB, promote the scent evenly;
3. Touching control, can work continuously or interval;
4. Atomized particle is very tiny, so shouldn't worry article be wetted.
Application Places:
Car, office, house hall, bathroom, family and other small areas.
Model: S101
Size: φ65*115mm
Voltage: 5v
Power: 5W
Noisy: <45dba
Capacity: 10ml
Weight: 170g
Applicable Area: 60sqm
Color: White, blue
$(function () {
$(window).scroll(function () {
var float_top = $(this).scrollTop();
$('.float_qq').stop().animate({ "top": float_top + 200 + "px" })
})
$('.float_qq2').hover(function () {
$(this).animate({ "left": "-70px" }, 350)
}, function () {
$(this).animate({ "left": "0" }, 350)
})
$('.float_qq3').hover(function () {
$(this).animate({ "left": "-116px" }, 350)
}, function () {
$(this).animate({ "left": "0" }, 350)
})
$('.float_qq4').hover(function () {
$(this).find('.float_shwx').show();
}, function () {
$(this).find('.float_shwx').hide();
})
$('.foot_dshare3').hover(function () {
$('.foot_shWx').show();
}, function () {
$('.foot_shWx').hide();
})
$('.foot_dshare2').hover(function () {
$('.foot_shTelWx').show();
}, function () {
$('.foot_shTelWx').hide();
})
})