image.css 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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") -2px -3px no-repeat;
  25. line-height: 40px;
  26. padding-top:13px;
  27. }
  28. #duiqi{ width: 62px; height: 38px;float: left}
  29. #remoteFloat div,#localFloat div{cursor:pointer;opacity: 0.5;filter: alpha(opacity = 50);margin-left:1px;width:38px;height:36px;float:left;}
  30. #remoteFloat .focus,#localFloat .focus{opacity: 1;filter: alpha(opacity = 100)}
  31. #maskIframe{ width: 620px; height: 325px; position: absolute;z-index: 100; }
  32. #flashContainer { margin: 6px;position: relative;}
  33. #upload{width: 100px;height: 30px;float: right; margin:3px 6px 0 0;cursor: pointer;}
  34. #imageList{width: 620px;height: 315px; margin-top: 10px;overflow:hidden;overflow-y: auto;}
  35. #imageList img{cursor: pointer ;border: 2px solid #fff}
  36. #imgManager #imageList div{float: left;width: 100px;height: 100px;margin: 5px 10px;}
  37. #imgSearchTxt{padding-left:2px;margin-left:15px;background: #FFF;width:200px;height:21px;line-height:21px;border: 1px solid #d7d7d7;}
  38. #searchList{width: 620px;overflow: auto;zoom:1;height: 270px;}
  39. #searchList div{float: left;width: 116px;height: 135px;margin: 5px 15px;_margin:5px 10px;}
  40. #searchList img{margin: 2px 8px;cursor: pointer;border: 2px solid #fff} /*不用缩略图*/
  41. #searchList p{margin-left: 10px;_margin-left:8px;}
  42. #imgType{
  43. width: 65px;
  44. height: 23px;
  45. line-height: 22px;
  46. border: 1px solid #d7d7d7;
  47. }
  48. #imgSearchBtn,#imgSearchReset{
  49. width: 100%;
  50. height: 25px;
  51. margin: 0 3px;
  52. line-height: 25px;
  53. background: #eee;
  54. border: 1px solid #d7d7d7;
  55. cursor: pointer
  56. }
  57. .msg{margin-left: 5px;}