-
1.1.5L
2.全钢无缝内胆,不藏垢、更易洁
3.双层不锈钢壶体,防烫又保温
4.绚丽金属外壳,装点精彩生活
5.把手一键自动开盖,更便捷
6.隐藏式蒸汽管,无障碍清洗
7.英国品牌温控器,安全煮水12000次
8.全钢内壁,煮水更安心
9.食品接触用不锈钢
-
1、双层壶体,隔热防烫
2、隔水精炖,便捷滋补
3、悬挂式滤网,浓度可调
4、滤网可拆洗,一冲即净
-
1、双层壶体 隔热防烫
2、炖煮双全,养生养颜
3、悬挂式炖盅,隔水精炖
4、不锈钢查漏、茶汤分离
-
1、24小时预约
2、DIY定时随心操作
3、5段调温
4、高硼硅玻璃
5、10大功能
6、食品级不锈钢发热盘
-
1、高硼硅玻璃壶身,耐热防烫
2、304不锈钢滤网,分离浸煮
3、10大功能,随心熬煮
4、智能预约,轻松养生
-
1、1.5L大容量,高硼硅玻璃壶身,健康耐热防烫
2、智能双保温
3、800W大功率烧水快速
4、定时熬煮、实时显示温度、触摸按键
<
/div>
< style >
.box_skitter
ul
{
display: block;
}
<
/style>
< script >
$(function () {
$("nav li:eq(6)").addClass("cur");
Enter($(".products-wrap .menu li").eq(0), "left", 0, $(".products-wrap .menu li").length, 400, 300);
// $('.box_skitter').skitter({
// animation: 'fade',
// interval: 3500,
// navigation: true,
// numbers: true,
// preview: true,
// numbers_align: 'center'
// });
if ($(".box_skitter .swiper-slide").length > 1) {
var boxskitter = new Swiper('.box_skitter', {
pagination: '.box_skitter .swiper-pagination',
paginationClickable: true
})
}
// box_skitter
var getUrlParam = function (name) {
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)");
var r = window.location.search.substr(1).match(reg);
if (r != null) return decodeURI(r[2]);
return null;
}
var page = getUrlParam('page');
console.log(page);
if (page == null || page == 1) {
var scroll = new ImitateScroll('scrollBox', 'scrollObj', 'scrollBar', 'scrollBtn')
$('.products-wrap .pro-typelist .list .right li').each(function () {
var index = $(this).index();
console.log(index)
$(this).find('.list-a').attr('id', 'scrollBox' + index);
$(this).find('.box').attr('id', 'scrollObj' + index);
$(this).find('.bar').attr('id', 'scrollBar' + index);
$(this).find('.btn').attr('id', 'scrollBtn' + index);
var scro = scroll + index;
var scro = new ImitateScroll('scrollBox' + index, 'scrollObj' + index, 'scrollBar' + index, 'scrollBtn' + index)
})
}
$('.products-wrap .pro-typelist .list .bottom li').each(function () {
var index = $(this).index();
console.log(index)
$(this).find('.list-b').attr('id', 'scrollBox0' + index);
$(this).find('.list-box').attr('id', 'scrollObj0' + index);
$(this).find('.list-bar').attr('id', 'scrollBar0' + index);
$(this).find('.list-btn').attr('id', 'scrollBtn0' + index);
var scro0 = scroll + index;
var scro0 = new ImitateScroll('scrollBox0' + index, 'scrollObj0' + index, 'scrollBar0' + index, 'scrollBtn0' + index)
})
})