css.wcss 9.1 KB

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