common.css 1.18 KB
body{
    position: relative;
    background-color: #eef1f5;
}
body,html{
    overflow: hidden;
    width: 100%;
    height: 100%;
}
ul,li,ol{
    padding-left: 0;
    margin-bottom: 0!important;
    list-style: none;
}
/*头部--------------------------------------------------*/
header{
    height: 80px;
    width: 100%;
    background-color: #fff;
}
.java-logo{
    height: 80px;
    display: inline-block;
    background: url("../../image/java-logo.png") no-repeat 47px center;
}
.java-title{
    display: inline-block;
    height: 80px;
    width: 167px;
    margin-left: 101px;
    background: url("../../image/java-title.png") no-repeat 0px center;
}
.java-loginout{
    cursor: pointer;
    float: right;
    width: 27px;
    height: 28px;
    background: url("../../image/pladata_close.png") no-repeat;
    margin-top: 26px;
    margin-right: 32px;
}
/*左侧栏--------------------------------------------------*/
nav{
    position: fixed;
    width: 200px;
    height: 100%;
    left: 0;
    top:0;
    padding-top: 80px;
}
.nav-ul{
    background-color: #fff;
    height: 100%;
}
/*内容--------------------------------------------------*/
section{
    width: 100%;
    padding-left: 200px;
}