css.wcss 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  1. {
  2. "titleDiv":{
  3. "width":"100%",
  4. "height" :"40px",
  5. "line-height":"40px",
  6. "font-size":"20px",
  7. "font-weight":"bold",
  8. "margin-top":"10px",
  9. "text-align":"center"
  10. },
  11. "inforDiv":{
  12. "width":"100%",
  13. "height" :"40px",
  14. "line-height":"40px",
  15. "text-align":"center"
  16. },
  17. "gatherDiv":{
  18. "width":"100%",
  19. "font-size":"14px"
  20. },
  21. "tabContentDiv":{"height":"50px","line-height":"50px","width":"100%","padding-left":"200px"},
  22. "tabContentLi":{
  23. "display":"inline-block",
  24. "width":"170px",
  25. "cursor":"pointer",
  26. "text-align":"center",
  27. "margin":"0 10px",
  28. "font-size":"16px",
  29. "border-left":"1px solid #3d77c1",
  30. "border-right":"1px solid #3d77c1",
  31. "border-top":"1px solid #3d77c1",
  32. "border-bottom":"1px solid #ffffff"
  33. },
  34. "gatherContentDiv":{"border-top":"1px solid #3d77c1","width":"100%","height":"400px"},
  35. "trNode":{"border-bottom":"1px solid #ff0000","max-height":"100px","overflow":"hidden"},
  36. "tdNodeTitle":{
  37. "max-height":"100px",
  38. "cursor":"pointer",
  39. "color":"#003399",
  40. "font-size":"16px",
  41. "padding-left":"10px"
  42. },
  43. "tdNodeContent":{"vertical-align":"top","border-bottom":"1px solid #cfecf5","padding-left":"15px"},
  44. "tdNodeAction":{"border-bottom":"1px solid #cfecf5","text-align":"center"},
  45. "textareaNode":{"width":"100%","height":"100px"},
  46. "actionTxt":{"cursor":"pointer","color":"#0066cc"},
  47. "divNode" :{
  48. "width":"100%",
  49. "height":"100px",
  50. "max-height":"100px",
  51. "overflow":"hidden"
  52. },
  53. "formMarkNode": {
  54. "width": "100%",
  55. "height": "100%",
  56. "opacity": 0.6,
  57. "position": "absolute",
  58. "background-color": "#CCC",
  59. "top": "0px",
  60. "left": "0px"
  61. },
  62. "formAreaNode": {
  63. "position": "absolute",
  64. "opacity": 0,
  65. "top": "0px"
  66. },
  67. "formNode": {
  68. "background-color": "#FFF",
  69. "box-shadow": "0px 0px 10px #999",
  70. "margin": "auto",
  71. "border": "1px solid #fff",
  72. "overflow": "hidden"
  73. },
  74. "formTopNode": {
  75. "color" : "#fff",
  76. "height": "40px",
  77. "background-color": "#3d77c1",
  78. "border-top": "1px solid #ddd",
  79. "border-bottom": "1px solid #b6b6b6",
  80. "line-height": "40px",
  81. "font-size": "14px",
  82. "padding-left" : "5px",
  83. "text-align": "left"
  84. },
  85. "formTopIconNode" : {
  86. "width": "32px",
  87. "height": "32px",
  88. "float": "left",
  89. "background": "url(/x_component_Execution/$WorkGather/default/icon/document.png) no-repeat center 4px"
  90. },
  91. "formTopTextNode" : {
  92. "font-size": "16px",
  93. "float": "left"
  94. },
  95. "formTopCloseActionNode": {
  96. "width": "32px",
  97. "height": "32px",
  98. "float": "right",
  99. "padding-left" : "30px",
  100. "padding-right" : "10px",
  101. "background": "url(/x_component_Execution/$WorkGather/default/icon/close.png) no-repeat center 4px",
  102. "cursor": "pointer"
  103. },
  104. "formTopContentNode" : {
  105. "float" : "right",
  106. "padding-right" : "10px",
  107. "text-align" : "right"
  108. },
  109. "formTopContentTitle" : {
  110. },
  111. "formTopContentValue" : {
  112. "padding-right" : "20px",
  113. "font-size": "12px"
  114. },
  115. "formNewNode": {
  116. "width": "47px",
  117. "height": "47px",
  118. "background": "url(/x_component_Template/$Explorer/default/icon/new.png) no-repeat"
  119. },
  120. "formIconNode": {
  121. "width": "47px",
  122. "height": "47px"
  123. },
  124. "formEditNode": {
  125. "width": "47px",
  126. "height": "47px"
  127. },
  128. "formContentNode": {
  129. "border": "0px solid #666",
  130. "width": "100%",
  131. "margin": "auto",
  132. "font-size": "14px",
  133. "color": "#666",
  134. "font-family": "微软雅黑",
  135. "overflow" : "hidden"
  136. },
  137. "formTableContainer" : {
  138. "margin": "0px 10px",
  139. "overflow" : "hidden",
  140. "positon" : "static"
  141. },
  142. "formBottomNode" : {
  143. "height" : "40px",
  144. "line-height" : "40px",
  145. "background-color" : "#3d77c1",
  146. "overflow" : "hidden",
  147. "padding-top" : "10px"
  148. },
  149. "formOkActionNode": {
  150. //"margin-top" : "5px",
  151. "height": "30px",
  152. "width": "75px",
  153. "cursor": "pointer",
  154. "float": "right",
  155. "line-height": "30px",
  156. "text-align": "center",
  157. "font-size": "16px",
  158. "font-family": "微软雅黑",
  159. "border": "1px solid #3d77c1",
  160. "background-color" : "#5d97e1",
  161. "color": "#FFF",
  162. "margin-right": "20px",
  163. "box-shadow": "0px 0px 3px #5d97e1"
  164. },
  165. "formCancelActionNode": {
  166. //"margin-top" : "5px",
  167. "height": "30px",
  168. "width": "75px",
  169. "cursor": "pointer",
  170. "float": "right",
  171. "line-height": "30px",
  172. "text-align": "center",
  173. "font-size": "16px",
  174. "font-family": "微软雅黑",
  175. "border": "1px solid #3d77c1",
  176. "background-color" : "#5d97e1",
  177. "color": "#FFF",
  178. "margin-right": "20px",
  179. "box-shadow": "0px 0px 3px #5d97e1"
  180. },
  181. "formActionNode": {
  182. //"margin-top" : "5px",
  183. "height": "30px",
  184. "width": "75px",
  185. "cursor": "pointer",
  186. "float": "left",
  187. "line-height": "30px",
  188. "text-align": "center",
  189. "font-size": "16px",
  190. "font-family": "微软雅黑",
  191. "color": "#FFF",
  192. "margin-left": "10px",
  193. "margin-right": "20px"
  194. },
  195. "workContentArea" : {
  196. "margin" : "20px 10px",
  197. "min-height" : "100px",
  198. "border" : "1px solid #ccc",
  199. "position" : "relative"
  200. },
  201. "workContentTitleNode" : {
  202. "text-align" : "center",
  203. "position" : "absolute",
  204. "left" : "20px",
  205. "top" : "-10px",
  206. "background-color" : "#fff",
  207. "height" : "20px",
  208. "width" : "100px"
  209. },
  210. "workContentNode" : {
  211. "margin-top":"10px"
  212. },
  213. "centerWorkInforTable" : {
  214. },
  215. "centerWorkInforTitle" : {
  216. "padding-left" : "15px",
  217. "font-size" : "12px",
  218. "font-weight" : "bold",
  219. "color" : "#555",
  220. "width" : "80px"
  221. },
  222. "centerWorkInforValue" : {
  223. "color" : "#666",
  224. "text-align" : "left"
  225. },
  226. "centerWorkInforTitleDiv" : {
  227. "padding-left" : "10px",
  228. "font-size" : "12px",
  229. "font-weight" : "bold",
  230. "color" : "#555",
  231. "min-width" : "90px",
  232. "float" : "left"
  233. },
  234. "centerWorkInforValueDiv" : {
  235. "color" : "#666",
  236. "min-width" : "100px",
  237. "margin-right" : "40px",
  238. "float" : "left"
  239. },
  240. "viewHeadNode": {
  241. "width":"100%",
  242. "height": "20px",
  243. "background-color": "#fff",
  244. "color": "#666666",
  245. "line-height": "30px",
  246. "font-family": "微软雅黑",
  247. "font-size": "14px"
  248. },
  249. "normalThNode" : {
  250. "background-color" : "#fff",
  251. "text-align":"center",
  252. "border-bottom": "1px solid #cfecf5",
  253. "font-weight" : "normal"
  254. },
  255. "sortIconNode" : {
  256. "height": "16px",
  257. "width": "16px",
  258. "line-height": "20px",
  259. "margin-top": "5px",
  260. //"float": "left",
  261. "display":"inline-block",
  262. "margin-right": "5px",
  263. "background-position" : "center center",
  264. "background-repeat" : "no-repeat",
  265. "background-image" : "url(/x_component_Template/$Explorer/default/icon/dblsort.gif)"
  266. },
  267. "sortIconNode_asc" : {
  268. "height": "16px",
  269. "width": "16px",
  270. "line-height": "20px",
  271. "margin-top": "5px",
  272. //"float": "left",
  273. "display":"inline-block",
  274. "margin-right": "5px",
  275. "background-position" : "center center",
  276. "background-repeat" : "no-repeat",
  277. "background-image" : "url(/x_component_Template/$Explorer/default/icon/dblasc.gif)"
  278. },
  279. "sortIconNode_desc" : {
  280. "height": "16px",
  281. "width": "16px",
  282. "line-height": "20px",
  283. "margin-top": "5px",
  284. //"float": "left",
  285. "display":"inline-block",
  286. "margin-right": "5px",
  287. "background-position" : "center center",
  288. "background-repeat" : "no-repeat",
  289. "background-image" : "url(/x_component_Template/$Explorer/default/icon/dbldesc.gif)"
  290. },
  291. "documentNode":{
  292. "min-height": "29px",
  293. "overflow": "hidden",
  294. "color": "#666666",
  295. //"line-height": "39px",
  296. "cursor": "pointer",
  297. "font-family": "微软雅黑",
  298. "font-size": "12px",
  299. "background-color": "#f5f6f7"
  300. },
  301. "documentNode_noread": {
  302. "background-color": "#fcfcfc"
  303. },
  304. "documentNode_over": {
  305. "background-color": "#f5f6f7"
  306. },
  307. "documentNode_remove": {
  308. "background-color": "#ffcccc"
  309. },
  310. "documentActionNode": {
  311. "height": "20px",
  312. "width": "20px",
  313. "line-height": "20px",
  314. "color": "#0066cc",
  315. "cursor": "pointer",
  316. "margin-right": "5px"
  317. },
  318. "documentActionNode_over":{
  319. "color": "#003399"
  320. },
  321. "documentActionNode_down":{
  322. "color": "#000"
  323. },
  324. "normalTdNode" : {
  325. "min-height": "30px",
  326. "max-height":"100px",
  327. "padding-left" : "0px",
  328. "text-align":"left",
  329. "overflow" : "hidden",
  330. //"font-weight" : "bold",
  331. //"border-top": "1px solid #FFF",
  332. "border-top": "1px dashed #cfecf5"
  333. },
  334. "normalTdCenterNode" : {
  335. "min-height": "30px",
  336. "padding-left" : "10px",
  337. "text-align":"center",
  338. "overflow" : "hidden",
  339. //"font-weight" : "bold",
  340. //"border-top": "1px solid #FFF",
  341. "border-top": "1px dashed #cfecf5"
  342. },
  343. "documentSubject" : {
  344. "font-size" : "16px",
  345. "font-weight" : "bold",
  346. "color" : "#ec6a1a"
  347. },
  348. "itemBlock" : {
  349. "overflow" : "hidden",
  350. "display" : "block"
  351. },
  352. "itemInLine" : {
  353. "float" : "left",
  354. "font-color" : "#888",
  355. "padding-right" : "10px",
  356. "padding-top" : "5px"
  357. },
  358. "titleTdNode" : {
  359. "font-size" : "16px",
  360. "font-weight" : "bold",
  361. "color" : "#ec6a1a",
  362. "border-top": "1px dashed #cfecf5"
  363. }
  364. }