css.wcss 6.1 KB

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