index.module.less 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. .wall {
  2. height: 60px;
  3. margin-bottom: 18px;
  4. }
  5. .wrap {
  6. background-color: #f8f8f8 !important;
  7. margin-bottom: 40px;
  8. }
  9. .w1200 {
  10. width: 1002px;
  11. margin: 0 auto;
  12. background-color: #fff;
  13. border-radius: 10px;
  14. display: flex;
  15. flex-direction: row;
  16. padding: 20px 0;
  17. .left {
  18. border-right: 1px solid #e7e6e6;
  19. width: 629px;
  20. .albumInfo {
  21. padding: 0 25px;
  22. .albumTitle {
  23. display: flex;
  24. flex-direction: row;
  25. align-items: top;
  26. justify-content: space-between;
  27. margin-bottom: 22px;
  28. h2 {
  29. line-height: 40px;
  30. font-weight: 600;
  31. color: #000000;
  32. font-size: 28px;
  33. }
  34. img {
  35. margin-top: 6px;
  36. width: 28px;
  37. height: 28px;
  38. cursor: pointer;
  39. }
  40. }
  41. .albumInfoTop {
  42. display: flex;
  43. flex-direction: row;
  44. margin-bottom: 66px;
  45. .albumType {
  46. position: absolute;
  47. left: 0;
  48. top: 0;
  49. background: linear-gradient(180deg, #ff8900 0%, #ff5100 100%);
  50. box-shadow: 0px 1px 2px 0px rgba(150, 13, 0, 0.11);
  51. border-radius: 10px 0px 10px 0px;
  52. font-size: 12px;
  53. padding: 0 6px;
  54. line-height: 20px;
  55. color: #ffffff;
  56. z-index: 999;
  57. }
  58. .albumInfoTopImg {
  59. position: relative;
  60. width: 190px;
  61. height: 190px;
  62. margin-right: 22px;
  63. flex-shrink: 0;
  64. .albumCover {
  65. width: 190px;
  66. height: 190px;
  67. position: absolute;
  68. z-index: 100;
  69. background-color: #fff;
  70. border-radius: 14px;
  71. }
  72. // .pan {
  73. // position: absolute;
  74. // width: 218px;
  75. // height: 218px;
  76. // right: 0;
  77. // top: 0;
  78. // }
  79. }
  80. .albumInfoTopConent {
  81. flex: 1;
  82. h2 {
  83. font-size: 24px;
  84. font-family: PingFangSC-Semibold, PingFang SC;
  85. font-weight: 600;
  86. color: #333;
  87. line-height: 37px;
  88. margin-bottom: 12px;
  89. }
  90. p {
  91. font-size: 16px;
  92. font-family: PingFangSC-Regular, PingFang SC;
  93. font-weight: 400;
  94. color: #656565;
  95. line-height: 28px;
  96. text-overflow: ellipsis;
  97. word-wrap: break-word;
  98. white-space: normal !important;
  99. min-height: 95px;
  100. max-height: 112px;
  101. display: -webkit-box;
  102. overflow: hidden;
  103. text-overflow: ellipsis;
  104. -webkit-line-clamp: 4;
  105. -webkit-box-orient: vertical;
  106. }
  107. .tagWrap {
  108. display: flex;
  109. flex-direction: row;
  110. margin-top: 16px;
  111. align-items: center;
  112. flex-wrap: wrap;
  113. .tag {
  114. margin-top: 10px;
  115. background-color: rgba(188, 253, 241, 0.46);
  116. color: #00886d;
  117. // padding: 0px 4px;
  118. font-size: 14px;
  119. margin-right: 16px;
  120. border-radius: 20px;
  121. padding: 0 16px;
  122. height: 30px;
  123. line-height: 30px;
  124. text-align: center;
  125. }
  126. }
  127. }
  128. }
  129. .albumInfoBottom {
  130. font-size: 14px;
  131. color: #999;
  132. margin-top: 20px;
  133. display: flex;
  134. flex-direction: row;
  135. justify-content: space-between;
  136. .albumInfoLeft {
  137. display: flex;
  138. flex-direction: row;
  139. font-size: 16px;
  140. img {
  141. width: 20px;
  142. height: 20px;
  143. margin-right: 6px;
  144. // height: 18px;
  145. }
  146. .itemBottomL {
  147. margin-right: 21px;
  148. }
  149. .itemBottomL,
  150. .itemBottomR {
  151. display: flex;
  152. flex-direction: row;
  153. justify-content: flex-start;
  154. align-items: center;
  155. }
  156. }
  157. .albumInfoRight {
  158. .itemBottomR {
  159. cursor: pointer;
  160. display: flex;
  161. flex-direction: row;
  162. justify-content: flex-start;
  163. align-items: center;
  164. img {
  165. width: 20px;
  166. height: 20px;
  167. margin-right: 6px;
  168. }
  169. }
  170. }
  171. }
  172. }
  173. }
  174. .musicWrap {
  175. // padding: 0 25px;
  176. .musicList {
  177. // width: 604px;
  178. }
  179. .title {
  180. line-height: 48px;
  181. font-size: 20px;
  182. font-weight: 600;
  183. color: #333;
  184. display: flex;
  185. flex-direction: row;
  186. align-items: center;
  187. padding: 0 25px;
  188. .dot {
  189. width: 30px;
  190. height: 20px;
  191. // background: #2dc7aa;
  192. // border-radius: 3px;
  193. margin-left: 10px;
  194. img {
  195. width: 30px;
  196. height: 20px;
  197. }
  198. }
  199. }
  200. }
  201. // 右边
  202. .right {
  203. width: 374px;
  204. // margin-left: 14px;
  205. .some {
  206. padding: 20px 24px 10px;
  207. background-color: #fff;
  208. margin-bottom: 14px;
  209. .someTitle {
  210. display: flex;
  211. flex-direction: row;
  212. justify-content: space-between;
  213. margin-bottom: 20px;
  214. .tilteL {
  215. display: flex;
  216. flex-direction: row;
  217. align-items: center;
  218. font-weight: 600;
  219. color: #000;
  220. line-height: 30px;
  221. font-size: 20px;
  222. img {
  223. width: 24px;
  224. height: 24px;
  225. margin-right: 8px;
  226. }
  227. }
  228. .tilteR {
  229. cursor: pointer;
  230. display: flex;
  231. flex-direction: row;
  232. align-items: center;
  233. font-size: 16px;
  234. color: #666;
  235. .arrow {
  236. width: 16px;
  237. height: 16px;
  238. margin-left: 4px;
  239. }
  240. }
  241. }
  242. .someWrap {
  243. display: flex;
  244. flex-direction: row;
  245. flex-wrap: wrap;
  246. }
  247. }
  248. }
  249. }