index.less 331 B

123456789101112131415161718
  1. .outer-box{
  2. position: relative;
  3. height: 100%;
  4. width: 100%;
  5. header{
  6. position: fixed;
  7. left: 0;
  8. right: 0;
  9. top: 0;
  10. z-index: 7;
  11. width: 100%;
  12. padding: 0 20px;
  13. background: #242A33;
  14. color: #999;
  15. height: 50px;
  16. line-height: 40px;
  17. }
  18. }