css.wcss 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  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. //"z-index" : "105"
  16. },
  17. "formNode": {
  18. "background-color": "#FFF",
  19. "box-shadow": "0px 0px 10px #999",
  20. "margin": "auto",
  21. "border": "1px solid #fff",
  22. "overflow": "hidden"
  23. },
  24. "formTopNode": {
  25. "color" : "#fff",
  26. "height": "60px",
  27. "background-color": "#3d77c1",
  28. "border-top": "1px solid #ddd",
  29. "border-bottom": "1px solid #b6b6b6",
  30. "line-height": "60px",
  31. "font-size": "16px",
  32. "padding-left" : "5px",
  33. "text-align": "left"
  34. //"margin-right":"10px"
  35. },
  36. "formTopIconNode" : {
  37. "width": "28px",
  38. "margin-top" : "10px",
  39. "height": "32px",
  40. "float": "left",
  41. "background": "url(../x_component_Execution/$WorkDetail/default/icon/document.png) no-repeat center 4px"
  42. },
  43. "formTopTextNode" : {
  44. "font-size": "18px",
  45. "float": "left",
  46. "width" : "1100px",
  47. "text-align" : "center",
  48. "overflow" : "hidden",
  49. "text-overflow" : "ellipsis",
  50. "white-space":"nowrap"
  51. },
  52. "formTopCloseActionNode": {
  53. "width": "32px",
  54. "height": "32px",
  55. "margin-top" : "10px",
  56. "float": "right",
  57. "padding-left" : "30px",
  58. "padding-right" : "10px",
  59. "background": "url(../x_component_Execution/$WorkDetail/default/icon/close.png) no-repeat center 4px",
  60. "cursor": "pointer"
  61. },
  62. "formTopContentNode" : {
  63. "float" : "right",
  64. "padding-right" : "10px",
  65. "text-align" : "right"
  66. },
  67. "formTopContentTitle" : {
  68. },
  69. "formTopContentValue" : {
  70. "padding-right" : "20px",
  71. "font-size": "14px"
  72. },
  73. "formNewNode": {
  74. "width": "47px",
  75. "height": "47px",
  76. "background": "url(../x_component_Template/$Explorer/default/icon/new.png) no-repeat"
  77. },
  78. "formIconNode": {
  79. "width": "47px",
  80. "height": "47px"
  81. },
  82. "formEditNode": {
  83. "width": "47px",
  84. "height": "47px"
  85. },
  86. "formContentNode": {
  87. "border": "0px solid #666",
  88. "width": "100%",
  89. "margin": "auto",
  90. "font-size": "14px",
  91. "color": "#666",
  92. "font-family": "Microsoft YaHei",
  93. "overflow" : "hidden"
  94. },
  95. "formTableContainer" : {
  96. //"margin": "0px 10px",
  97. "overflow" : "hidden",
  98. "positon" : "static"
  99. },
  100. "formBottomNode" : {
  101. "height" : "50px",
  102. "line-height" : "50px",
  103. "border-top" : "1px solid #3d77c1",
  104. "background-color" : "#fff",
  105. "overflow" : "hidden"
  106. },
  107. "formOkActionNode": {
  108. "margin-top" : "5px",
  109. "height": "35px",
  110. "width": "75px",
  111. "cursor": "pointer",
  112. "float": "right",
  113. "line-height": "35px",
  114. "text-align": "center",
  115. "font-size": "16px",
  116. "font-family": "Microsoft YaHei",
  117. "border": "1px solid #3d77c1",
  118. "background-color" : "#3d77c1",
  119. "color": "#FFF",
  120. "margin-right": "20px",
  121. "box-shadow": "3px 3px 3px #999"
  122. },
  123. "formCancelActionNode": {
  124. "margin-top" : "5px",
  125. "height": "35px",
  126. "width": "75px",
  127. "cursor": "pointer",
  128. "float": "right",
  129. "line-height": "35px",
  130. "text-align": "center",
  131. "font-size": "16px",
  132. "font-family": "Microsoft YaHei",
  133. "border": "1px solid #3d77c1",
  134. "background-color" : "#3d77c1",
  135. "color": "#FFF",
  136. "margin-right": "20px",
  137. "box-shadow": "3px 3px 3px #999"
  138. },
  139. "formTableArea" : {
  140. //"height" : "100%",
  141. //"width" : "100%",
  142. "overflow" : "hidden"
  143. },
  144. "formTableValueDiv":{
  145. "line-height":"",
  146. "margin-left":"10px",
  147. "min-height":"50px"
  148. },
  149. "formTableTitleDiv":{
  150. "height":"auto"
  151. },
  152. "workSplitAndDescriptionDiv":{
  153. },
  154. "leftArea" : {
  155. "width" : "265px",
  156. "background-color": "#2b445d"
  157. },
  158. "reportArea" : {
  159. "border": "1px solid #fff"
  160. //"height" : "50%"
  161. },
  162. "reportTopNode": {
  163. "color" : "#fff",
  164. "height": "40px",
  165. "background-color": "#006666",
  166. "line-height": "40px",
  167. "font-size": "14px",
  168. "padding-left" : "10px",
  169. "text-align": "left"
  170. },
  171. "reportTopIconNode" : {
  172. "margin-top" : "4px",
  173. "width": "32px",
  174. "height": "32px",
  175. "float": "left",
  176. "background": "url(../x_component_Execution/$WorkDetail/default/icon/report.png) no-repeat 4px 4px"
  177. },
  178. "reportTopTextNode" : {
  179. "margin-left" : "5px",
  180. "font-size": "16px",
  181. "float": "left"
  182. },
  183. "startReport":{
  184. "float":"right",
  185. "margin-right":"10px",
  186. "cursor":"pointer"
  187. },
  188. "reportContentNode":{
  189. "color" : "#fff",
  190. "min-height" : "260px",
  191. "background-color" : "#2b445d",
  192. //"padding-top" : "10px",
  193. "overflow" : "hidden"
  194. },
  195. "reportItemNode" : {
  196. "height" : "32px",
  197. "line-height" : "32px",
  198. "padding-left":"10px",
  199. "background-color" : "#2b445d"
  200. },
  201. "reportItemNode_over" : {
  202. "background-color" : "#3c76c1"
  203. },
  204. "reportItemIconNode" : {
  205. "width": "32px",
  206. "height": "32px",
  207. "float": "left",
  208. "background": "url(../x_component_Execution/$WorkDetail/default/icon/rep.png) no-repeat 4px 4px"
  209. },
  210. "reportItemTextNode":{
  211. "float": "left",
  212. "cursor":"pointer"
  213. },
  214. "questionArea" : {
  215. "border-top": "1px solid #ddd",
  216. "border-left": "1px solid #ddd",
  217. "border-right": "1px solid #ddd"
  218. //"height" : "50%"
  219. },
  220. "questionTopNode": {
  221. "color" : "#fff",
  222. "height": "40px",
  223. "background-color": "#006666",
  224. "line-height": "40px",
  225. "font-size": "14px",
  226. "padding-left" : "10px",
  227. "text-align": "left"
  228. },
  229. "questionTopIconNode" : {
  230. "margin-top" : "4px",
  231. "width": "32px",
  232. "height": "32px",
  233. "float": "left",
  234. "background": "url(../x_component_Execution/$WorkDetail/default/icon/question.png) no-repeat 4px 4px"
  235. },
  236. "questionTopTextNode" : {
  237. "margin-left" : "5px",
  238. "font-size": "16px",
  239. "float": "left"
  240. },
  241. "questionContentNode":{
  242. "color" : "#fff",
  243. "min-height" : "260px",
  244. "background-color" : "#2b445d",
  245. //"padding-top" : "10px",
  246. "overflow" : "hidden"
  247. },
  248. "questionItemNode" : {
  249. "height" : "32px",
  250. "line-height" : "32px",
  251. "padding-left":"10px"
  252. },
  253. "questionItemIconNode" : {
  254. "width": "32px",
  255. "height": "32px",
  256. "float": "left",
  257. "background": "url(../x_component_Execution/$WorkDetail/default/icon/que.png) no-repeat 4px 4px"
  258. },
  259. "questionItemTextNode":{
  260. "float": "left",
  261. "cursor":"pointer"
  262. },
  263. "detailArea" : {
  264. "width":"630px"
  265. },
  266. "detailTopNode": {
  267. "color" : "#fff",
  268. "height": "40px",
  269. "background-color": "#006666",
  270. "border": "1px solid #ddd",
  271. "line-height": "40px",
  272. "font-size": "14px",
  273. "padding-left" : "15px",
  274. "text-align": "left"
  275. },
  276. "detailTopIconNode" : {
  277. "margin-top" : "4px",
  278. "width": "32px",
  279. "height": "32px",
  280. "float": "left",
  281. "background": "url(../x_component_Execution/$WorkDetail/default/icon/detail.png) no-repeat center center"
  282. },
  283. "detailTopTextNode" : {
  284. "margin-left" : "5px",
  285. "font-size": "16px",
  286. "float": "left"
  287. },
  288. "archiveTextDiv":{
  289. "float":"right",
  290. "margin-right":"5px",
  291. "color":"#ffff00"
  292. },
  293. "detailContentNode" : {
  294. "overflow" : "hidden",
  295. "margin-right" : "6px"
  296. },
  297. "checkArea":{
  298. "padding-left":"5px"
  299. },
  300. "checkTitle":{
  301. "font-weight":"bold"
  302. },
  303. "checkContent":{
  304. "margin-top":"5px",
  305. "margin-left":"10px",
  306. "padding-right":"5px",
  307. "margin-bottom":"20px",
  308. "font-size":"12px"
  309. },
  310. "processInfoDiv":{
  311. "padding-left":"5px"
  312. },
  313. "processInfoTitleDiv":{
  314. "font-weight":"bold"
  315. },
  316. "processInfoContent":{
  317. "margin-left":"10px",
  318. "padding-right":"5px",
  319. "margin-bottom":"20px",
  320. "font-size":"12px"
  321. },
  322. "processTable":{
  323. "margin-top":"10px",
  324. "width":"100%",
  325. "border-collapse":"collapse",
  326. "border-spacing":"0",
  327. "border":"solid #cccccc",
  328. "border-width":"1px 0px 0px 1px"
  329. },
  330. "processTH":{
  331. "border":"solid #cccccc",
  332. "border-width":"0px 1px 1px 0px",
  333. "font-weight":"bold",
  334. "text-align":"center",
  335. "padding":"5px 5px"
  336. },
  337. "processTD":{
  338. "border":"solid #cccccc",
  339. "border-width":"0px 1px 1px 0px",
  340. "padding":"5px 5px"
  341. },
  342. "chatArea" : {
  343. "width" : "365px",
  344. "background-color":"#f2f2f2"
  345. },
  346. "chatTopNode": {
  347. "color" : "#fff",
  348. "height": "40px",
  349. "background-color": "#006666",
  350. "border": "1px solid #ddd",
  351. "line-height": "40px",
  352. "font-size": "14px",
  353. "padding-left" : "15px",
  354. "text-align": "left"
  355. },
  356. "chatTopIconNode" : {
  357. "margin-top" : "4px",
  358. "width": "32px",
  359. "height": "32px",
  360. "float": "left",
  361. "background": "url(../x_component_Execution/$WorkDetail/default/icon/chat.png) no-repeat 4px 4px"
  362. },
  363. "chatTopTextNode" : {
  364. "margin-left" : "5px",
  365. "font-size": "16px",
  366. "float": "left"
  367. },
  368. "chatContentNode":{
  369. //"min-height" : "580px",
  370. "background-color" : "#f2f2f2"
  371. },
  372. "chatContentListNode":{
  373. "padding-top" : "10px",
  374. "overflow" : "hidden",
  375. "margin-right" : "6px"
  376. },
  377. "chatEditorNode":{
  378. "height" : "180px"
  379. },
  380. "prevReportInforDiv":{
  381. //"width":"800px",
  382. "height":"100%","background-color":"#006699","position":"absolute","left":"266px","top":"64px","z-index":"2"
  383. },
  384. "prevReportInforTopDiv":{
  385. "width":"800px","height":"40px"
  386. },
  387. "prevReportInforTopCloseDiv":{
  388. "width": "32px",
  389. "height": "32px",
  390. "float": "right",
  391. "padding-left" : "30px",
  392. "padding-right" : "10px",
  393. "background": "url(../x_component_Execution/$WorkReport/default/icon/close.png) no-repeat center 4px",
  394. "cursor": "pointer"
  395. },
  396. "prevContentDiv":{
  397. "list-style":"none",
  398. "width":"800px",
  399. "font-size":"14px",
  400. "color":"#ffffff",
  401. "margin":"10px"
  402. },
  403. "prevContentTitleDiv":{
  404. "font-size":"16px",
  405. "font-weight":"bold",
  406. "height":"30px",
  407. "line-height":"30px"
  408. },
  409. "prevContentValueDiv":{
  410. "margin":"0px 20px"
  411. },
  412. "reportLeaderContentDiv":{
  413. "border-bottom":"1px dashed #3c76c1",
  414. "padding-top":"10px"
  415. },
  416. "prevReportInforListDiv":{
  417. "height":"562px",
  418. "overflow" : "hidden"
  419. },
  420. "authDiv":{
  421. "width":"100%","color":"#f6ac0d","font-weight":"bold","margin-left":"10px","margin-top":"5px"
  422. }
  423. }