24 lines
470 B
Plaintext
24 lines
470 B
Plaintext
html,
|
|
body {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
float: left;
|
|
}
|
|
#navigation{
|
|
float: left;
|
|
}
|
|
#content{
|
|
float: left;
|
|
width: 88%;
|
|
margin-left: 0.5%;
|
|
height: 99%;
|
|
background-color: #FFFFFF;
|
|
}
|
|
/*
|
|
.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this>a, .layui-nav-tree .layui-this>a:hover {
|
|
background-color: #2F82FB;
|
|
color: #fff;
|
|
}*/
|