Аксессуары > Карты памяти
Все
Аксессуары > Наушники и колонки
Все
Колонка Xiaomi Mi Square Box Bluetooth Speaker White
Производитель: XiaoMi
Наличие: Есть в наличии
Цена: 1,500 р.
- Maximum power output:3W x 2 (4ohm, THD < 1%)
- Loudspeaker:Φ36mm, Driver x 2
- Channels:2.0
- Bluetooth version:4.0
- Microphone:Hands-free phone microphone x 1
- Frequency response (-10dB):85Hz - 20KHz
- Battery capacity / voltage:1500mAh 3.8V
- Battery recharging time:2.5 hours
- Battery life:8 hours (65dBA / 1m pink noise)
- USB power input:5V 2A
- Operating temperature:0°C - 45°C
');
$('#imageToCart img').css({
'position': 'absolute',
'display': 'inline-block',
'z-index': '1999',
'left': imagePosition.left + 'px',
'top': imagePosition.top + 'px',
'width': $(image_el).width() + 'px',
'height': $(image_el).height() + 'px'
});
$('#imageToCart img').animate({
top: '0px',
left: cartPosition.left + 'px',
opacity: opacity,
width: $(image_el).width() / 3,
height: $(image_el).height() / 3
}, speed, function() {
$('#imageToCart').remove();
});
}
}
}
}
});
};
$(document).ready(function(e) {
if (typeof doFilter != 'function') {
setTimeout ('setAnimToCart()', 500);
}
});
-->