video-detail.module.less 358 B

12345678910111213141516171819202122
  1. .video-detail {
  2. .introduction {
  3. color: #7a7a7a;
  4. line-height: 23px;
  5. padding-bottom: 8px;
  6. }
  7. :global {
  8. .van-tabs__wrap {
  9. margin-bottom: 15px;
  10. }
  11. }
  12. .shareCourse {
  13. margin: 40px 0 0;
  14. padding: 0;
  15. background: transparent;
  16. :global(.itemTitle) {
  17. max-width: 120px !important;
  18. }
  19. }
  20. }