270c69519656a7c817004ce74dd3f1332bf3a933.svn-base 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. @charset "utf-8";
  2. .wrapper{ width: 623px;margin: 10px auto;zoom:1;position: relative;}
  3. .tabbody{ height:325px;_height:330px;}/*tab样式框大小*/
  4. .panel { position: absolute;width:100%; height:100%;background: #fff;}
  5. #remote{ z-index: 200;}
  6. #remote table{border-collapse: collapse;width: 620px; height: 300px; margin-top: 5px;}
  7. #remote td.label{text-align: center;width: 80px; }
  8. #remote td{height: 40px;}
  9. td input {
  10. width: 150px;
  11. height: 21px;
  12. line-height: 21px;
  13. background: #FFF;
  14. border: 1px solid #d7d7d7;
  15. }
  16. #url {width: 520px;margin-bottom: 2px;}
  17. #preview{width: 260px; height: 260px; position: absolute;top:50px; left: 341px; z-index: 9999;background-color: #eee}
  18. .lock{
  19. position: absolute;
  20. width: 45px;
  21. height: 40px;
  22. top: 68px;
  23. left: 260px;
  24. background: url("../../themes/default/images/lock.gif") 3px -4px no-repeat;
  25. line-height: 40px;
  26. padding-top:10px;
  27. }
  28. .saveDir{
  29. /*width: 132px;*/
  30. /*text-align: right;*/
  31. height: 40px;
  32. line-height: 40px;
  33. margin-left: 30px;
  34. float: left;
  35. }
  36. .saveDir select{
  37. height: 30px;
  38. }
  39. #duiqi{ width: 62px; height: 38px;float: left}
  40. #remoteFloat div,#localFloat div{cursor:pointer;opacity: 0.5;filter: alpha(opacity = 50);margin-left:1px;width:38px;height:36px;float:left;}
  41. #remoteFloat .focus,#localFloat .focus{opacity: 1;filter: alpha(opacity = 100)}
  42. #maskIframe{ width: 620px; height: 325px; position: absolute;z-index: 100; }
  43. #flashContainer { margin: 6px;position: relative;}
  44. #upload{width: 100px;height: 30px;float: right; margin:3px 6px 0 0;cursor: pointer;}
  45. #imageList{width: 620px;height: 315px; margin-top: 10px;overflow:hidden;overflow-y: auto;}
  46. #imageList img{cursor: pointer ;border: 2px solid #fff}
  47. #imgManager #imageList div{float: left;width: 100px;height: 100px;margin: 5px 10px;}
  48. #imgSearchTxt{padding-left:2px;margin-left:15px;background: #FFF;width:200px;height:21px;line-height:21px;border: 1px solid #d7d7d7;}
  49. #searchList{width: 620px;overflow: auto;zoom:1;height: 270px;}
  50. #searchList div{float: left;width: 116px;height: 135px;margin: 5px 15px;_margin:5px 10px;}
  51. #searchList img{margin: 2px 8px;cursor: pointer;border: 2px solid #fff} /*不用缩略图*/
  52. #searchList p{margin-left: 10px;_margin-left:8px;}
  53. #imgType{
  54. width: 65px;
  55. height: 23px;
  56. line-height: 22px;
  57. border: 1px solid #d7d7d7;
  58. }
  59. #imgSearchBtn,#imgSearchReset{
  60. width: 100%;
  61. height: 25px;
  62. margin: 0 3px;
  63. line-height: 25px;
  64. background: #eee;
  65. border: 1px solid #d7d7d7;
  66. cursor: pointer
  67. }
  68. .msg{margin-left: 5px;}