base.less 381 B

1234567891011121314151617181920212223242526272829
  1. body {
  2. color: #333;
  3. font-size: 12px;
  4. }
  5. #root {
  6. width: 100%;
  7. height: 100%;
  8. min-width: 960px;
  9. }
  10. .header {
  11. height: 120px;
  12. border-bottom: 1px solid #eee;
  13. }
  14. .clearfix:before,
  15. .clearfix:after {
  16. content: ".";
  17. display: block;
  18. height: 0;
  19. clear: both;
  20. visibility: hidden;
  21. overflow: hidden;
  22. }
  23. .footer {
  24. border-top: 1px solid #eee;
  25. }