video-detail.module.less 334 B

123456789101112131415161718192021
  1. .video-detail {
  2. .introduction {
  3. color: #7a7a7a;
  4. line-height: 23px;
  5. padding-bottom: 8px;
  6. }
  7. .btnGroup {
  8. padding: 0 14px;
  9. padding-bottom: 15px;
  10. }
  11. .btnMore {
  12. display: flex;
  13. justify-content: space-around;
  14. :global {
  15. .van-button {
  16. width: 55%;
  17. }
  18. }
  19. }
  20. }