index.css 265 B

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