Subtle Fragrance, perfect home decoration
Product Function:
1. Fashion appearance, widely used in different places, it is a pretty good choice for home decoration;
2. Eliminate bad odor, and spread pleasant fragrance;
3. Beautiful design can put every place you wanted;
4. Fragrance spread evenly and can last long time;
5. Creating a wonderful and cozy atmosphere, brings you a fantastic mind and a healthy life.
Application Places:
Guest room, house, VIP room, spa place, inn, apartment, school, study room and so on.
$(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();
})
})