css.wcss 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817
  1. {
  2. "taskTitleBar": {
  3. "overflow": "hidden",
  4. "height": "60px",
  5. "background-color": "#4c6b87"
  6. },
  7. "taskTitleUserNode": {
  8. "width": "80px",
  9. "float": "right"
  10. },
  11. "taskTitleUserIconNode": {
  12. "background": "url("+"/x_component_process_TaskCenter/$Main/default/user.png) center center no-repeat",
  13. "width": "24px",
  14. "height": "24px",
  15. "margin-top": "18px",
  16. "float": "left"
  17. },
  18. "taskTitleUserTextNode": {
  19. "margin-left": "24px",
  20. "color": "#FFF",
  21. "font-size": "14px",
  22. "line-height": "60px"
  23. },
  24. "startProcessAction": {
  25. "width": "59px",
  26. "height": "60px",
  27. "background": "url("+"/x_component_process_TaskCenter/$Main/default/stratProcess3.png) center center no-repeat",
  28. "float": "left",
  29. "border-right": "1px solid #FFF",
  30. "cursor": "pointer"
  31. },
  32. "taskTitleTextNode": {
  33. "padding-left": "20px",
  34. "color": "#FFF",
  35. "font-size": "18px",
  36. "line-height": "60px",
  37. "font-weight": "bold",
  38. "width": "160px",
  39. "float": "left"
  40. },
  41. "searchBarAreaNode": {
  42. "margin": "0px 100px 0px 160px",
  43. "height": "60px",
  44. "overflow": "hidden"
  45. },
  46. "searchBarNode": {
  47. "width": "80%",
  48. "max-width": "500px",
  49. "height": "30px",
  50. "background-color": "#FFF",
  51. "border": "0px solid #999",
  52. "border-radius":"12px",
  53. "margin-top": "15px",
  54. "float": "right"
  55. },
  56. "searchBarActionNode": {
  57. "width": "40px",
  58. "height": "30px",
  59. "background": "url("+"/x_component_process_TaskCenter/$Main/default/search.png) center center no-repeat",
  60. "float": "right",
  61. "cursor": "pointer"
  62. },
  63. "searchBarInputBoxNode": {
  64. "height": "30px",
  65. "line-height": "30px",
  66. "margin-left": "10px",
  67. "margin-right": "50px"
  68. },
  69. "searchBarInputNode": {
  70. "width": "100%",
  71. "height": "24px",
  72. "border": "0px",
  73. "color": "#666"
  74. },
  75. "tabAreaNode": {
  76. "height": "40px",
  77. "overflow": "hidden",
  78. "background-color": "#FFF"
  79. },
  80. "tabItemLeftNode": {
  81. "width": "5%",
  82. "height": "40px",
  83. "float": "left"
  84. },
  85. "tabItemRightNode": {
  86. "width": "5%",
  87. "height": "40px",
  88. "float": "left"
  89. },
  90. "tabItemRightBoxNode": {
  91. "height": "40px",
  92. "border-left": "1px solid #999"
  93. },
  94. "tabItemNode": {
  95. "width": "18%",
  96. "height": "40px",
  97. "float": "left",
  98. "background-color": "#FFF",
  99. "cursor": "pointer"
  100. },
  101. "tabItemNode_current": {
  102. "width": "17",
  103. "height": "40px",
  104. "float": "left",
  105. "background-color": "#EEE",
  106. "cursor": "pointer"
  107. },
  108. "tabItemAreaNode": {
  109. "border-left": "1px solid #999",
  110. "height": "40px"
  111. },
  112. "tabItemContentNode": {
  113. "width": "130px",
  114. "height": "40px",
  115. "margin": "auto"
  116. },
  117. "tabItemIconNode": {
  118. "height": "40px",
  119. "width": "50px",
  120. "float": "left",
  121. "background-position": "center center",
  122. "background-repeat": "no-repeat"
  123. },
  124. "tabItemTextNode": {
  125. "width": "45px",
  126. "float": "left",
  127. "height": "40px",
  128. "font-size": "14px",
  129. "line-height": "40px"
  130. },
  131. "tabItemCountNode_red": {
  132. "background-color": "#FF0000",
  133. "color": "#FFF",
  134. "padding": "2px",
  135. "font-size": "10px",
  136. "line-height": "normal",
  137. "border-radius": "8px",
  138. "float": "left",
  139. "margin-top": "12px",
  140. "min-width": "12px",
  141. "text-align": "center"
  142. },
  143. "tabItemCountNode": {
  144. "color": "#666",
  145. "padding": "2px",
  146. "font-size": "12px",
  147. "line-height": "normal",
  148. "border-radius": "8px",
  149. "float": "left",
  150. "margin-top": "10px",
  151. "min-width": "12px",
  152. "text-align": "center"
  153. },
  154. "tabShadowNode": {
  155. "height": "10px",
  156. "overflow": "hiddden"
  157. },
  158. "tabShadowLeftRightNode": {
  159. "width": "5%",
  160. "height": "10px",
  161. "float": "left",
  162. "background": "url("+"/x_component_process_TaskCenter/$Main/default/tab/shadow.png)",
  163. "border-top": "1px solid #999"
  164. },
  165. "tabShadowItemNode": {
  166. "height": "10px",
  167. "float": "left",
  168. "width": "18%",
  169. "background": "url("+"/x_component_process_TaskCenter/$Main/default/tab/shadow.png)",
  170. "border-top": "1px solid #999"
  171. },
  172. "tabShadowItemNode_current": {
  173. "height": "10px",
  174. "float": "left",
  175. "width": "18%",
  176. "background": "transparent",
  177. "border-top": "1px solid #EEE"
  178. },
  179. "startProcessAreaNode": {
  180. "background-color": "#000",
  181. "overflow": "hidden",
  182. "color": "#FFF",
  183. "left": "0px",
  184. "top": "0px",
  185. "position": "absolute",
  186. "z-index": "30000",
  187. "padding": "30px 30px 30px 60px",
  188. "box-shadow": "0px 0px 15px #333",
  189. "opacity": 0
  190. },
  191. "startProcessTopNode": {
  192. "height": "20px"
  193. },
  194. "startProcessCloseNode": {
  195. "height": "20px",
  196. "width": "20px",
  197. "background": "url("+"/x_component_process_TaskCenter/$Main/default/close.png) center center no-repeat",
  198. "cursor": "pointer",
  199. "float": "right"
  200. },
  201. "startProcessScrollNode": {
  202. "overflow": "hidden",
  203. //"width": "365px",
  204. "margin-top": "10px",
  205. "float": "left"
  206. },
  207. "startProcessContentNode": {
  208. "overflow": "hidden",
  209. "padding-bottom": "0px"
  210. },
  211. "applicationNode": {
  212. "margin": "0px 20px 40px 20px",
  213. "overflow": "hidden"
  214. },
  215. "applicationTopNode": {
  216. "height": "64px",
  217. "margin-bottom": "10px"
  218. },
  219. "applicationIconNode": {
  220. "background-position": "center center",
  221. "background-repeat": "no-repeat",
  222. "height": "64px",
  223. "width": "64px",
  224. "float": "left"
  225. },
  226. "applicationTextNode": {
  227. "font-family": "微软雅黑",
  228. "height": "64px",
  229. "margin-left": "74px",
  230. "line-height": "64px",
  231. "color": "#FFF",
  232. "font-weight": "bold",
  233. "font-size": "18px"
  234. },
  235. "applicationChildNode": {
  236. "overflow": "hidden",
  237. "margin-left": "70px",
  238. "line-height": "24px"
  239. },
  240. "startProcessNode": {
  241. "margin-top": "4px",
  242. "height": "28px",
  243. "font-size": "14px",
  244. "width": "250px",
  245. "margin-right": "10px",
  246. "float": "left",
  247. "background": "transparent ",
  248. "cursor": "pointer"
  249. },
  250. "startProcessNode_over": {
  251. "background": "#444"
  252. },
  253. "startProcessNode_out": {
  254. "background": "transparent "
  255. },
  256. "processIconNode": {
  257. "margin-top": "3px",
  258. "margin-left": "2px",
  259. "width": "24px",
  260. "height": "24px",
  261. "background": "url("+"/x_component_process_TaskCenter/$Main/default/process.png) center center no-repeat",
  262. "float": "left"
  263. },
  264. "processTextNode": {
  265. "margin-left": "42px",
  266. "line-height": "28px",
  267. "color": "#CCC"
  268. },
  269. "processStartNode": {
  270. "background-color": "#FFF",
  271. "width": "80%",
  272. "max-width": "600px",
  273. "box-shadow": "0px 0px 20px #999",
  274. "margin": "auto",
  275. "border-radius": "8px",
  276. "border": "6px solid #666",
  277. "overflow": "hidden"
  278. },
  279. "contentNode": {
  280. "overflow": "hidden",
  281. "border": "0px solid red",
  282. "clear": "both"
  283. },
  284. "contentListAreaNode": {
  285. "white-space": "nowrap",
  286. "word-break": "keep-all",
  287. "width": "10px",
  288. "height": "100%"
  289. },
  290. "actionBarNode": {
  291. "min-height": "39px",
  292. "overflow": "hidden",
  293. "border-bottom": "2px solid #CCC"
  294. },
  295. "filterActionNode": {
  296. "float": "right",
  297. "margin-right": "10px",
  298. "padding": "4px 14px",
  299. "border": "1px solid #666",
  300. "border-radius": "3px",
  301. "margin-top": "2px",
  302. "font-size": "14px",
  303. "color": "#fff",
  304. "cursor": "pointer",
  305. "background-color": "#5d7282"
  306. },
  307. "filterActionNode_check": {
  308. "background-color": "#ff7010",
  309. "border": "1px solid #ff7010",
  310. "color": "#FFF"
  311. },
  312. "filterAreaNode": {
  313. "border": "1px solid #999",
  314. "border-radius": "0px",
  315. "box-shadow": "0px 6px 10px #999",
  316. "background-color": "#FFF",
  317. "display": "block",
  318. "position": "absolute"
  319. },
  320. "filterAreaTipNode":{
  321. "width": "24px",
  322. "height": "6px",
  323. "background": "url("+"/x_component_process_TaskCenter/$Main/default/sj.png) center top no-repeat",
  324. },
  325. "filterAreaTitleNode": {
  326. "height": "50px",
  327. "overflow": "hidden",
  328. "border-bottom": "1px solid #999"
  329. },
  330. "filterAreaTitleActionOkNode": {
  331. "margin-top": "13px",
  332. "height": "22px",
  333. "line-height": "22px",
  334. "width": "40px",
  335. "cursor": "pointer",
  336. "border-radius": "3px",
  337. "color": "#ff7010",
  338. "background-color": "#FFF",
  339. "border": "1px solid #ff7010",
  340. "float": "right",
  341. "text-align": "center",
  342. "font-size": "12px",
  343. "margin-right": "10px"
  344. },
  345. "filterAreaTitleActionClearNode": {
  346. "margin-top": "13px",
  347. "height": "22px",
  348. "line-height": "22px",
  349. "width": "40px",
  350. "cursor": "pointer",
  351. "border-radius": "3px",
  352. "color": "#666",
  353. "background-color": "#FFF",
  354. "border": "1px solid #666",
  355. "float": "right",
  356. "text-align": "center",
  357. "font-size": "12px",
  358. "margin-right": "10px"
  359. },
  360. "filterAreaTitleSearchNode": {
  361. "margin": "13px 120px 0px 15px",
  362. "height": "22px",
  363. "border": "1px solid #CCC",
  364. "border-radius": "4px"
  365. },
  366. "filterAreaTitleSearchIconNode": {
  367. "height": "22px",
  368. "width": "22px",
  369. "background": "url("+"/x_component_process_TaskCenter/$Main/default/filterSearch.png) center center no-repeat",
  370. "float": "left"
  371. },
  372. "filterAreaTitleSearchInputAreaNode": {
  373. "height": "22px",
  374. "border": "0px",
  375. "margin-left": "22px"
  376. },
  377. "filterAreaTitleSearchInputNode": {
  378. "height": "20px",
  379. "width": "20px",
  380. "border": "0px",
  381. "color": "#999",
  382. "width": "98%",
  383. "font-size": "12px",
  384. "line-height": "20px"
  385. },
  386. "applicationFilterAreaNode": {
  387. "margin-right": "80px",
  388. "height": "39px",
  389. "line-height": "39px"
  390. },
  391. "applicationFilterAreaContentScrollNode": {
  392. "height": "410px",
  393. "width": "400px",
  394. "margin": "20px 0px 20px 20px",
  395. "overflow": "hidden",
  396. "float": "left"
  397. },
  398. "applicationFilterCategoryNode": {
  399. "font-size": "12px",
  400. "line-height": "28px",
  401. "height": "28px",
  402. "background-color": "#EEE",
  403. "padding": "0px 5px",
  404. "color": "#333",
  405. "border-top": "0px solid #CCC",
  406. "margin-bottom": "3px"
  407. },
  408. "applicationFilterItemAreaNode":{
  409. "overflow": "hidden",
  410. "margin-left": "10px",
  411. "margin-bottom": "8px"
  412. },
  413. "applicationFilterItemNode": {
  414. "padding": "3px",
  415. "margin-top": "3px",
  416. "margin-bottom": "2px",
  417. "margin-left": "5px",
  418. "float": "left",
  419. "color": "#4a5bc4",
  420. "background-color": "#FFF",
  421. "cursor": "pointer",
  422. "border": "1px solid #CCC"
  423. },
  424. "applicationFilterItemNode_over": {
  425. "color": "#FFF",
  426. "background-color": "#4c6b87",
  427. "border": "1px solid #4c6b87"
  428. },
  429. "filterListNode": {
  430. "margin-left": "30px",
  431. "overflow": "hidden"
  432. },
  433. "filterListItemNode": {
  434. "height": "24px",
  435. "line-height": "24px",
  436. "font-size": "12px",
  437. "border": "1px solid #CCC",
  438. "float": "left",
  439. "margin-right": "10px",
  440. "padding-left": "8px",
  441. "margin-top": "10px",
  442. "background-color": "#FFF",
  443. "cursor": "default"
  444. },
  445. "filterListItemActionNode": {
  446. "float": "right",
  447. "height": "24px",
  448. "width": "24px",
  449. "cursor": "pointer",
  450. "background": "url("+"/x_component_process_TaskCenter/$Main/default/closeFilter.png) center center no-repeat",
  451. },
  452. "filterListItemTextNode": {
  453. "height": "24px",
  454. "cursor": "default",
  455. "margin-right": "30px",
  456. "color": "#666"
  457. },
  458. "filterListItemNode_over": {
  459. "border": "1px solid #ff7010"
  460. },
  461. "filterListItemActionNode_over": {
  462. "background": "url("+"/x_component_process_TaskCenter/$Main/default/closeFilterOver.png) center center no-repeat"
  463. },
  464. "filterListItemTextNode_over": {
  465. "color": "#ff7010"
  466. },
  467. "listContentNode": {
  468. "overflow": "hidden",
  469. "float": "left",
  470. "height": "100%"
  471. },
  472. "listScrollAreaNode": {
  473. "overflow": "hidden",
  474. "margin": "0px"
  475. },
  476. "listAreaNode": {
  477. "overflow": "hidden"
  478. },
  479. "itemNode": {
  480. "background-color": "#FFF",
  481. "border": "1px solid #999",
  482. "height": "80px",
  483. "width": "380px",
  484. "float": "left",
  485. "position": "static",
  486. "margin": "10px",
  487. "opacity": 0
  488. },
  489. "maskNode": {
  490. "background-color": "#666",
  491. "opacity": 0.4,
  492. "z-index":100
  493. },
  494. "itemNode_edit_from": {
  495. "position": "absolute",
  496. "height": "80px",
  497. "width": "380px",
  498. "z-index": "500"
  499. },
  500. "itemNode_edit": {
  501. "position": "absolute",
  502. "border-radius": "10px",
  503. "box-shadow": "0px 0px 15px #666",
  504. "width": "520px",
  505. "height": "356px"
  506. },
  507. "itemApplicationIconAreaNode": {
  508. "width": "80px",
  509. "height": "80px",
  510. "float": "left",
  511. "background-position": "center center",
  512. "background-repeat": "no-repeat"
  513. },
  514. "itemApplicationIconNode": {
  515. "width": "80px",
  516. "height": "80px",
  517. "background-position": "center center",
  518. "background-repeat": "no-repeat"
  519. },
  520. "itemTimeIconNode": {
  521. "width": "4px",
  522. "height": "80px",
  523. "float": "right"
  524. },
  525. "itemContentNode": {
  526. "height": "70px",
  527. "margin-top": "5px",
  528. "margin-left": "80px",
  529. "maring-right": "8px"
  530. },
  531. "itemTitleNode": {
  532. "font-size": "14px",
  533. "font-weight": "bold",
  534. "height": "50px",
  535. "line-height": "25px"
  536. },
  537. "titleTextNode": {
  538. "height": "50px",
  539. "margin-right": "21px",
  540. "cursor": "pointer",
  541. "white-space": "normal",
  542. "word-break": "break-all",
  543. "word-wrap": "break-word"
  544. },
  545. "titleActionNode": {
  546. "width": "20px",
  547. "float": "right",
  548. "height": "50px",
  549. "background-color": "#FFF"
  550. },
  551. "titleActionEditNode":{
  552. "width": "20px",
  553. "height": "20px",
  554. "background": "url("+"/x_component_process_TaskCenter/$Main/default/edit.png) center center no-repeat",
  555. "cursor": "pointer",
  556. "opacity": 1
  557. },
  558. "titleActionReadedNode": {
  559. "width": "20px",
  560. "height": "20px",
  561. "background": "url("+"/x_component_process_TaskCenter/$Main/default/readed.png) center center no-repeat",
  562. "cursor": "pointer",
  563. "opacity": 0
  564. },
  565. "titleActionShowNode":{
  566. "width": "20px",
  567. "height": "20px",
  568. "background": "url("+"/x_component_process_TaskCenter/$Main/default/taskcomplete/open.png) center center no-repeat",
  569. "cursor": "pointer",
  570. "opacity": 0
  571. },
  572. "titleActionCloseNode":{
  573. "width": "20px",
  574. "height": "20px",
  575. "background": "url("+"/x_component_process_TaskCenter/$Main/default/closeEdit.png) center center no-repeat",
  576. "cursor": "pointer",
  577. "opacity": 1,
  578. "display": "none"
  579. },
  580. "itemInforNode": {
  581. "font-size": "12px",
  582. "color": "#666",
  583. "height": "20px",
  584. "line-height": "20px"
  585. },
  586. "itemInforProcessNode": {
  587. "float": "left",
  588. "width": "26%",
  589. "text-align": "left",
  590. "height": "20px",
  591. "overflow": "hidden"
  592. },
  593. "itemInforTimeNode": {
  594. "float": "right",
  595. "width": "55%",
  596. "margin-right": "4px",
  597. "text-align": "right",
  598. "height": "20px",
  599. "overflow": "hidden"
  600. },
  601. "itemInforActivityNode": {
  602. "width": "38%",
  603. "text-align": "left",
  604. "height": "20px",
  605. "overflow": "hidden"
  606. },
  607. "itemNewIconNode": {
  608. "width": "47px",
  609. "height": "47px",
  610. "background-position": "center center",
  611. "background-repeat": "no-repeat",
  612. "top": "-80px",
  613. "left": "0px",
  614. "clear": "both",
  615. "position": "relative"
  616. },
  617. "actionIconNode": {
  618. "clear": "both",
  619. "height": "0px",
  620. "width": "20px",
  621. "margin": "auto",
  622. "cursor": "pointer",
  623. "background": "url("+"/x_component_process_TaskCenter/$Main/default/down.png) center top no-repeat",
  624. },
  625. "processNode": {
  626. "margin-top": "4px",
  627. "overflow": "hidden"
  628. },
  629. "flowInforNode": {
  630. "clear": "both",
  631. "height": "68px",
  632. "padding": "0px 10px",
  633. "background-color": "#EEE"
  634. },
  635. "flowInforLeftNode":{
  636. "height": "68px",
  637. "width": "24px",
  638. "float": "left",
  639. "background-position": "center center",
  640. "background-repeat": "no-repeat",
  641. "cursor": "pointer"
  642. },
  643. "flowInforRightNode":{
  644. "height": "68px",
  645. "width": "24px",
  646. "float": "right",
  647. "background-position": "center center",
  648. "background-repeat": "no-repeat",
  649. "cursor": "pointer"
  650. },
  651. "flowInforScrollNode": {
  652. "height": "68px",
  653. "margin": "0px 30px",
  654. "overflow": "hidden"
  655. },
  656. "flowInforContentNode": {
  657. "height": "68px",
  658. "margin": "auto"
  659. },
  660. "setReadedAction": {
  661. "margin": "2px auto",
  662. "background-color": "#5d7282",
  663. "height": "22px",
  664. "line-height": "22px",
  665. "border": "1px solid #EEE",
  666. "border-radius": "4px",
  667. "margin-top": "10px",
  668. "font-size": "12px",
  669. "color": "#FFF",
  670. "width": "90px",
  671. "text-align": "center",
  672. "cursor": "pointer"
  673. },
  674. "logLineNode": {
  675. "float": "left",
  676. "width": "16px",
  677. "height": "40px",
  678. "background": "url("+"/x_component_process_TaskCenter/$Main/default/processor/line.png) center center no-repeat",
  679. },
  680. "logActivityNode": {
  681. "float": "left",
  682. "width": "40px",
  683. "height": "56px",
  684. "cursor": "pointer"
  685. },
  686. "logActivityIconNode": {
  687. "width": "40px",
  688. "height": "36px",
  689. "background-position": "center bottom",
  690. "background-repeat": "no-repeat"
  691. },
  692. "logActivityTextNode": {
  693. "width": "40px",
  694. "height": "32px",
  695. "line-height": "16px",
  696. "font-size": "12px",
  697. "text-align": "center",
  698. "white-space": "pre-wrap",
  699. "word-break": "break-all",
  700. "color": "#666"
  701. },
  702. "logTaskCountNode": {
  703. "background-color": "#e74c3c",
  704. "color": "#FFF",
  705. "font-size": "10px",
  706. "border-radius": "8px",
  707. "padding": "0px 5px",
  708. "position": "relative",
  709. "top": "-56px",
  710. "float": "right",
  711. "height": "16px",
  712. "line-height": "16px"
  713. },
  714. "logInforNode": {
  715. "overflow": "hidden"
  716. },
  717. "logRouteNode": {
  718. "width": "160px",
  719. "line-height": "20px",
  720. "font-size": "12px",
  721. "font-weight": "bold"
  722. },
  723. "taskTextNode": {
  724. "width": "160px",
  725. "line-height": "20px",
  726. "font-size": "12px",
  727. "font-weight": "bold",
  728. "color": "red"
  729. },
  730. "logOpinionNode": {
  731. "width": "140px",
  732. "margin-left": "10px",
  733. "line-height": "20px",
  734. "font-size": "12px"
  735. },
  736. "logTimeNode": {
  737. "width": "160px",
  738. "line-height": "20px",
  739. "text-align": "right",
  740. "font-size": "12px",
  741. "color": "#888",
  742. "margin-bottom": "6px"
  743. },
  744. "appFilterNode": {
  745. "float": "left",
  746. "padding": "0px 5px",
  747. "font-size": "14px",
  748. "cursor": "pointer",
  749. "margin-right": "10px",
  750. "color": "#777"
  751. },
  752. "appFilterNode_current": {
  753. "float": "left",
  754. "padding": "0px 5px",
  755. "font-size": "18px",
  756. "font-weight": "bold",
  757. "cursor": "pointer",
  758. "margin-right": "10px",
  759. "color": "#333"
  760. },
  761. "workInforNode": {
  762. "margin-top": "6px",
  763. "overflow": "hidden",
  764. "height": "160px",
  765. "width": "514px"
  766. },
  767. "myDoneInforNode":{
  768. },
  769. "taskCompletedWorkInforTitleNode": {
  770. "height": "24px",
  771. "text-align": "center",
  772. "font-weight": "bold",
  773. "color": "#666"
  774. },
  775. "taskCompletedWorkInforNode":{
  776. "line-height": "20px",
  777. "overflow": "hidden",
  778. "margin": "0px 12px 10px 12px",
  779. "border": "0px solid #999",
  780. "background-color": "#DDD",
  781. "border-radius": "8px",
  782. "color": "#666",
  783. "cursor": "default"
  784. },
  785. "dealStartedWorkAction": {
  786. "color": "#0000FF",
  787. "cursor": "pointer"
  788. },
  789. "taskCompletedOpenNode": {
  790. "cursor": "pointer",
  791. "border": "1px solid #999",
  792. "border-radius": "3px",
  793. "background-color": "#FFF",
  794. "padding": "1px 5px",
  795. "line-height": "16px",
  796. "float": "right"
  797. }
  798. }