css.wcss 10 KB

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