Logo white

BJ_web_developers / javaplatform

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • javaplatform
  • css
  • libCss
  • common.css
  • 首页
    90f9c3a1
    liuqimichale authored
    2017-11-20 11:40:20 +0800  
    Browse Code »
common.css 443 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
body{
    position: relative;
}
body,html{
    overflow: hidden;
    width: 100%;
    height: 100%;
}
header{
    height: 100px;
    width: 100%;
    background-color: #f00;
}
nav{
    position: absolute;
    width: 100px;
    height: 100%;
    background-color: #000;
    left: 0;
    top:0;
    padding-top: 100px;
}
section{
    width: 100%;
    height: 100%;
    padding-left: 100px;
    /* padding-top: 100px; */
    margin-top: -100px;
}