image.css 3.0 KB

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