-
1、宽口浅底本釜内胆,满锅环流沸腾,更匀更透更香甜
2、真空吸水,粒粒饱满更透芯;真空保鲜,米饭亮白抗氧化
3、3.0mm钢化玻璃面板,纯平美观,使用安全,坚固耐用
4、304食品接触用不锈钢可拆内盖,使用安全更安心
-
1、远红外穿透加热技术,高温直达米芯,饭香四溢
2、广口球底本釜内胆,粒粒透芯香甜
3、活芯聪明火烹饪曲线,恒温浸泡,活芯醒米
4、3.0mm钢化玻璃面板,纯平美观,坚固耐用
5、不锈钢中板,高档耐用 清洁无死角
6、远红外穿透视窗,钢化玻璃材质更健康
7、高清显影界面,清晰更美观
8、炫彩拉丝金属煲体,高档耐用易清洁
-
1、远红外穿透+IH双加热系统,高温直达米芯, 饭香四溢
2、广口球底本釜内胆,粒粒透芯香甜
3、活芯聪明火烹饪曲线,恒温浸泡,活芯醒米
4、IMD材质触控面板,美观大气,一擦即净
5、远红外穿透视窗,钢化玻璃材质更耐用
6、炫彩拉丝金属煲体,高档耐用易清洁
-
1、远红外穿透加热技术,高温直达米芯,饭香四溢
2、1广口球底本釜内胆,粒粒透芯香甜
3、活芯聪明火烹饪曲线,恒温浸泡,活芯醒米
4、3.0mm钢化玻璃面板,纯平美观,坚固耐用
5、远红外穿透视窗,钢化玻璃材质更健康
6、全触控数码显示,清晰更美观
7、炫彩拉丝金属煲体,高档耐用易清洁
<
/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)
})
})