details.wxss 2.7 KB

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