details.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. .toptitlebar {
  2. width: 100%;
  3. height: 410rpx;
  4. overflow: hidden;
  5. }
  6. .Performance {
  7. width: 100%;
  8. height: 500rpx;
  9. border-top-left-radius: 20rpx;
  10. border-top-right-radius: 20rpx;
  11. position: relative;
  12. top: -10rpx;
  13. }
  14. .baritem {
  15. width: 100%;
  16. height: 400rpx;
  17. margin-top: 50rpx;
  18. padding: 20rpx 0rpx;
  19. }
  20. .baritemtop {
  21. width: 100%;
  22. height: 200rpx;
  23. display: flex;
  24. justify-content: center;
  25. align-items: center;
  26. }
  27. .themebgimg {
  28. width: 200rpx;
  29. height: 200rpx;
  30. margin-right: 30rpx;
  31. background-repeat: no-repeat;
  32. background-size: 100% 100%;
  33. }
  34. .themeinfo {
  35. width: 60%;
  36. height: 200rpx;
  37. }
  38. .themetitle {
  39. color: #fff;
  40. font-size: 40rpx;
  41. }
  42. .themeauthor {
  43. font-size: 25rpx;
  44. color: #fff;
  45. margin-top: 5rpx;
  46. }
  47. .viewinfo {
  48. color: #fff;
  49. font-size: 30rpx;
  50. margin-top: 5rpx;
  51. display: flex;
  52. justify-content: flex-start;
  53. }
  54. .viewinfoleft {
  55. margin-right: 5rpx;
  56. }
  57. .viewinforight {
  58. margin-left: 5rpx;
  59. }
  60. .baritembottom {
  61. width: 70%;
  62. height: 100rpx;
  63. display: flex;
  64. justify-content: flex-end;
  65. align-items: center;
  66. border-radius: 20rpx;
  67. float: right;
  68. margin-top: 15rpx;
  69. }
  70. .baritembottom button {
  71. width: 210rpx;
  72. height: 75rpx;
  73. text-align: center;
  74. font-size: 30rpx;
  75. color: #fff;
  76. border-radius: 20rpx;
  77. }
  78. .sharebut {
  79. background: orangered;
  80. border: 1rpx solid #fff;
  81. margin-left: 70rpx;
  82. }
  83. .collection {
  84. background: orangered;
  85. }
  86. .selectbar {
  87. width: 100%;
  88. height: 100rpx;
  89. padding: 20rpx 0rpx;
  90. text-align: center;
  91. display: flex;
  92. justify-content: space-between;
  93. background: #fff;
  94. box-sizing: border-box;
  95. color: #aaa;
  96. border-radius: 15rpx;
  97. border-bottom: 1rpx solid #f1f1f1;
  98. }
  99. .detail {
  100. width: 50%;
  101. }
  102. .list {
  103. width: 50%;
  104. }
  105. .play {
  106. width: 100%;
  107. height: 100rpx;
  108. padding: 0rpx 40rpx;
  109. box-sizing: border-box;
  110. border-bottom: 1rpx solid #f1f1f1;
  111. display: flex;
  112. justify-content: space-between;
  113. align-items: center;
  114. }
  115. .playall {
  116. width: auto;
  117. text-align: center;
  118. font-size: 30rpx;
  119. }
  120. .playselect {
  121. width: auto;
  122. display: flex;
  123. justify-content: space-between;
  124. text-align: center;
  125. font-size: 30rpx;
  126. }
  127. .performanceContent {
  128. width: 100%;
  129. height: 150rpx;
  130. display: flex;
  131. box-sizing: border-box;
  132. justify-content: flex-start;
  133. align-items: center;
  134. border-bottom: 1rpx solid #f1f1f1;
  135. padding: 20rpx 20rpx;
  136. }
  137. .performanceIndex {
  138. width: 15%;
  139. height: 80rpx;
  140. text-align: center;
  141. line-height: 80rpx;
  142. color: #aaa;
  143. }
  144. .performanceInfo {
  145. width: 85%;
  146. height: 100%;
  147. }
  148. .performanceInfoTop {
  149. width: 100%;
  150. height: 50%;
  151. display: flex;
  152. justify-content: space-between;
  153. font-size: 30rpx;
  154. }
  155. .performanceInfoBottom {
  156. width: 100%;
  157. height: auto;
  158. display: flex;
  159. justify-content: flex-start;
  160. color: #aaa;
  161. font-size: 25rpx;
  162. margin-top: 20rpx;
  163. }