css.wcss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472
  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. "formMaskNode": {
  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. "overflow": "hidden",
  151. "text-overflow": "ellipsis",
  152. "white-space": "nowrap",
  153. "font-size": "16px",
  154. "float": "left"
  155. },
  156. "formTopCloseActionNode": {
  157. "width": "32px",
  158. "height": "32px",
  159. "float": "right",
  160. "padding-left" : "30px",
  161. "padding-right" : "10px",
  162. "background": "url(../x_component_Execution/$WorkDeploy/default/icon/close.png) no-repeat center 4px",
  163. "cursor": "pointer"
  164. },
  165. "formTopContentNode" : {
  166. "float" : "right",
  167. "padding-right" : "10px",
  168. "text-align" : "right"
  169. },
  170. "formTopContentTitle" : {
  171. },
  172. "formTopContentValue" : {
  173. "padding-right" : "20px",
  174. "font-size": "12px"
  175. },
  176. "formNewNode": {
  177. "width": "47px",
  178. "height": "47px",
  179. "background": "url(../x_component_Template/$Explorer/default/icon/new.png) no-repeat"
  180. },
  181. "formIconNode": {
  182. "width": "47px",
  183. "height": "47px"
  184. },
  185. "formEditNode": {
  186. "width": "47px",
  187. "height": "47px"
  188. },
  189. "formContentNode": {
  190. "border": "0px solid #666",
  191. "width": "100%",
  192. "margin": "auto",
  193. "font-size": "14px",
  194. "color": "#666",
  195. "font-family": "Microsoft YaHei",
  196. "overflow" : "hidden"
  197. },
  198. "formTableContainer" : {
  199. "margin": "0px 10px",
  200. "overflow" : "hidden",
  201. "positon" : "static"
  202. },
  203. "formBottomNode" : {
  204. "height" : "40px",
  205. "line-height" : "40px",
  206. "background-color" : "#3d77c1",
  207. "overflow" : "hidden",
  208. "padding-top" : "10px"
  209. },
  210. "formOkActionNode": {
  211. //"margin-top" : "5px",
  212. "height": "30px",
  213. "width": "75px",
  214. "cursor": "pointer",
  215. "float": "right",
  216. "line-height": "30px",
  217. "text-align": "center",
  218. "font-size": "16px",
  219. "font-family": "Microsoft YaHei",
  220. "border": "1px solid #3d77c1",
  221. "background-color" : "#5d97e1",
  222. "color": "#FFF",
  223. "margin-right": "20px",
  224. "box-shadow": "0px 0px 3px #5d97e1"
  225. },
  226. "formCancelActionNode": {
  227. //"margin-top" : "5px",
  228. "height": "30px",
  229. "width": "75px",
  230. "cursor": "pointer",
  231. "float": "right",
  232. "line-height": "30px",
  233. "text-align": "center",
  234. "font-size": "16px",
  235. "font-family": "Microsoft YaHei",
  236. "border": "1px solid #3d77c1",
  237. "background-color" : "#5d97e1",
  238. "color": "#FFF",
  239. "margin-right": "20px",
  240. "box-shadow": "0px 0px 3px #5d97e1"
  241. },
  242. "formActionNode": {
  243. //"margin-top" : "5px",
  244. "height": "30px",
  245. "width": "75px",
  246. "cursor": "pointer",
  247. "float": "left",
  248. "line-height": "30px",
  249. "text-align": "center",
  250. "font-size": "16px",
  251. "font-family": "Microsoft YaHei",
  252. "color": "#FFF",
  253. "margin-left": "10px",
  254. "margin-right": "20px"
  255. },
  256. "importDiv":{
  257. "margin" : "20px 10px",
  258. "min-height" : "50px",
  259. "border" : "1px solid #ccc",
  260. "position" : "relative"
  261. },
  262. "importTemplateDiv":{
  263. "margin-top":"15px",
  264. "margin-left":"20px",
  265. "color":"#0066cc",
  266. "cursor":"pointer"
  267. },
  268. "importTitleDiv":{
  269. "text-align" : "center",
  270. "position" : "absolute",
  271. "left" : "20px",
  272. "top" : "-10px",
  273. "background-color" : "#fff",
  274. "height" : "20px",
  275. "width" : "100px"
  276. },
  277. "workContentArea" : {
  278. "margin" : "20px 10px",
  279. "min-height" : "100px",
  280. "border" : "1px solid #ccc",
  281. "position" : "relative"
  282. },
  283. "workContentTitleNode" : {
  284. "text-align" : "center",
  285. "position" : "absolute",
  286. "left" : "20px",
  287. "top" : "-10px",
  288. "background-color" : "#fff",
  289. "height" : "20px",
  290. "width" : "100px"
  291. },
  292. "workContentNode" : {
  293. "margin-top":"10px"
  294. },
  295. "centerWorkInforTable" : {
  296. },
  297. "centerWorkInforTitle" : {
  298. "padding-left" : "15px",
  299. "font-size" : "12px",
  300. "font-weight" : "bold",
  301. "color" : "#555",
  302. "width" : "80px"
  303. },
  304. "centerWorkInforValue" : {
  305. "color" : "#666",
  306. "text-align" : "left"
  307. },
  308. "centerWorkInforTitleDiv" : {
  309. "padding-left" : "10px",
  310. "font-size" : "12px",
  311. "font-weight" : "bold",
  312. "color" : "#555",
  313. "min-width" : "90px",
  314. "float" : "left"
  315. },
  316. "centerWorkInforValueDiv" : {
  317. "color" : "#666",
  318. "min-width" : "100px",
  319. "margin-right" : "40px",
  320. "float" : "left"
  321. },
  322. "viewHeadNode": {
  323. "width":"100%",
  324. "height": "20px",
  325. "background-color": "#fff",
  326. "color": "#666666",
  327. "line-height": "30px",
  328. "font-family": "Microsoft YaHei",
  329. "font-size": "14px"
  330. },
  331. "appointNode":{
  332. "background-image" :"url(../x_component_Execution/$Main/default/icon/appoint.png)",
  333. "width":"35px",
  334. "height":"35px",
  335. "display":"block",
  336. // "left":"-10px",
  337. // "top":"-15px",
  338. "margin-left":"-10px",
  339. "margin-top":"-33px",
  340. "position":"absolute",
  341. "display":"none"
  342. },
  343. "normalThNode" : {
  344. "background-color" : "#fff",
  345. "text-align":"center",
  346. "border-bottom": "1px solid #cfecf5",
  347. "font-weight" : "normal"
  348. },
  349. "sortIconNode" : {
  350. "height": "16px",
  351. "width": "16px",
  352. "line-height": "20px",
  353. "margin-top": "5px",
  354. //"float": "left",
  355. "display":"inline-block",
  356. "margin-right": "5px",
  357. "background-position" : "center center",
  358. "background-repeat" : "no-repeat",
  359. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dblsort.gif)"
  360. },
  361. "sortIconNode_asc" : {
  362. "height": "16px",
  363. "width": "16px",
  364. "line-height": "20px",
  365. "margin-top": "5px",
  366. //"float": "left",
  367. "display":"inline-block",
  368. "margin-right": "5px",
  369. "background-position" : "center center",
  370. "background-repeat" : "no-repeat",
  371. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dblasc.gif)"
  372. },
  373. "sortIconNode_desc" : {
  374. "height": "16px",
  375. "width": "16px",
  376. "line-height": "20px",
  377. "margin-top": "5px",
  378. //"float": "left",
  379. "display":"inline-block",
  380. "margin-right": "5px",
  381. "background-position" : "center center",
  382. "background-repeat" : "no-repeat",
  383. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dbldesc.gif)"
  384. },
  385. "documentNode":{
  386. "min-height": "29px",
  387. "overflow": "hidden",
  388. "color": "#666666",
  389. //"line-height": "39px",
  390. "cursor": "pointer",
  391. "font-family": "Microsoft YaHei",
  392. "font-size": "12px",
  393. "background-color": "#fff"
  394. },
  395. "documentNode_noread": {
  396. "background-color": "#fcfcfc"
  397. },
  398. "documentNode_over": {
  399. "background-color": "#f5f6f7"
  400. },
  401. "documentNode_remove": {
  402. "background-color": "#ffcccc"
  403. },
  404. "documentActionNode": {
  405. "height": "20px",
  406. "width": "20px",
  407. "line-height": "20px",
  408. "color": "#0066cc",
  409. "cursor": "pointer",
  410. "margin-right": "5px"
  411. },
  412. "documentActionNode_over":{
  413. "color": "#003399"
  414. },
  415. "documentActionNode_down":{
  416. "color": "#000"
  417. },
  418. "normalTdNode" : {
  419. "min-height": "30px",
  420. "padding-left" : "10px",
  421. "text-align":"left",
  422. "overflow" : "hidden",
  423. //"font-weight" : "bold",
  424. //"border-top": "1px solid #FFF",
  425. "border-top": "1px dashed #cfecf5"
  426. },
  427. "normalTdCenterNode" : {
  428. "min-height": "30px",
  429. "padding-left" : "10px",
  430. "text-align":"center",
  431. "overflow" : "hidden",
  432. //"font-weight" : "bold",
  433. //"border-top": "1px solid #FFF",
  434. "border-top": "1px dashed #cfecf5"
  435. },
  436. "documentSubject" : {
  437. "font-size" : "14px",
  438. "font-weight" : "bold",
  439. "color" : "#003399"
  440. },
  441. "itemBlock" : {
  442. "overflow" : "hidden",
  443. "display" : "block"
  444. },
  445. "itemInLine" : {
  446. "float" : "left",
  447. "font-color" : "#888",
  448. "padding-right" : "10px",
  449. "padding-top" : "5px"
  450. },
  451. "titleTdNode" : {
  452. "font-size" : "16px",
  453. "font-weight" : "bold",
  454. "color" : "#ec6a1a",
  455. "border-top": "1px dashed #cfecf5"
  456. }
  457. }