image.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. @charset "utf-8";
  2. .wrapper {
  3. width: 623px;
  4. margin: 10px auto;
  5. zoom: 1;
  6. position: relative;
  7. }
  8. .tabbody {
  9. height: 325px;
  10. _height: 330px;
  11. }
  12. /*tab样式框大小*/
  13. .panel {
  14. position: absolute;
  15. width: 100%;
  16. height: 100%;
  17. background: #fff;
  18. }
  19. #remote {
  20. z-index: 200;
  21. }
  22. #remote table {
  23. border-collapse: collapse;
  24. width: 620px;
  25. height: 300px;
  26. margin-top: 5px;
  27. }
  28. #remote td.label {
  29. text-align: center;
  30. width: 80px;
  31. }
  32. #remote td {
  33. height: 40px;
  34. }
  35. td input {
  36. width: 150px;
  37. height: 21px;
  38. line-height: 21px;
  39. background: #FFF;
  40. border: 1px solid #d7d7d7;
  41. }
  42. #url {
  43. width: 520px;
  44. margin-bottom: 2px;
  45. }
  46. #preview {
  47. width: 260px;
  48. height: 260px;
  49. position: absolute;
  50. top: 50px;
  51. left: 341px;
  52. z-index: 9999;
  53. background-color: #eee
  54. }
  55. .lock {
  56. position: absolute;
  57. width: 45px;
  58. height: 40px;
  59. top: 68px;
  60. left: 260px;
  61. background: url("../../themes/default/images/lock.gif") 3px -4px no-repeat;
  62. line-height: 40px;
  63. padding-top: 10px;
  64. }
  65. .saveDir {
  66. /*width: 132px;*/
  67. /*text-align: right;*/
  68. height: 40px;
  69. line-height: 40px;
  70. margin-left: 30px;
  71. float: left;
  72. }
  73. .saveDir select {
  74. height: 30px;
  75. }
  76. #duiqi {
  77. width: 62px;
  78. height: 38px;
  79. float: left
  80. }
  81. #remoteFloat div, #localFloat div {
  82. cursor: pointer;
  83. opacity: 0.5;
  84. filter: alpha(opacity=50);
  85. margin-left: 1px;
  86. width: 38px;
  87. height: 36px;
  88. float: left;
  89. }
  90. #remoteFloat .focus, #localFloat .focus {
  91. opacity: 1;
  92. filter: alpha(opacity=100)
  93. }
  94. #maskIframe {
  95. width: 620px;
  96. height: 325px;
  97. position: absolute;
  98. z-index: 100;
  99. }
  100. #flashContainer {
  101. margin: 6px;
  102. position: relative;
  103. }
  104. #upload {
  105. width: 100px;
  106. height: 30px;
  107. float: right;
  108. margin: 3px 6px 0 0;
  109. cursor: pointer;
  110. }
  111. #imageList {
  112. width: 620px;
  113. height: 315px;
  114. margin-top: 10px;
  115. overflow: hidden;
  116. overflow-y: auto;
  117. }
  118. #imageList img {
  119. cursor: pointer;
  120. border: 2px solid #fff
  121. }
  122. #imgManager #imageList div {
  123. float: left;
  124. width: 100px;
  125. height: 100px;
  126. margin: 5px 10px;
  127. }
  128. #imgSearchTxt {
  129. padding-left: 2px;
  130. margin-left: 15px;
  131. background: #FFF;
  132. width: 200px;
  133. height: 21px;
  134. line-height: 21px;
  135. border: 1px solid #d7d7d7;
  136. }
  137. #searchList {
  138. width: 620px;
  139. overflow: auto;
  140. zoom: 1;
  141. height: 270px;
  142. }
  143. #searchList div {
  144. float: left;
  145. width: 116px;
  146. height: 135px;
  147. margin: 5px 15px;
  148. _margin: 5px 10px;
  149. }
  150. #searchList img {
  151. margin: 2px 8px;
  152. cursor: pointer;
  153. border: 2px solid #fff
  154. }
  155. /*不用缩略图*/
  156. #searchList p {
  157. margin-left: 10px;
  158. _margin-left: 8px;
  159. }
  160. #imgType {
  161. width: 65px;
  162. height: 23px;
  163. line-height: 22px;
  164. border: 1px solid #d7d7d7;
  165. }
  166. #imgSearchBtn, #imgSearchReset {
  167. width: 100%;
  168. height: 25px;
  169. margin: 0 3px;
  170. line-height: 25px;
  171. background: #eee;
  172. border: 1px solid #d7d7d7;
  173. cursor: pointer
  174. }
  175. .msg {
  176. margin-left: 5px;
  177. }