index.module.less 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. .mySwiper {
  2. min-height: 300px;
  3. /deep/.swiper-slide {
  4. min-height: 300px;
  5. }
  6. }
  7. .title {
  8. font-size: 20px;
  9. color: red;
  10. }
  11. .w1200 {
  12. width: 1002px !important;
  13. margin: 0 auto;
  14. .myTabWrap {
  15. :global {
  16. margin-top: 28px;
  17. font-size: 20px;
  18. .el-tabs__nav-wrap {
  19. &::after {
  20. height: 0px;
  21. }
  22. }
  23. .el-tabs__item {
  24. font-size: 20px;
  25. // margin-bottom: 8px;
  26. color: #666;
  27. // margin-left: 40px;
  28. width: 100px;
  29. height: 48px;
  30. line-height: 48px;
  31. background: #fff;
  32. border-radius: 23px;
  33. text-align: center;
  34. padding: 0;
  35. color: #000;
  36. margin-right: 20px;
  37. }
  38. .el-tabs__item.is-active {
  39. color: #fff;
  40. font-weight: 500;
  41. width: 100px;
  42. height: 48px;
  43. line-height: 48px;
  44. background: #2dc7aa;
  45. border-radius: 23px;
  46. }
  47. .el-tabs__active-bar {
  48. height: 0px;
  49. background: #2dc7aa;
  50. border-radius: 3px;
  51. }
  52. .el-tabs__header {
  53. margin: 0 !important;
  54. }
  55. }
  56. }
  57. }
  58. .section {
  59. .hotSearch {
  60. margin-top: 17px;
  61. }
  62. .hotAlbum {
  63. margin-top: 37px;
  64. font-size: 22px;
  65. font-weight: 500;
  66. color: #333;
  67. line-height: 30px;
  68. }
  69. padding: 24px 0 15px;
  70. .titleWrap {
  71. text-align: center;
  72. margin: 0 auto;
  73. display: flex;
  74. flex-direction: row;
  75. align-items: center;
  76. justify-content: center;
  77. .dotImg {
  78. width: 54px;
  79. height: 54px;
  80. }
  81. h4 {
  82. margin: 0 10px;
  83. font-size: 32px;
  84. font-weight: 600;
  85. color: #333333;
  86. line-height: 45px;
  87. }
  88. }
  89. .albumList {
  90. display: flex;
  91. flex-direction: row;
  92. align-items: center;
  93. flex-wrap: wrap;
  94. margin-bottom: 25px;
  95. margin-top: 20px;
  96. }
  97. .videoList {
  98. display: flex;
  99. flex-direction: row;
  100. align-items: center;
  101. flex-wrap: wrap;
  102. margin: 25px 0;
  103. }
  104. .videoNav {
  105. display: flex;
  106. flex-direction: row;
  107. align-items: center;
  108. justify-content: space-between;
  109. padding: 0 2px;
  110. h5 {
  111. font-size: 22px;
  112. font-weight: 500;
  113. color: #333;
  114. line-height: 30px;
  115. margin-bottom: 14px;
  116. }
  117. .wrapRight {
  118. display: flex;
  119. flex-direction: row;
  120. cursor: pointer;
  121. span {
  122. color: #666;
  123. }
  124. .arrow {
  125. width: 20px;
  126. height: 20px;
  127. margin-left: 4px;
  128. }
  129. }
  130. }
  131. }
  132. .hotSearch {
  133. margin-top: 20px;
  134. }