image.css 2.9 KB

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