video.css 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. @charset "utf-8";
  2. *{ padding: 0;margin: 0}
  3. body{font-size: 12px;color: #888}
  4. .wrapper{ width: 590px;margin: 0 auto; overflow: auto; zoom:1;position: relative;padding: 10px 0}
  5. #tabHeads{position: relative; width:560px;padding-left:9px;z-index: 10;}
  6. #tabHeads span{
  7. display:inline-block;
  8. /*width: 82px;*/
  9. padding: 0 5px;
  10. height:30px;
  11. text-align: center;
  12. cursor: pointer;
  13. line-height: 30px;
  14. border: 1px solid #ccc;
  15. background:url("../../themes/default/images/dialog-title-bg.png") repeat-x;
  16. }
  17. #tabHeads span.focus{ border-bottom: none; height: 31px;background-color: #fff;}
  18. #tabBodys{ border: 1px solid #ccc; width:570px;height:325px;margin: 0 auto;position: relative;top:-1px;}
  19. .panel { position: absolute; width: 570px;height:325px;background: #fff;}
  20. #videoUrl {
  21. width: 490px;
  22. height: 21px;
  23. line-height: 21px;
  24. margin: 8px 5px;
  25. background: #FFF;
  26. border: 1px solid #d7d7d7;
  27. }
  28. #videoSearchTxt{margin-left:15px;background: #FFF;width:200px;height:21px;line-height:21px;border: 1px solid #d7d7d7;}
  29. #searchList{width: 570px;overflow: auto;zoom:1;height: 270px;}
  30. #searchList div{float: left;width: 120px;height: 135px;margin: 5px 15px;}
  31. #searchList img{margin: 2px 8px;cursor: pointer;border: 2px solid #fff} /*不用缩略图*/
  32. #searchList p{margin-left: 10px;}
  33. #videoType{
  34. width: 65px;
  35. height: 23px;
  36. line-height: 22px;
  37. border: 1px solid #d7d7d7;
  38. }
  39. #videoSearchBtn,#videoSearchReset{
  40. /*width: 80px;*/
  41. height: 25px;
  42. line-height: 25px;
  43. background: #eee;
  44. border: 1px solid #d7d7d7;
  45. cursor: pointer;
  46. padding: 0 5px;
  47. }
  48. #preview{width: 420px; margin-left: 10px; _margin-left:5px; height: 280px;background-color: #ddd;float: left}
  49. #videoInfo {width: 120px;float: left;margin-left: 10px;_margin-left:7px;}
  50. fieldset{
  51. border: 1px solid #ddd;
  52. padding-left: 5px;
  53. margin-bottom: 20px;
  54. padding-bottom: 5px;
  55. width: 115px;
  56. }
  57. fieldset legend{font-weight: bold;}
  58. fieldset p{line-height: 30px;}
  59. fieldset input.txt{
  60. width: 65px;
  61. height: 21px;
  62. line-height: 21px;
  63. margin: 8px 5px;
  64. background: #FFF;
  65. border: 1px solid #d7d7d7;
  66. }
  67. label.url{font-weight: bold;margin-left: 5px;color: #06c;}
  68. #videoFloat div{cursor:pointer;opacity: 0.5;filter: alpha(opacity = 50);margin:9px;_margin:5px;width:38px;height:36px;float:left;}
  69. #videoFloat .focus{opacity: 1;filter: alpha(opacity = 100)}
  70. span.view{display: inline-block;width: 30px;float: right;cursor: pointer;color: blue}