可视化布局系统 - HTML我帮您
单选列表
选项二
选项三
选项三
多选列表
选项一
选项三
0/200
html,body,body>.group{
height:100%;
overflow:hidden;
}
.container {
overflow: hidden;
}
.container, .page {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
height:100%;
}
.page {
z-index: 1;
}
body>.group::before,body>.group::after {
box-sizing: border-box;
}
.weui-navbar{
position:relative;
}
.weui-tabbar{
position:fixed;
}
$(function () {
$(".group").css({height:'auto'});
$(".page").niceScroll({cursorcolor:"#666"});
});
一键复制
编辑
Web IDE
原始数据
按行查看
历史