High-End fashion appearance, scent from nature speads swiftly
Product Function:
1. Small and exquisite, a wide range of applications;
2. Independent use, fragrance speed evenly;
3. Very easy to adjust the intensity level;
4. Touched screen control, looks high-end fashion;
5. Atomizing head integrated in the aroma oil bottle, no need to clean.
Application Places:
Can be used in office, hall, bedroom, restroom, inn, chain hotel, clinic, clothing store, jewelry sotre, bar, office building, wedding hall and so on.
Model: S100
Size: 159x120x188mm
Voltage:12V
Power: 3W
Noisy: <45dba
Capacity: 50ml
Weight: 3kg
Applicable Area: 100sqm
Color: Silver
$(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();
})
})