abstract:后台首页 *{
margin: 0;
padding: 0;
}
.header{
width: 100%;height: 50px;background: #2e6da4;color: white;line-height: 50px;
}
.header a{
color: white;
}
.menu{
position: absolute;
}
.header-left{
margin-left: 20px;font-size: 20px;
}
.header-right{
float: right;font-size: 14px;margin-right: 10px;
}
.layui-collapse,.layui-colla-item{
border: none;
}
.layui-colla-title{
background:#42485b;color: white;
}
.layui-colla-content {
border-top: none;padding: 0;
}
.main{
position: absolute;left:200px;right: 0;}
JD商城--后台管理系统
admin【系统管理员】退出
//注意:折叠面板 依赖 element 模块,否则无法进行功能性操作
layui.use('element', function(){
var element = layui.element;
//…
});
Correcting teacher:天蓬老师Correction time:2019-08-30 16:17:17
Teacher's summary:后台首页的内容, 是通过 iframe加载的, 除了这个方式, 其实还可以用ajax