style.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. .audio_pertime-choice{
  2. width: 370px;
  3. height: 20px;
  4. }
  5. .audio_time-tit{
  6. width: 50px;
  7. height: 18px;
  8. line-height:18px;
  9. float: left;
  10. text-align: right;
  11. font-size: 12px;
  12. color: #666;
  13. margin-top: 2px;
  14. }
  15. .audio_time-btns{
  16. float: left;
  17. width: 200px;
  18. height: 20px;
  19. }
  20. .audio_time-btn{
  21. float: left;
  22. width: 40px;
  23. height: 18px;
  24. text-align: center;
  25. font-size: 12px;
  26. line-height: 18px;
  27. border: 1px solid #ccc;
  28. cursor: pointer;
  29. margin-left: 5px;
  30. margin-top: 2px;
  31. }
  32. .audio_time-btn:hover{
  33. background-color: #f0f0f0;
  34. }
  35. .audio_time_select{
  36. background-color: #0087B5;
  37. color: #fff;
  38. }
  39. .audio_time_select:hover{
  40. background-color: #0087B5;
  41. color: #fff;
  42. }
  43. .audio_progress{
  44. width: 272px;
  45. height: 6px;
  46. margin-left:7px;
  47. cursor:pointer;
  48. background-image: url(../img/progress.png);
  49. background-repeat: no-repeat;
  50. }
  51. .audio_progress_total{
  52. width: 370px;
  53. height: 20px;
  54. }
  55. .audio_progress_total div{
  56. float: left;
  57. }
  58. .audio_progress_div{
  59. width: 272px;
  60. height: 10px;
  61. margin: 10px 0px 0px 0px;
  62. }
  63. .audio_progress_time{
  64. width: 88px;
  65. height: 20px;
  66. color: #FFF;
  67. text-align: left;
  68. margin: 2px 0px 0px 8px;
  69. }
  70. .audio_progress_nowtime{
  71. font-size:11px;
  72. width: 35px;
  73. height: 20px;
  74. margin: 0px 0px 0px 5px;
  75. }
  76. .audio_progress_totaltime{
  77. font-size:11px;
  78. width: 35px;
  79. height: 20px;
  80. margin: 0px 0px 0px 0px;
  81. }
  82. .audio_btn_total{
  83. width: 362px;
  84. height: 25px;
  85. }
  86. .audio_btn{
  87. float:left;
  88. width: 200px;
  89. height: 20px;
  90. margin: 0px 0px 0px 50px;
  91. }
  92. .audio_btn div{
  93. float:left;
  94. }
  95. .audio_btn_stop{
  96. width: 10px;
  97. height: 10px;
  98. margin: 2px 0px 0px 30px;
  99. background-image: url(../img/stop.png);
  100. background-repeat: no-repeat;
  101. cursor: pointer;
  102. }
  103. .audio_btn_stop:hover{
  104. background-image: url(../img/stop_1.png);
  105. }
  106. .audio_btn_back{
  107. width: 16px;
  108. height: 10px;
  109. margin: 2px 0px 0px 30px;
  110. background-image: url(../img/back.png);
  111. background-repeat: no-repeat;
  112. cursor: pointer;
  113. }
  114. .audio_btn_back:hover{
  115. background-image: url(../img/back_1.png);
  116. }
  117. .audio_btn_play{
  118. width: 15px;
  119. height: 15px;
  120. margin: 0px 0px 0px 30px;
  121. background-image: url(../img/play.png);
  122. background-repeat: no-repeat;
  123. cursor: pointer;
  124. }
  125. .audio_btn_play:hover{
  126. background-image: url(../img/play_1.png);
  127. }
  128. .audio_btn_forward{
  129. width: 16px;
  130. height: 10px;
  131. margin: 2px 0px 0px 30px;
  132. background-image: url(../img/forward.png);
  133. background-repeat: no-repeat;
  134. cursor: pointer;
  135. }
  136. .audio_btn_forward:hover{
  137. background-image: url(../img/forward_1.png);
  138. }
  139. .audio_btn_parse{
  140. width: 15px;
  141. height: 15px;
  142. margin: 0px 0px 0px 30px;
  143. background-image: url(../img/parse.png);
  144. background-repeat: no-repeat;
  145. cursor: pointer;
  146. display: none;
  147. }
  148. .audio_btn_parse:hover{
  149. background-image: url(../img/parse_1.png);
  150. }
  151. .audio_progress_btn{
  152. width:10px;
  153. height: 10px;
  154. margin: -4px 0px 0px 0px;
  155. background-image: url(../img/dian.png);
  156. background-repeat: no-repeat;
  157. cursor: pointer;
  158. }
  159. .audio_progress_btn:hover{
  160. background-image: url(../img/dian_1.png);
  161. }
  162. .audio_text{
  163. float:left;
  164. width: 160px;
  165. height: 25px;
  166. margin: 0px 0px 0px 0px;
  167. font-size: 12px;
  168. }
  169. .audio_text div{
  170. float: left;
  171. }
  172. .audio_text_pertime{
  173. width: 70px;
  174. height: 25px;
  175. margin: -2px 0px 0px 25px;
  176. }
  177. .audio_text_time_select{
  178. cursor:pointer;
  179. width: 49px;
  180. height: 17px;
  181. margin: 0px 0px 0px 0px;
  182. font-size: 12px;
  183. background-image: url(../img/select_bg.png);
  184. background-repeat: no-repeat;
  185. }
  186. #audio_text_pertime_input{
  187. width: 24px;
  188. height:17px;
  189. line-height:17px;
  190. background-image:url(../img/timer_bg.png);
  191. background-repeat: no-repeat;
  192. font-size: 12px;
  193. text-align: center;
  194. }
  195. .audio_text_time_option{
  196. display:none;
  197. font-size: 12px;
  198. list-style: none;
  199. width: 49px;
  200. right:54px;
  201. top:-114px;
  202. position: absolute;
  203. z-index: 401;
  204. border: 1px solid #cdd3d5;
  205. }
  206. .audio_text_time_option li{
  207. float:left;
  208. width: 49px;
  209. font-size: 12px;
  210. list-style: none;
  211. height: 19px;
  212. line-height: 15px;
  213. text-align: center;
  214. background-color: #ecf3f6;
  215. cursor: pointer;
  216. }
  217. .audio_text_time_option li:hover{
  218. background-color: #e6e6e6;
  219. }
  220. .audio_text_time_select_bt{
  221. width: 6px;
  222. height: 4px;
  223. background-image:url(../img/select_bt.png);
  224. background-repeat: no-repeat;
  225. margin: 6px 0px 0px 2px;
  226. cursor: pointer;
  227. }