Music.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. .U_MD_UI_music_musicBox
  2. {
  3. width: 400px !important;
  4. height: 150px !important;
  5. background: #cc5b5b !important;
  6. position: absolute;
  7. left: 0px;
  8. top: 0px;
  9. box-shadow: 0 0 10px 3px #dcdcdc !important;
  10. color: #fff;
  11. font-size: 20px;
  12. font-family: "微软雅黑";
  13. }
  14. .U_MD_UI_music_leftCont
  15. {
  16. width: 115px;
  17. height: 100%;
  18. position: relative;
  19. vertical-align: top;
  20. float: left;
  21. }
  22. .U_MD_UI_music_rightCont
  23. {
  24. height: 100%;
  25. width: calc(100% - 115px);
  26. position: relative;
  27. float: right;
  28. }
  29. .U_MD_UI_music_CoverBox
  30. {
  31. width: 65px;
  32. height: 65px;
  33. border-radius: 100%;
  34. margin-left: 25px;
  35. margin-top: 38px;
  36. overflow: hidden;
  37. }
  38. .U_MD_UI_music_CoverBox img
  39. {
  40. width: 100%;
  41. }
  42. .U_MD_UI_music_Name
  43. {
  44. position: absolute;
  45. top: 44px;
  46. width: 260px;
  47. height: 30px;
  48. overflow: hidden;
  49. text-overflow: ellipsis;
  50. white-space: nowrap;
  51. }
  52. .U_MD_UI_music_leftBtn
  53. {
  54. position: absolute;
  55. left: 5px;
  56. background: url(/img/Controls/Audio/pc/上一首.png);
  57. width: 17px;
  58. height: 21px;
  59. bottom: 24px;
  60. cursor: pointer;
  61. }
  62. .U_MD_UI_music_pauseBtn
  63. {
  64. position: absolute;
  65. background: url(/img/Controls/Audio/pc/暂停.png);
  66. width: 17px;
  67. height: 29px;
  68. left: 58px;
  69. bottom: 19px;
  70. cursor: pointer;
  71. }
  72. .U_MD_UI_music_rightBtn
  73. {
  74. position: absolute;
  75. background: url(/img/Controls/Audio/pc/下一首.png);
  76. width: 17px;
  77. height: 21px;
  78. left: 113px;
  79. bottom: 24px;
  80. cursor: pointer;
  81. }
  82. .U_MD_UI_music_progressBox
  83. {
  84. width: 100%;
  85. position: absolute;
  86. bottom: 0px;
  87. left: 0px;
  88. background: #fff;
  89. height: 5px;
  90. border-radius: 1px;
  91. }
  92. .U_MD_UI_music_progressBar
  93. {
  94. height: 100%;
  95. width: 0;
  96. background: #a75959;
  97. position: relative;
  98. }
  99. .U_MD_UI_music_playBtn
  100. {
  101. background: url(/img/Controls/Audio/pc/播放.png);
  102. width: 30px;
  103. height: 33px;
  104. left: 55px;
  105. }
  106. .U_MD_UI_music_soundOpen
  107. {
  108. background: url(/img/Controls/Audio/pc/音量-.png);
  109. width: 22px;
  110. height: 18px;
  111. position: absolute;
  112. right: 105px;
  113. bottom: 25px;
  114. cursor: pointer;
  115. }
  116. .U_MD_UI_music_soundClose
  117. {
  118. background: url(/img/Controls/Audio/pc/静音.png);
  119. width: 20px;
  120. height: 16px;
  121. }
  122. .U_MD_UI_music_soundBox
  123. {
  124. position: absolute;
  125. right: 32px;
  126. bottom: 31px;
  127. width: 62px;
  128. height: 6px;
  129. background: #e8b4b4;
  130. border-radius: 2px;
  131. }
  132. .U_MD_UI_music_soundBar
  133. {
  134. width: 0;
  135. background: #f4dbdb;
  136. height: 100%;
  137. position: relative;
  138. }
  139. .U_MD_UI_music_listBtn
  140. {
  141. position: absolute;
  142. background: url(/img/Controls/Audio/pc/列表.png);
  143. width: 21px;
  144. height: 14px;
  145. right: 66px;
  146. top: 14px;
  147. cursor: pointer;
  148. }
  149. .U_MD_UI_music_shrinkBtn
  150. {
  151. position: absolute;
  152. background-image: url(/img/min.png);
  153. background-size: 100%;
  154. width: 21px;
  155. height: 21px;
  156. right: 37px;
  157. top: 11px;
  158. cursor: pointer;
  159. }
  160. .U_MD_UI_music_closeBtn
  161. {
  162. background: url(/img/Controls/Audio/pc/关闭.png);
  163. width: 13px;
  164. height: 13px;
  165. position: absolute;
  166. right: 14px;
  167. top: 15px;
  168. cursor: pointer;
  169. }
  170. .U_MD_UI_music_progressBall
  171. {
  172. width: 12px;
  173. height: 12px;
  174. border-radius: 12px;
  175. background: #a75959;
  176. left: 0%;
  177. margin-left: -1%;
  178. position: absolute;
  179. top: -3px;
  180. cursor: pointer;
  181. }
  182. .U_MD_UI_music_soundBall
  183. {
  184. width: 11px;
  185. height: 11px;
  186. border-radius: 11px;
  187. background: #fff;
  188. position: absolute;
  189. top: -3px;
  190. cursor: pointer;
  191. left: 0;
  192. margin-left: -4%;
  193. }
  194. .U_MD_UI_music_hidden
  195. {
  196. top: -9999px !important;
  197. left: -9999px !important;
  198. }