css.wcss 5.7 KB

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