details.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. .hmly-top-title-bar {
  2. width: 100%;
  3. height: 410rpx;
  4. overflow: hidden;
  5. position: relative;
  6. }
  7. /* 背景虚化层 */
  8. .hmly-bg {
  9. width: 100%;
  10. height: 410rpx;
  11. filter: blur(15rpx);
  12. }
  13. .hmly-bar-item {
  14. width: 100%;
  15. height: 400rpx;
  16. margin-top: 50rpx;
  17. padding: 20rpx 0rpx;
  18. position: absolute;
  19. top: 0rpx;
  20. }
  21. .hmly-bar-item-top {
  22. width: 100%;
  23. height: 200rpx;
  24. display: flex;
  25. justify-content: center;
  26. align-items: center;
  27. }
  28. .hmly-theme-bg-img {
  29. width: 200rpx;
  30. height: 200rpx;
  31. margin-right: 30rpx;
  32. background-repeat: no-repeat;
  33. background-size: 100% 100%;
  34. }
  35. .hmly-theme-info {
  36. width: 60%;
  37. height: 200rpx;
  38. }
  39. .hmly-theme-title {
  40. color: #fff;
  41. font-size: 40rpx;
  42. display: -webkit-box;
  43. -webkit-line-clamp: 2;
  44. /*行数n*/
  45. -webkit-box-orient: vertical;
  46. overflow: hidden;
  47. text-overflow: ellipsis;
  48. }
  49. .hmly-theme-author {
  50. font-size: 25rpx;
  51. color: #fff;
  52. margin-top: 5rpx;
  53. }
  54. .hmly-view-info {
  55. color: #fff;
  56. font-size: 30rpx;
  57. margin-top: 5rpx;
  58. display: flex;
  59. justify-content: flex-start;
  60. }
  61. .hmly-view-info-left {
  62. margin-right: 5rpx;
  63. }
  64. .hmly-view-info-right {
  65. margin-left: 5rpx;
  66. }
  67. .hmly-bar-item-bottom {
  68. width: 70%;
  69. height: 100rpx;
  70. display: flex;
  71. justify-content: flex-end;
  72. align-items: center;
  73. border-radius: 20rpx;
  74. float: right;
  75. margin-top: 15rpx;
  76. }
  77. .hmly-bar-item-bottom button {
  78. width: 210rpx;
  79. height: 75rpx;
  80. text-align: center;
  81. font-size: 30rpx;
  82. color: #fff;
  83. border-radius: 20rpx;
  84. }
  85. .hmly-share-but {
  86. background: orangered;
  87. border: 1rpx solid #fff;
  88. margin-left: 70rpx;
  89. }
  90. .hmly-collection {
  91. background: orangered;
  92. }
  93. .hmly-performance {
  94. width: 100%;
  95. height: 500rpx;
  96. border-top-left-radius: 20rpx;
  97. border-top-right-radius: 20rpx;
  98. position: relative;
  99. top: -10rpx;
  100. }
  101. .hmly-selectbar {
  102. width: 100%;
  103. height: 100rpx;
  104. line-height: 100rpx;
  105. text-align: center;
  106. display: flex;
  107. justify-content: space-between;
  108. background: #fff;
  109. box-sizing: border-box;
  110. color: #aaa;
  111. border-radius: 15rpx;
  112. border-bottom: 1rpx solid #f1f1f1;
  113. }
  114. .hmly-detail {
  115. width: 50%;
  116. }
  117. .hmly-list {
  118. width: 50%;
  119. }
  120. .hmly-play {
  121. width: 100%;
  122. height: 100rpx;
  123. padding: 0rpx 40rpx;
  124. box-sizing: border-box;
  125. border-bottom: 1rpx solid #f1f1f1;
  126. display: flex;
  127. justify-content: space-between;
  128. align-items: center;
  129. }
  130. .hmly-play-all {
  131. width: auto;
  132. text-align: center;
  133. font-size: 30rpx;
  134. }
  135. .hmly-play-select {
  136. width: auto;
  137. display: flex;
  138. justify-content: space-between;
  139. text-align: center;
  140. font-size: 30rpx;
  141. }
  142. .hmly-performance-content {
  143. width: 100%;
  144. height: 150rpx;
  145. display: flex;
  146. box-sizing: border-box;
  147. justify-content: flex-start;
  148. align-items: center;
  149. border-bottom: 1rpx solid #f1f1f1;
  150. padding: 20rpx 20rpx;
  151. }
  152. .hmly-performance-index {
  153. width: 15%;
  154. height: 80rpx;
  155. text-align: center;
  156. line-height: 80rpx;
  157. color: #aaa;
  158. }
  159. .hmly-performance-info {
  160. width: 85%;
  161. height: 100%;
  162. }
  163. .hmly-performance-info-top {
  164. width: 100%;
  165. height: 50%;
  166. display: flex;
  167. justify-content: space-between;
  168. font-size: 30rpx;
  169. }
  170. .hmly-performance-info-bottom {
  171. width: 100%;
  172. height: auto;
  173. display: flex;
  174. justify-content: flex-start;
  175. color: #aaa;
  176. font-size: 25rpx;
  177. margin-top: 20rpx;
  178. }
  179. .hmly-active {
  180. position: relative;
  181. color: #333;
  182. }
  183. .hmly-active::after {
  184. content: '';
  185. width: 80rpx;
  186. height: 5rpx;
  187. position: absolute;
  188. bottom: 0rpx;
  189. left: 150rpx;
  190. background-color: orangered;
  191. }