css.wcss 9.7 KB

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