css.wcss 10.0 KB

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