live.wxss 448 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. /* pages/live/live.wxss */
  2. .video,
  3. .image,
  4. .liveBg {
  5. width: 750rpx;
  6. height: 422rpx;
  7. }
  8. .liveBg {
  9. overflow: hidden;
  10. font-size: 0;
  11. }
  12. .tabs {
  13. display: flex;
  14. }
  15. .tab-item {
  16. flex: 1;
  17. margin-bottom: 10rpx;
  18. text-align: center;
  19. }
  20. .tab-item-text{
  21. display: inline-block;
  22. height: 2em;
  23. }
  24. .tab-item-line{
  25. width: 2.5em;
  26. height: 10rpx;
  27. background-color: #f6f6f6;
  28. border-radius: 2em;
  29. }
  30. .tab-item-act {
  31. background-color: #8bbdee;
  32. }