index.less 347 B

12345678910111213141516171819202122232425262728
  1. @charset "utf-8";
  2. #course-experience-detail {
  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. background: #fff;
  15. padding-top: 60px;
  16. .content {
  17. .detail {
  18. padding-top: 60px;
  19. }
  20. }
  21. }
  22. }