index.less 382 B

1234567891011121314151617181920212223242526272829
  1. @charset "utf-8";
  2. #course-experience-detail {
  3. background: #fff;
  4. min-height: 100%;
  5. .content {
  6. width: 1200px !important;
  7. }
  8. .top {
  9. padding: 8px 30px;
  10. height: 60px;
  11. line-height: 44px;
  12. }
  13. .center {
  14. background: #fff;
  15. padding-top: 60px;
  16. .content {
  17. width: 1140px !important;
  18. .detail {
  19. padding-top: 60px;
  20. }
  21. }
  22. }
  23. }