video.css 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. .meteo-video-content{
  2. width:492px;
  3. /*width:500px;*/
  4. height: 78px;
  5. }
  6. .meteo-video-title{
  7. height: 20px;
  8. }
  9. .meteo-video-panel{
  10. height: 54px;
  11. background: #1257ac;
  12. border: 1px solid #03e3fa;
  13. /*clear: both;*/
  14. }
  15. .meteo-video-panel-left{
  16. height: 54px;
  17. width: 14px;
  18. float: left;
  19. background: url(../img/border-left.png) no-repeat;
  20. }
  21. .meteo-video-panel-right{
  22. height: 54px;
  23. width: 14px;
  24. float: right;
  25. background: url(../img/border-right.png) no-repeat;
  26. }
  27. .meteo-video-panel-center{
  28. width: 400px;
  29. height: 54px;
  30. float: left;
  31. }
  32. .meteo-title-left{
  33. height: 20px;
  34. width: auto;
  35. float: left;
  36. max-width: 600px;
  37. }
  38. .meteo-title-left .meteo-title-left-l{
  39. width: 7px;
  40. height: 20px;
  41. float: left;
  42. background: url(../img/title-lbg.png) no-repeat;
  43. }
  44. .meteo-title-left .meteo-title-left-c{
  45. float: left;
  46. height: 20px;
  47. min-width: 92px;
  48. font-size: 13px;
  49. color: #FFF;
  50. background: url(../img/title-cbg.png) repeat-x;
  51. }
  52. .meteo-title-left .meteo-title-left-r{
  53. width: 20px;
  54. height: 20px;
  55. float: left;
  56. background: url(../img/title-rbg.png) no-repeat;
  57. }
  58. .meteo-title-right-close{
  59. width: 24px;
  60. height: 20px;
  61. float: right;
  62. cursor: pointer;
  63. margin-top: 2px;
  64. background: url(../img/btn_close.png) 0 5px no-repeat;
  65. }
  66. .meteo-video-progress-total{
  67. height: 24px;
  68. width: 400px;
  69. }
  70. .meteo-video-progress-div{
  71. margin-top: 18px;
  72. height: 6px;
  73. float: left;
  74. }
  75. .meteo-video-progress{
  76. height: 6px;
  77. width: 400px;
  78. cursor: pointer;
  79. position: relative;
  80. background: url(../img/time-progress.png) no-repeat;
  81. }
  82. .meteo-video-progress_btn{
  83. height: 24px;
  84. width: 24px;
  85. cursor: pointer;
  86. position: absolute;
  87. top: -11px;
  88. left: -11px;
  89. background: url(../img/point.png) no-repeat;
  90. }
  91. .meteo-video-opt{
  92. height: 30px;
  93. width: 400px;
  94. float: left;
  95. }
  96. .meteo-video-bottom{
  97. position: absolute;
  98. left: 200px;
  99. height: 30px;
  100. width: 160px;
  101. margin: 7px 0px 0px 0px;
  102. float: left;
  103. text-align: center;
  104. }
  105. .meteo-video-btn-group{
  106. position: absolute;
  107. left: 20px;
  108. width: 160px;
  109. height: 24px;
  110. float: left;
  111. margin-left: 18px;
  112. text-align: center;
  113. }
  114. .meteo-start-time{
  115. color: #FFF;
  116. width: 160px;
  117. font-size: 8px;
  118. float: left;
  119. height: 24px;
  120. margin-top: 3px;
  121. text-align: left;
  122. }
  123. .meteo-end-time{
  124. color: #FFF;
  125. float: left;
  126. width:120px;
  127. font-size: 8px;
  128. height: 24px;
  129. margin-top: 3px;
  130. text-align: right;
  131. }
  132. .meteo-video-btn-stop{
  133. width: 12px;
  134. height: 12px;
  135. float: left;
  136. cursor: pointer;
  137. }
  138. .meteo-video-btn-back{
  139. width: 10px;
  140. margin-left: 25px;
  141. height: 14px;
  142. float: left;
  143. cursor: pointer;
  144. }
  145. .meteo-video-btn-play{
  146. width: 12px;
  147. height: 16px;
  148. margin-left: 25px;
  149. float: left;
  150. cursor: pointer;
  151. }
  152. .meteo-video-btn-next{
  153. width: 10px;
  154. margin-left: 25px;
  155. height: 14px;
  156. float: left;
  157. cursor: pointer;
  158. }
  159. .meteo-video-progress-count{
  160. width: 60px;
  161. height: 53px;
  162. color: #03e3fa;
  163. font-size: 12px;
  164. float: left;
  165. }
  166. .meteo-video-progress-times{
  167. height: 16px;
  168. margin: 10px 0px 0px 4px;
  169. }
  170. .meteo-video-progress-nowtime{
  171. color: #03e3fa;
  172. font-size: 12px;
  173. }
  174. .meteo-video-progress-lasttime{
  175. color: #03e3fa;
  176. font-size: 12px;
  177. }
  178. .meteo-video-progress-bottom{
  179. float: left;
  180. height: 24px;
  181. width: 60px;
  182. }
  183. .meteo-video-query-btn{
  184. height: 24px;
  185. width: 22px;
  186. cursor: pointer;
  187. margin-left: 20px;
  188. background: url(../img/time-queryBtn.png) no-repeat;
  189. }
  190. .meteo-video-query-panel{
  191. display: none;
  192. width: 260px;
  193. height: 53px;
  194. position: relative;
  195. float: left;
  196. }
  197. .meteo-video-ipt-div{
  198. width: 220px;
  199. height: 53px;
  200. }
  201. .meteo-video-query-ipt{
  202. padding: 2px;
  203. width: 220px;
  204. height: 24px;
  205. }
  206. .meteo-video-query-label{
  207. color: #FFF;
  208. text-align: center;
  209. vertical-align: middle;
  210. font-size: 13px;
  211. }
  212. .meteo-video-query-div{
  213. position: absolute;
  214. height: 53px;
  215. top: 8px;
  216. right: 3px;
  217. width: 40px;
  218. }
  219. .meteo-video-query-btns{
  220. height: 21px;
  221. width: 29px;
  222. color: #1257ac;
  223. text-align: center;
  224. vertical-align: middle;
  225. padding: 5px;
  226. background: #FFF;
  227. cursor: pointer;
  228. border-radius: 4px;
  229. border: 1px solid #03e3fa;
  230. }
  231. .meteo-video-query-btns:hover{
  232. font-weight: bold;
  233. background: #cbffc3;
  234. opacity: 0.8;
  235. }
  236. #meteo-video-query-startDate{
  237. width: 140px;
  238. height: 20px;
  239. line-height: 18px;
  240. font-size: 12px;
  241. }
  242. #meteo-video-query-endDate{
  243. width: 140px;
  244. height: 20px;
  245. line-height: 18px;
  246. font-size: 12px;
  247. }
  248. .meteo-video-stop-img{
  249. background: url(../img/stop_gray.png) no-repeat;
  250. }
  251. .meteo-video-back-img{
  252. background: url(../img/prev_gray.png) no-repeat;
  253. }
  254. .meteo-video-play-img{
  255. background: url(../img/play.png) no-repeat;
  256. }
  257. .meteo-video-parse-img{
  258. background: url(../img/pause.png) no-repeat;
  259. }
  260. .meteo-video-next-img{
  261. background: url(../img/next_gray.png) no-repeat;
  262. }
  263. .meteo-video-stop-img-blue{
  264. background: url(../img/stop_blue.png) no-repeat;
  265. }
  266. .meteo-video-back-img-blue{
  267. background: url(../img/prev_blue.png) no-repeat;
  268. }
  269. .meteo-video-play-img-blue{
  270. background: url(../img/next_blue.png) no-repeat;
  271. }
  272. .meteo-video-next-img-blue{
  273. background: url(../img/next_blue.png) no-repeat;
  274. }