index.module.less 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .videoSection {
  2. padding: 0 !important;
  3. .videoImg {
  4. width: 124px;
  5. height: 70px;
  6. position: relative;
  7. border-radius: 4px;
  8. overflow: hidden;
  9. :global {
  10. .van-image {
  11. width: inherit;
  12. height: inherit;
  13. }
  14. }
  15. .videoStop {
  16. position: absolute;
  17. top: 0;
  18. right: 0;
  19. left: 0;
  20. bottom: 0;
  21. display: flex;
  22. align-items: center;
  23. justify-content: center;
  24. }
  25. }
  26. .videoTitle {
  27. padding-left: 8px;
  28. font-size: 13px;
  29. display: flex;
  30. flex-direction: column;
  31. height: 100%;
  32. justify-content: space-around;
  33. .videoTitleText {
  34. font-size: 15px;
  35. color: #000;
  36. max-width: 210px;
  37. }
  38. .active {
  39. color: var(--van-primary) !important;
  40. }
  41. .videoTitleContent {
  42. color: #7a7a7a;
  43. line-height: 18px;
  44. }
  45. }
  46. .living {
  47. position: absolute;
  48. top: 0;
  49. left: 0;
  50. color: var(--van-primary);
  51. right: 0;
  52. display: flex;
  53. align-items: center;
  54. justify-content: center;
  55. font-size: 12px;
  56. bottom: 0;
  57. background: rgba(0, 0, 0, 0.25);
  58. span {
  59. padding-left: 5px;
  60. }
  61. }
  62. .animation {
  63. height: 18px !important;
  64. width: 20px !important;
  65. }
  66. }