css.wcss 9.2 KB

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