index.less 290 B

12345678910111213141516171819202122
  1. @charset "utf-8";
  2. #textbook-year {
  3. background: #fff;
  4. min-height: 100%;
  5. .content {
  6. width: 1140px !important;
  7. }
  8. .top {
  9. padding: 8px 0;
  10. height: 60px;
  11. line-height: 44px;
  12. }
  13. .center {
  14. padding-bottom: 100px;
  15. position: relative;
  16. overflow: hidden;
  17. }
  18. }