Logo

GitLab

Sign in

tutorial / directive

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • directive
  • ..
  • less
  • header.less
  • lookup修改
    3f29b823
    zhaoxing authored
    2016-08-25 18:09:10 +0800  
    Browse Code »
header.less 382 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
@import "variables.less";


/*header公共样式开始*/
#head{
    height: 75px;
}
.xn-header{
    width: 100%;
    background-color: #333;
    min-width: 1190px;
    position: relative;
}
.xn-header .header-top{
    height: 25px;
    line-height:25px;
    border-bottom: 1px solid #444;
    font-size: 14px;
    color: #999;
    position: relative;
}
/*header公共样式开始*/