css.wcss 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. {
  2. "maxMapDiv":{
  3. "position":"absolute",
  4. "left":"0px",
  5. "top":"0px",
  6. "width":"100%",
  7. "height":"100%",
  8. "background":"#000000",
  9. "z-index":"99"
  10. },
  11. "mapHeadDiv":{
  12. "width":"100%",
  13. "height":"20px"
  14. },
  15. "maxCloseDiv":{
  16. "margin-right":"10px",
  17. "float":"right",
  18. "width":"20px",
  19. "height":"35px",
  20. "background":"url(../x_component_CRM/$Main/default/icons/close.png) no-repeat center 8px",
  21. "cursor":"pointer",
  22. "opacity":"0.5",
  23. "filter":"alpha(opacity=50)"
  24. },
  25. "mapContentDiv":{
  26. "margin":"50px",
  27. "background":"#ffffff"
  28. },
  29. "headContentDiv":{
  30. "background":"#f5f6fb",
  31. "height":"70px",
  32. "width":"100%"
  33. },
  34. "headTitleDiv":{
  35. "width":"70px",
  36. "height":"30px",
  37. "text-align":"center",
  38. "margin":"20px 0px",
  39. "float":"left",
  40. "font-size":"18px",
  41. "display":"inline-block"
  42. },
  43. "headSearchDiv":{
  44. "margin":"20px 0px",
  45. "width":"400px",
  46. "height":"30px",
  47. "float":"left",
  48. "margin-left":"300px"
  49. },
  50. "headSearchTextDiv":{
  51. "vertical-align":"middle",
  52. "height":"30px",
  53. "line-height":"30px",
  54. "width":"300px",
  55. "background":"#fff",
  56. "float":"left"
  57. },
  58. "headSearchImg":{
  59. "display":"inline-block"
  60. // "margin-top":"8px"
  61. },
  62. "headSearchInput":{
  63. "border":"0px",
  64. "width":"260px",
  65. // "height":"30px",
  66. // "line-height":"30px",
  67. "display":"inline-block"
  68. },
  69. "headSearchRemoveImg":{
  70. "cursor":"pointer",
  71. "display":"none"
  72. },
  73. "headSearchBottonDiv":{
  74. "padding-left":"10px",
  75. "color":"#74abff",
  76. "height":"30px",
  77. "line-height":"30px",
  78. "width":"46px",
  79. "background":"#fff",
  80. "margin":"0 5px",
  81. "float":"left",
  82. "cursor":"pointer"
  83. },
  84. "headBottonDiv":{
  85. "margin":"20px 0px",
  86. "float":"right"
  87. },
  88. "headNewBottonDiv":{
  89. "float":"left",
  90. "width":"70px",
  91. "height":"30px",
  92. "line-height":"30px",
  93. "background":"#3f84e9",
  94. "color":"#fff",
  95. "text-align":"center",
  96. "cursor":"pointer",
  97. "border-radius":"3px"
  98. },
  99. "headMoreBottonDiv":{
  100. "float":"left",
  101. "width":"105px",
  102. "height":"30px",
  103. "line-height":"30px",
  104. "background":"#fff",
  105. "border":"1px solid #dcdcde",
  106. "color":"#8d8986",
  107. "margin":"0 10px",
  108. "text-align":"center",
  109. "cursor":"pointer",
  110. "border-radius":"3px"
  111. },
  112. "contentListDiv":{
  113. "overflow":"hidden"
  114. },
  115. "contentListInDiv":{
  116. "overflow-y":"hidden",
  117. "overflow-x":"auto"
  118. },
  119. "viewHeadNode": {
  120. "width":"100%",
  121. "height": "20px",
  122. "background-color": "#fff",
  123. "color": "#666666",
  124. "line-height": "30px",
  125. "font-family": "Microsoft YaHei",
  126. "font-size": "14px"
  127. },
  128. "normalThNode" : {
  129. "background-color" : "#fff",
  130. "text-align":"left",
  131. "padding-left":"10px",
  132. "border-bottom": "1px solid #cfecf5",
  133. "font-weight" : "normal"
  134. },
  135. "sortIconNode" : {
  136. "height": "16px",
  137. "width": "16px",
  138. "line-height": "20px",
  139. "margin-top": "5px",
  140. //"float": "left",
  141. "display":"inline-block",
  142. "margin-right": "5px",
  143. "background-position" : "center center",
  144. "background-repeat" : "no-repeat",
  145. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dblsort.gif)"
  146. },
  147. "sortIconNode_asc" : {
  148. "height": "16px",
  149. "width": "16px",
  150. "line-height": "20px",
  151. "margin-top": "5px",
  152. //"float": "left",
  153. "display":"inline-block",
  154. "margin-right": "5px",
  155. "background-position" : "center center",
  156. "background-repeat" : "no-repeat",
  157. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dblasc.gif)"
  158. },
  159. "sortIconNode_desc" : {
  160. "height": "16px",
  161. "width": "16px",
  162. "line-height": "20px",
  163. "margin-top": "5px",
  164. //"float": "left",
  165. "display":"inline-block",
  166. "margin-right": "5px",
  167. "background-position" : "center center",
  168. "background-repeat" : "no-repeat",
  169. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dbldesc.gif)"
  170. },
  171. "documentNode":{
  172. "height":"50px",
  173. "overflow": "hidden",
  174. "color": "#666666",
  175. //"line-height": "39px",
  176. "cursor": "pointer",
  177. "font-family": "Microsoft YaHei",
  178. "font-size": "12px",
  179. "background-color": "#fff",
  180. "white-space":"nowrap",
  181. "text-overflow":"ellipsis",
  182. "overflow":"hidden"
  183. },
  184. "documentNodeCenter":{
  185. "max-height":"50px",
  186. "min-height": "50px",
  187. "overflow": "hidden",
  188. "color": "#666666",
  189. //"line-height": "39px",
  190. "cursor": "pointer",
  191. "font-family": "Microsoft YaHei",
  192. "font-size": "12px",
  193. "background-color": "#fff"
  194. },
  195. "documentNode_noread": {
  196. "background-color": "#fcfcfc"
  197. },
  198. "documentNode_over": {
  199. "background-color": "#f5f6f7"
  200. },
  201. "documentNode_remove": {
  202. "background-color": "#ffcccc"
  203. },
  204. "documentActionNode": {
  205. "height": "20px",
  206. //"width": "20px",
  207. //"line-height": "20px",
  208. "color": "#0066cc",
  209. "cursor": "pointer",
  210. "margin-right": "5px",
  211. "display":"block"
  212. },
  213. "documentActionNode_over":{
  214. "color": "#003399"
  215. },
  216. "documentActionNode_down":{
  217. "color": "#000"
  218. },
  219. "normalTdNode" : {
  220. "min-height": "50px",
  221. "padding-left" : "10px",
  222. "text-align":"left",
  223. "white-space":"nowrap",
  224. "text-overflow":"ellipsis",
  225. "overflow":"hidden",
  226. //"font-weight" : "bold",
  227. //"border-top": "1px solid #FFF",
  228. "border-top": "1px dashed #cfecf5"
  229. },
  230. "normalTdCenterNode" : {
  231. "min-height": "50px",
  232. "padding-left" : "10px",
  233. "text-align":"center",
  234. "overflow" : "hidden",
  235. //"font-weight" : "bold",
  236. //"border-top": "1px solid #FFF",
  237. "border-top": "1px dashed #cfecf5"
  238. },
  239. "documentIcon":{
  240. "height":"20px",
  241. //"margin-top":"5px",
  242. "display":"block"
  243. },
  244. "itemBlock" : {
  245. "overflow" : "hidden",
  246. "display" : "block"
  247. },
  248. "itemInLine" : {
  249. "float" : "left",
  250. "font-color" : "#888",
  251. "padding-right" : "10px",
  252. "padding-top" : "5px"
  253. }
  254. }