index.module.less 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. .personal {
  2. --van-cell-background-color: transparent;
  3. --van-cell-font-size: 16px;
  4. --van-cell-text-color: #333;
  5. --van-cell-value-color: #999;
  6. --van-cell-icon-size: 10px;
  7. :global {
  8. .van-tab {
  9. font-size: 16px !important;
  10. margin-top: 15px;
  11. color: #999999;
  12. }
  13. .van-tab--active {
  14. font-size: 16px !important;
  15. // color: var(--van-primary);
  16. font-weight: 500;
  17. color: #000000;
  18. }
  19. .van-tabs__line {
  20. display: none;
  21. width: 24px;
  22. height: 4px;
  23. background: linear-gradient(
  24. 90deg,
  25. #ff3c81 0%,
  26. rgba(255, 118, 166, 0.5) 100%
  27. ) !important;
  28. border-radius: 36px 36px 0px 0px;
  29. }
  30. .van-button--plain.van-button--primary {
  31. background-color: transparent;
  32. }
  33. }
  34. :global {
  35. .van-sticky {
  36. background: url('../../images/bg-image-1.png') no-repeat top center;
  37. background-size: cover;
  38. }
  39. .van-search__content {
  40. background: rgba(255, 255, 255, 0.5) !important;
  41. input::placeholder {
  42. color: rgba(0, 0, 0, 0.4) !important;
  43. }
  44. input {
  45. color: rgba(0, 0, 0, 0.4) !important;
  46. }
  47. .van-field__clear {
  48. color: rgba(0, 0, 0, 0.4) !important;
  49. }
  50. }
  51. }
  52. .bgImg {
  53. position: fixed;
  54. top: 0;
  55. left: 0;
  56. width: 100%;
  57. // object-fit: cover;
  58. z-index: -1;
  59. }
  60. }
  61. .songEfficacy {
  62. background: #FFFFFF;
  63. border-radius: 10px;
  64. }
  65. .songContainer {
  66. width: 238px;
  67. padding-top: 18px;
  68. padding-bottom: 18px;
  69. .title {
  70. font-size: 16px;
  71. color: #666666;
  72. line-height: 24px;
  73. text-align: center;
  74. }
  75. img {
  76. margin: 10px auto 16px;
  77. width: 133px;
  78. height: 98px;
  79. display: block;
  80. }
  81. .btnGroup {
  82. text-align: center;
  83. :global {
  84. .van-button {
  85. --van-button-default-height: 40px;
  86. width: 130px;
  87. font-size: 16px;
  88. color: #333333;
  89. }
  90. }
  91. }
  92. }
  93. .pTitle {
  94. font-size: 16px;
  95. font-weight: 600;
  96. color: #131415;
  97. }
  98. .practice,
  99. .personalSong {
  100. padding: 0 12px;
  101. border-radius: 18px;
  102. background-color: #fff;
  103. margin: 0 14px 14px;
  104. }
  105. .practice {
  106. margin-bottom: 0;
  107. }
  108. .personalSong {
  109. margin: 14px;
  110. }
  111. .musicGrid {
  112. margin: 16px 12px;
  113. }
  114. .tennatCellGroup {
  115. margin: 7px 12px 12px;
  116. border-radius: 16px;
  117. :global {
  118. .van-cell {
  119. padding: 15px 12px;
  120. font-size: 15px;
  121. }
  122. .van-cell__right-icon {
  123. font-size: 16px;
  124. color: #dadada;
  125. }
  126. }
  127. .tenantLogo {
  128. width: 24px;
  129. height: 24px;
  130. border-radius: 50%;
  131. margin-right: 8px;
  132. }
  133. .tenantCoverImg {
  134. width: 88px;
  135. height: 88px;
  136. border-radius: 12px;
  137. margin-right: 12px;
  138. overflow: hidden;
  139. }
  140. .tenantContent {
  141. padding-top: 6px;
  142. h2 {
  143. font-size: 16px;
  144. font-weight: 500;
  145. color: #131415;
  146. line-height: 24px;
  147. display: -webkit-box;
  148. overflow: hidden;
  149. text-overflow: ellipsis;
  150. -webkit-line-clamp: 2;
  151. -webkit-box-orient: vertical;
  152. }
  153. p {
  154. padding-top: 6px;
  155. font-size: 13px;
  156. color: #777777;
  157. line-height: 24px;
  158. display: -webkit-box;
  159. overflow: hidden;
  160. text-overflow: ellipsis;
  161. -webkit-line-clamp: 1;
  162. -webkit-box-orient: vertical;
  163. }
  164. }
  165. }