4b50a21898e961a3140b51ea3fc24216666667bc.svn-base 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. @charset "utf-8";
  2. .wrapper{ width: 570px;_width:575px;margin: 10px auto; zoom:1;position: relative}
  3. .tabbody{height:335px;}
  4. .panel { position: absolute;width:100%; height:100%;background: #fff;}
  5. .panel table td{vertical-align: middle;}
  6. #videoUrl {
  7. width: 490px;
  8. height: 21px;
  9. line-height: 21px;
  10. margin: 8px 5px;
  11. background: #FFF;
  12. border: 1px solid #d7d7d7;
  13. }
  14. #videoSearchTxt{margin-left:15px;background: #FFF;width:200px;height:21px;line-height:21px;border: 1px solid #d7d7d7;}
  15. #searchList{width: 570px;overflow: auto;zoom:1;height: 270px;}
  16. #searchList div{float: left;width: 120px;height: 135px;margin: 5px 15px;}
  17. #searchList img{margin: 2px 8px;cursor: pointer;border: 2px solid #fff} /*不用缩略图*/
  18. #searchList p{margin-left: 10px;}
  19. #videoType{
  20. width: 65px;
  21. height: 23px;
  22. line-height: 22px;
  23. border: 1px solid #d7d7d7;
  24. }
  25. #videoSearchBtn,#videoSearchReset{
  26. /*width: 80px;*/
  27. height: 25px;
  28. line-height: 25px;
  29. background: #eee;
  30. border: 1px solid #d7d7d7;
  31. cursor: pointer;
  32. padding: 0 5px;
  33. }
  34. #preview{width: 420px; margin-left: 10px; _margin-left:5px; height: 280px;background-color: #ddd;float: left}
  35. #videoInfo {width: 120px;float: left;margin-left: 10px;_margin-left:7px;}
  36. fieldset{
  37. border: 1px solid #ddd;
  38. padding-left: 5px;
  39. margin-bottom: 20px;
  40. padding-bottom: 5px;
  41. width: 115px;
  42. }
  43. fieldset legend{font-weight: bold;}
  44. fieldset p{line-height: 30px;}
  45. fieldset input.txt{
  46. width: 65px;
  47. height: 21px;
  48. line-height: 21px;
  49. margin: 8px 5px;
  50. background: #FFF;
  51. border: 1px solid #d7d7d7;
  52. }
  53. label.url{font-weight: bold;margin-left: 5px;color: #06c;}
  54. #videoFloat div{cursor:pointer;opacity: 0.5;filter: alpha(opacity = 50);margin:9px;_margin:5px;width:38px;height:36px;float:left;}
  55. #videoFloat .focus{opacity: 1;filter: alpha(opacity = 100)}
  56. span.view{display: inline-block;width: 30px;float: right;cursor: pointer;color: blue}