css.wcss 11 KB

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