video.css 5.2 KB

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