css.wcss 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107
  1. {
  2. "taskTitleBar": {
  3. "overflow": "hidden",
  4. "height": "50px",
  5. "background-color": "#4e82bd"
  6. },
  7. "taskTitleUserNode": {
  8. "width": "100px",
  9. "height": "20px",
  10. "margin-top": "15px",
  11. "float": "right"
  12. },
  13. "taskTitleUserIconNode": {
  14. "background": "url("+"../x_component_process_TaskCenter/$Main/default/icon/user.png) center center no-repeat",
  15. "width": "20px",
  16. "height": "20px",
  17. "float": "left"
  18. },
  19. "taskTitleUserTextNode": {
  20. "margin-left": "20px",
  21. "color": "#FFF",
  22. "font-size": "14px",
  23. "line-height": "20px"
  24. },
  25. "startProcessAction": {
  26. "width": "59px",
  27. "height": "50px",
  28. "background": "url("+"../x_component_process_TaskCenter/$Main/default/icon/stratProcess.png) center center no-repeat",
  29. "float": "left",
  30. //"border-right": "1px solid #FFF",
  31. "cursor": "pointer"
  32. },
  33. "taskTitleTextNode": {
  34. "padding-left": "20px",
  35. "color": "#FFF",
  36. "font-size": "18px",
  37. "line-height": "50px",
  38. "font-weight": "bold",
  39. "width": "160px",
  40. "float": "left"
  41. },
  42. "searchBarAreaNode": {
  43. "margin": "0px 110px 0px 160px",
  44. "height": "50px",
  45. "overflow": "hidden"
  46. },
  47. "searchBarNode": {
  48. "width": "99%",
  49. "max-width": "480px",
  50. "height": "24px",
  51. "background-color": "#FFF",
  52. "border": "0px solid #999",
  53. "border-radius":"4px",
  54. "margin-top": "13px",
  55. "float": "right"
  56. },
  57. "searchBarActionNode": {
  58. "width": "40px",
  59. "height": "24px",
  60. "background": "url("+"../x_component_process_TaskCenter/$Main/default/icon/search.png) center center no-repeat",
  61. "float": "right",
  62. "cursor": "pointer"
  63. },
  64. "searchBarInputBoxNode": {
  65. "height": "24px",
  66. "line-height": "20px",
  67. "overflow": "hidden",
  68. "margin-left": "10px",
  69. "margin-right": "50px"
  70. },
  71. "searchBarInputNode": {
  72. "font-size":"12px",
  73. "width": "100%",
  74. "height": "20px",
  75. "border": "0px",
  76. "color": "#666"
  77. },
  78. "tabAreaNode": {
  79. "height": "40px",
  80. "overflow": "hidden",
  81. "border-bottom": "1px solid #dedede",
  82. "background-color": "#FFF"
  83. },
  84. "tabItemNode": {
  85. "margin-left": "10px",
  86. "height": "40px",
  87. "float": "left",
  88. "background-color": "#FFF",
  89. "cursor": "pointer"
  90. },
  91. "tabItemIconNode": {
  92. "height": "40px",
  93. "width": "30px",
  94. "float": "left",
  95. "background-position": "center center",
  96. "background-repeat": "no-repeat"
  97. },
  98. "tabItemTextNode": {
  99. "float": "left",
  100. "height": "40px",
  101. "font-size": "14px",
  102. "line-height": "40px",
  103. "color": "#333333"
  104. },
  105. "tabItemTextNode_current": {
  106. "color": "#3c76b7"
  107. },
  108. "tabItemCountNode": {
  109. "padding": "0px 5px",
  110. "color": "#666",
  111. "font-size": "12px",
  112. "line-height": "40px",
  113. "border-radius": "8px",
  114. "float": "left",
  115. "min-width": "12px",
  116. "text-align": "center"
  117. },
  118. "contentNode": {
  119. "clear": "both"
  120. },
  121. "contentListAreaNode": {
  122. "width": "10px",
  123. "height": "100%"
  124. },
  125. "maskNode": {
  126. "background-color": "#666",
  127. "opacity": 0.4,
  128. "z-index":100
  129. },
  130. //List....
  131. "listContentNode": {
  132. //"overflow": "hidden",
  133. "float": "left",
  134. "height": "100%"
  135. },
  136. "actionBarNode": {
  137. "min-height": "30px"
  138. },
  139. "filterActionNode": {
  140. "float": "right",
  141. "height": "26px",
  142. "line-height": "26px",
  143. "margin-right": "10px",
  144. "padding": "0px 10px 0px 25px",
  145. "position": "relative",
  146. "top": "-35px",
  147. "font-size": "14px",
  148. "color": "#333333",
  149. "cursor": "pointer",
  150. "background": "url("+"../x_component_process_TaskCenter/$Main/default/icon/filter.png) 5px 6px no-repeat",
  151. },
  152. "applicationFilterAreaNode": {
  153. "margin-right": "80px",
  154. "height": "30px",
  155. "line-height": "30px"
  156. },
  157. "appFilterNode_current": {
  158. "float": "left",
  159. "line-height": "30px",
  160. "padding": "0px 15px",
  161. "font-size": "14px",
  162. "font-weight": "bold",
  163. "cursor": "pointer",
  164. "margin-right": "10px",
  165. "color": "#333"
  166. },
  167. "listScrollAreaNode": {
  168. "overflow": "hidden",
  169. "margin": "0px"
  170. },
  171. "listAreaNode": {
  172. "overflow": "hidden"
  173. },
  174. //Item
  175. "itemNode": {
  176. "height": "164px",
  177. "width": "320px",
  178. "float": "left",
  179. "position": "static",
  180. "margin": "10px 15px"
  181. },
  182. "itemNode_mobile": {
  183. "width": "auto",
  184. "float": "none"
  185. },
  186. "itemMainContentAreaNode": {
  187. //"border-top": "4px solid #44a217",
  188. "position": "static",
  189. //"border-top": "4px solid #4e82bd",
  190. "border-top": "4px solid #ffffff",
  191. "height": "132px",
  192. "background-color": "#FFF",
  193. "border-radius": "6px",
  194. "overflow": "hidden",
  195. //"width": "auto",
  196. "box-shadow": "2px 2px 10px #cccccc"
  197. },
  198. "itemMainContentAreaNode_selected": {
  199. //"border-top": "4px solid #44a217",
  200. "position": "static",
  201. "border-top": "4px solid #4e82bd",
  202. "height": "132px",
  203. "background-color": "#f7f8fe",
  204. "border-radius": "6px",
  205. "overflow": "hidden",
  206. //"width": "auto",
  207. "box-shadow": "0px 0px 0px #cccccc"
  208. },
  209. "itemTimeContentAreaNode": {
  210. "height": "28px",
  211. "line-height": "28px",
  212. "font-size": "12px",
  213. "color": "#666666"
  214. },
  215. "itemMainLeftContentAreaNode": {
  216. "height": "90px",
  217. "width": "100px",
  218. "border-right": "1px solid #cccccc",
  219. "margin-top": "21px",
  220. "float": "left"
  221. },
  222. "itemMainActionContentAreaNode": {
  223. "margin": "10px 0px",
  224. "height": "112px",
  225. "width": "24px",
  226. "float": "right"
  227. },
  228. "itemMainRightContentAreaNode": {
  229. "margin": "10px 24px 10px 110px",
  230. "height": "112px",
  231. "cursor": "pointer"
  232. },
  233. "itemApplicationIconAreaNode": {
  234. "height": "70px",
  235. "background-position": "center center",
  236. "background-repeat": "no-repeat"
  237. },
  238. "itemTimeIconNode": {
  239. "height": "20px",
  240. "background-position": "center center",
  241. "background-repeat": "no-repeat"
  242. },
  243. "itemApplicationIconNode": {
  244. "height": "70px",
  245. "background-position": "center center",
  246. "background-repeat": "no-repeat"
  247. },
  248. "itemApplicationTitleNode": {
  249. "height": "30px",
  250. "line-height": "30px",
  251. "font-size": "14px",
  252. "font-weight": "bold",
  253. "overflow": "hidden",
  254. "color": "#333333"
  255. },
  256. "itemTitleNode": {
  257. "font-size": "14px",
  258. "color": "#333333",
  259. "height": "44px",
  260. "padding": "3px 0px",
  261. "line-height": "22px",
  262. "word-break": "break-all",
  263. "overflow": "hidden"
  264. },
  265. "itemActivityNode": {
  266. "font-size": "12px",
  267. "color": "#666666",
  268. "height": "22px",
  269. "line-height": "22px"
  270. },
  271. "itemNewIconNode": {
  272. "width": "42px",
  273. "height": "36px",
  274. "background-position": "center center",
  275. "background-repeat": "no-repeat",
  276. "top": "-164px",
  277. "left": "0px",
  278. "clear": "both",
  279. "position": "relative"
  280. },
  281. "titleActionEditNode":{
  282. "width": "20px",
  283. "height": "20px",
  284. "background": "url("+"../x_component_process_TaskCenter/$Main/default/icon/edit.png) center center no-repeat",
  285. "cursor": "pointer",
  286. "opacity": 1
  287. },
  288. "titleActionReadedNode": {
  289. "width": "20px",
  290. "height": "20px",
  291. "background": "url("+"../x_component_process_TaskCenter/$Main/default/icon/readed.png) center center no-repeat",
  292. "cursor": "pointer",
  293. "opacity": 1
  294. },
  295. "titleActionShowNode":{
  296. "width": "20px",
  297. "height": "20px",
  298. "background": "url("+"../x_component_process_TaskCenter/$Main/default/icon/open.png) center center no-repeat",
  299. "cursor": "pointer",
  300. "opacity": 1
  301. },
  302. "titleActionCloseNode":{
  303. "width": "20px",
  304. "height": "20px",
  305. "background": "url("+"../x_component_process_TaskCenter/$Main/default/icon/closeEdit.png) center center no-repeat",
  306. "cursor": "pointer",
  307. "opacity": 1,
  308. "display": "none"
  309. },
  310. "itemNode_edit_from": {
  311. "position": "absolute",
  312. "height": "132px",
  313. "width": "320px",
  314. "z-index": "500",
  315. },
  316. "itemNode_edit_from_mobile": {
  317. "position": "absolute",
  318. "z-index": "500",
  319. "border-top": "4px solid #ffffff",
  320. "background-color": "#FFF",
  321. "border-radius": "0px",
  322. "overflow": "hidden",
  323. "box-shadow": "0px 0px 0px #cccccc"
  324. },
  325. "itemNode_edit": {
  326. "position": "absolute",
  327. "border-radius": "6px",
  328. "box-shadow": "0px 0px 15px #666",
  329. "width": "520px",
  330. "height": "416px"
  331. },
  332. "itemNode_edit_mobile": {
  333. "position": "absolute",
  334. "border-radius": "0px",
  335. "box-shadow": "0px 0px 0px #666"
  336. },
  337. "flowInforNode": {
  338. "clear": "both",
  339. "height": "68px",
  340. "padding": "0px 10px",
  341. "background-color": "#eeeeee"
  342. },
  343. "processNode": {
  344. "margin-top": "4px",
  345. "overflow": "auto"
  346. },
  347. "flowInforLeftNode":{
  348. "height": "68px",
  349. "width": "24px",
  350. "float": "left",
  351. "background-position": "center center",
  352. "background-repeat": "no-repeat",
  353. "cursor": "pointer"
  354. },
  355. "flowInforRightNode":{
  356. "height": "68px",
  357. "width": "24px",
  358. "float": "right",
  359. "background-position": "center center",
  360. "background-repeat": "no-repeat",
  361. "cursor": "pointer"
  362. },
  363. "flowInforScrollNode": {
  364. "height": "68px",
  365. "margin": "0px 30px",
  366. "overflow": "hidden"
  367. },
  368. "flowInforContentNode": {
  369. "height": "68px",
  370. "margin": "auto"
  371. },
  372. "taskCompletedWorkInforTitleNode": {
  373. "height": "24px",
  374. "text-align": "center",
  375. "font-weight": "bold",
  376. "color": "#666"
  377. },
  378. "taskCompletedWorkInforNode":{
  379. "line-height": "20px",
  380. "overflow": "hidden",
  381. "margin": "0px 0px 10px 0px",
  382. "padding": "0px, 16px",
  383. "border": "0px solid #999",
  384. "background-color": "#eeeeee",
  385. "border-radius": "0px",
  386. "color": "#666",
  387. "cursor": "default"
  388. },
  389. "taskCompletedOpenNode": {
  390. "cursor": "pointer",
  391. "border": "1px solid #999",
  392. "border-radius": "3px",
  393. "background-color": "#FFF",
  394. "padding": "1px 5px",
  395. "line-height": "16px",
  396. "float": "right"
  397. },
  398. "workInforNode": {
  399. "margin-top": "6px",
  400. "overflow": "hidden",
  401. "height": "160px",
  402. "width": "auto"
  403. },
  404. //startProcss
  405. "startProcessAreaNode": {
  406. "background-color": "#ffffff",
  407. "overflow": "hidden",
  408. "top": "0px",
  409. "left": "0px",
  410. "color": "#666666",
  411. "position": "absolute",
  412. "z-index": "30000",
  413. "box-shadow": "3px 3px 15px #666666",
  414. "border-radius": "6px",
  415. "width": "80%",
  416. "height": "80%",
  417. "min-width": "400px",
  418. "min-height": "300px",
  419. "max-width": "1000px",
  420. "max-height": "560px",
  421. "opacity": 0
  422. },
  423. "startProcessAreaNode_mobile": {
  424. "background-color": "#ffffff",
  425. "overflow": "hidden",
  426. "top": "0px",
  427. "left": "0px",
  428. "color": "#666666",
  429. "position": "absolute",
  430. "z-index": "30000",
  431. },
  432. "startProcessTopNode": {
  433. "height": "20px",
  434. "display": "none"
  435. },
  436. "startProcessSearchNode": {
  437. "height": "30px",
  438. "padding": "15px 0px"
  439. },
  440. "startProcessSearchIconNode": {
  441. "height": "30px",
  442. "width": "60px",
  443. "float": "right",
  444. "cursor": "pointer",
  445. "background": "url("+"../x_component_process_TaskCenter/$Main/default/icon/searchProcess.png) center center no-repeat",
  446. },
  447. "startProcessSearchAreaNode": {
  448. "margin": "0px 60px 0px 30px",
  449. "height": "30px"
  450. },
  451. "startProcessSearchInputNode": {
  452. "height": "24px",
  453. "width": "99%",
  454. "color": "#666666",
  455. "border": "1px solid #999999",
  456. "border-radius": "4px"
  457. },
  458. "startProcessTopNode_mobile": {
  459. "height": "50px",
  460. "background-color":"#4e82bd"
  461. },
  462. "startProcessCloseNode": {
  463. "height": "20px",
  464. "width": "20px",
  465. "background": "url("+"../x_component_process_TaskCenter/$Main/default/icon/close.png) center center no-repeat",
  466. "cursor": "pointer",
  467. "float": "right"
  468. },
  469. "startProcessCloseNode_mobile": {
  470. "height": "50px",
  471. "width": "60px",
  472. "background": "url("+"../x_component_process_TaskCenter/$Main/default/icon/closeMobile.png) 17px center no-repeat",
  473. "padding-left": "40px",
  474. "color": "#ffffff",
  475. "line-height": "50px",
  476. "font-size": "14px",
  477. "cursor": "pointer",
  478. "float": "left"
  479. },
  480. "startProcessListNode_mobile":{
  481. "overflow": "auto"
  482. },
  483. "startProcessApplicationListNode": {
  484. "width": "299px",
  485. "float": "left",
  486. "border-right": "1px solid #cccccc",
  487. "background-color": "#f7f7f7",
  488. "height": "100%"
  489. },
  490. "startProcessRightListNode": {
  491. "margin-left": "300px",
  492. "background-color": "#ffffff",
  493. "height": "100%"
  494. },
  495. "startProcessApplicationScrollNode": {
  496. "height": "100%",
  497. "overflow": "hidden"
  498. },
  499. "startProcessApplicationAreaNode": {
  500. "overflow": "hidden"
  501. },
  502. "startProcessProcessListNode": {
  503. "overflow": "hidden"
  504. },
  505. "startProcessProcessScrollNode": {
  506. "height": "100%",
  507. "overflow": "hidden"
  508. },
  509. "startProcessProcessAreaNode": {
  510. "overflow": "hidden"
  511. },
  512. "applicationNode": {
  513. "cursor": "pointer",
  514. "height": "60px",
  515. "line-height": "60px",
  516. "overflow": "hidden",
  517. "color": "#333333",
  518. "background-color": "#f7f7f7"
  519. },
  520. "applicationNode_selected": {
  521. "cursor": "pointer",
  522. "height": "60px",
  523. "line-height": "60px",
  524. "overflow": "hidden",
  525. "color": "#3c76b7",
  526. "background-color": "#ffffff"
  527. },
  528. "applicationIconAreaNode": {
  529. "height": "40px",
  530. "width": "40px",
  531. "float": "left",
  532. "padding": "10px 19px"
  533. },
  534. "applicationIconNode": {
  535. "height": "40px",
  536. "width": "40px"
  537. },
  538. "applicationTextNode": {
  539. "font-family": "Microsoft YaHei",
  540. "height": "60px",
  541. "margin-left": "78px",
  542. "line-height": "60px",
  543. "font-weight": "bold",
  544. "font-size": "14px"
  545. },
  546. "applicationChildNode": {
  547. "overflow": "hidden",
  548. "display": "none"
  549. },
  550. "startProcessNode": {
  551. "height": "50px",
  552. "line-height": "50px",
  553. "font-size": "16px",
  554. "padding": "0px 10px",
  555. "overflow": "hidden",
  556. "cursor": "pointer"
  557. },
  558. "processIconNode": {
  559. "width": "50px",
  560. "height": "50px",
  561. "float": "left",
  562. "background-position": "center center",
  563. "background-repeat": "no-repeat",
  564. "float": "left"
  565. },
  566. "processTextNode": {
  567. "margin-left": "52px",
  568. "margin-right": "120px",
  569. "line-height": "50px",
  570. "font-size": "14px",
  571. "overflow": "hidden",
  572. "color": "#333333"
  573. },
  574. "processActionNode": {
  575. "margin": "12px 20px",
  576. "height": "24px",
  577. "width": "80px",
  578. "border": "1px solid #cccccc",
  579. "border-radius": "4px",
  580. "color": "#333333",
  581. "background-color": "#ffffff",
  582. "line-height": "24px",
  583. "text-align": "center",
  584. "font-size": "12px",
  585. "float": "right",
  586. "display": "block"
  587. },
  588. "processActionNode_over": {
  589. "border": "1px solid #e67722",
  590. "background-color": "#e67722",
  591. "color": "#ffffff"
  592. },
  593. "startProcessNode_over": {
  594. "background": "#f3f9ff"
  595. },
  596. "startProcessNode_out": {
  597. "background": "transparent"
  598. },
  599. "applicationChildTitleNode": {
  600. "height": "50px",
  601. "line-height": "50px",
  602. "font-size": "14px",
  603. "padding": "0px 10px",
  604. "background": "#eeeeee",
  605. "font-weight": "bold",
  606. "padding": "0px 20px",
  607. "cursor": "pointer"
  608. },
  609. "applicationChildChildNode": {
  610. "overflow": "hidden"
  611. },
  612. //filter
  613. "filterActionNode_check": {
  614. "background-color": "#ff7010",
  615. //"border": "1px solid #ff7010",
  616. "color": "#FFF"
  617. },
  618. "filterAreaNode": {
  619. "border": "1px solid #999",
  620. "border-radius": "0px",
  621. "box-shadow": "0px 6px 10px #999",
  622. "background-color": "#FFF",
  623. "display": "block",
  624. "position": "absolute"
  625. },
  626. "filterAreaTipNode":{
  627. "width": "24px",
  628. "height": "6px",
  629. "background": "url("+"../x_component_process_TaskCenter/$Main/default/icon/sj.png) center top no-repeat",
  630. },
  631. "filterListNode": {
  632. "margin-left": "30px",
  633. "overflow": "hidden"
  634. },
  635. "filterListItemNode": {
  636. "height": "24px",
  637. "line-height": "24px",
  638. "font-size": "12px",
  639. "border": "1px solid #CCC",
  640. "float": "left",
  641. "margin-right": "10px",
  642. "padding-left": "8px",
  643. "margin-top": "3px",
  644. "background-color": "#FFF",
  645. "cursor": "default"
  646. },
  647. "filterListItemActionNode": {
  648. "float": "right",
  649. "height": "24px",
  650. "width": "24px",
  651. "cursor": "pointer",
  652. "background": "url("+"../x_component_process_TaskCenter/$Main/default/icon/closeFilter.png) center center no-repeat",
  653. },
  654. "filterListItemActionNode_over": {
  655. "background": "url("+"../x_component_process_TaskCenter/$Main/default/icon/closeFilterOver.png) center center no-repeat"
  656. },
  657. "filterAreaTitleNode": {
  658. "height": "50px",
  659. "overflow": "hidden",
  660. "border-bottom": "1px solid #999"
  661. },
  662. "filterAreaTitleActionOkNode": {
  663. "margin-top": "13px",
  664. "height": "22px",
  665. "line-height": "22px",
  666. "width": "40px",
  667. "cursor": "pointer",
  668. "border-radius": "3px",
  669. "color": "#ff7010",
  670. "background-color": "#FFF",
  671. "border": "1px solid #ff7010",
  672. "float": "right",
  673. "text-align": "center",
  674. "font-size": "12px",
  675. "margin-right": "10px"
  676. },
  677. "filterAreaTitleActionClearNode": {
  678. "margin-top": "13px",
  679. "height": "22px",
  680. "line-height": "22px",
  681. "width": "40px",
  682. "cursor": "pointer",
  683. "border-radius": "3px",
  684. "color": "#666",
  685. "background-color": "#FFF",
  686. "border": "1px solid #666",
  687. "float": "right",
  688. "text-align": "center",
  689. "font-size": "12px",
  690. "margin-right": "10px"
  691. },
  692. "filterAreaTitleSearchNode": {
  693. "margin": "10px 120px 0px 15px",
  694. "height": "26px",
  695. "border": "1px solid #CCC",
  696. "border-radius": "4px"
  697. },
  698. "filterAreaTitleSearchIconNode": {
  699. "height": "26px",
  700. "width": "22px",
  701. "background": "url("+"../x_component_process_TaskCenter/$Main/default/icon/filterSearch.png) center center no-repeat",
  702. "float": "left",
  703. },
  704. "filterAreaTitleSearchInputAreaNode": {
  705. "height": "26px",
  706. "border": "0px",
  707. "margin-left": "26px",
  708. "border-radius": "4px",
  709. "overflow": "hidden"
  710. },
  711. "filterAreaTitleSearchInputNode": {
  712. "height": "22px",
  713. "border": "0px",
  714. "margin": "0px",
  715. "color": "#999",
  716. "width": "98%",
  717. "font-size": "12px",
  718. "border-radius": "4px",
  719. "line-height": "22px"
  720. },
  721. "applicationFilterAreaContentListNode": {
  722. "height": "430px",
  723. "width": "94%",
  724. "margin": "10px auto",
  725. "overflow": "hidden"
  726. },
  727. "applicationFilterAreaContentScrollNode": {
  728. "height": "100%",
  729. "overflow": "hidden"
  730. },
  731. //--------------------------------------------------------------------------------------------
  732. "tabItemLeftNode": {
  733. "width": "6%",
  734. "height": "40px",
  735. "float": "left"
  736. },
  737. "tabItemRightNode": {
  738. "width": "7%",
  739. "height": "40px",
  740. "float": "left"
  741. },
  742. "tabItemRightBoxNode": {
  743. "height": "40px",
  744. "border-left": "1px solid #999"
  745. },
  746. "tabItemAreaNode": {
  747. "border-left": "1px solid #999",
  748. "height": "40px"
  749. },
  750. "tabItemContentNode": {
  751. "width": "130px",
  752. "height": "40px",
  753. "margin": "auto"
  754. },
  755. "tabItemContentNode_mobile": {
  756. "text-align": "center",
  757. "height": "40px",
  758. "margin": "auto"
  759. },
  760. "tabItemTextNode_mobile": {
  761. "width": "30px",
  762. "margin-left": "5px",
  763. "float": "left",
  764. "height": "40px",
  765. "font-size": "14px",
  766. "line-height": "40px"
  767. },
  768. "tabItemCountNode_red": {
  769. "background-color": "#FF0000",
  770. "color": "#FFF",
  771. "padding": "2px",
  772. "font-size": "10px",
  773. "line-height": "normal",
  774. "border-radius": "8px",
  775. "float": "left",
  776. "margin-top": "12px",
  777. "min-width": "12px",
  778. "text-align": "center"
  779. },
  780. "tabShadowNode": {
  781. "height": "10px",
  782. "overflow": "hiddden"
  783. },
  784. "tabShadowLeftRightNode": {
  785. "width": "6%",
  786. "height": "10px",
  787. "float": "left",
  788. "background": "url("+"../x_component_process_TaskCenter/$Main/default/tab/shadow.png)",
  789. "border-top": "1px solid #999"
  790. },
  791. "tabShadowItemNode": {
  792. "height": "10px",
  793. "float": "left",
  794. "width": "22%",
  795. "background": "url("+"../x_component_process_TaskCenter/$Main/default/tab/shadow.png)",
  796. "border-top": "1px solid #999"
  797. },
  798. "tabShadowItemNode_current": {
  799. "height": "10px",
  800. "float": "left",
  801. "width": "22%",
  802. "background": "transparent",
  803. "border-top": "1px solid #EEE"
  804. },
  805. "startProcessScrollNode": {
  806. "overflow": "hidden",
  807. //"width": "365px",
  808. "margin-top": "10px",
  809. "float": "left"
  810. },
  811. "startProcessContentNode": {
  812. "overflow": "hidden",
  813. "padding-bottom": "0px"
  814. },
  815. "processStartNode": {
  816. "background-color": "#FFF",
  817. "width": "80%",
  818. "max-width": "600px",
  819. "box-shadow": "0px 0px 20px #999",
  820. "margin": "auto",
  821. "border-radius": "8px",
  822. "border": "6px solid #666"
  823. },
  824. "applicationFilterCategoryNode": {
  825. "font-size": "12px",
  826. "line-height": "28px",
  827. "height": "28px",
  828. "background-color": "#EEE",
  829. "padding": "0px 5px",
  830. "color": "#333",
  831. "border-top": "0px solid #CCC",
  832. "margin-bottom": "3px"
  833. },
  834. "applicationFilterItemAreaNode":{
  835. "overflow": "hidden",
  836. "margin-left": "10px",
  837. "margin-bottom": "8px"
  838. },
  839. "applicationFilterItemNode": {
  840. "padding": "3px",
  841. "margin-top": "3px",
  842. "margin-bottom": "2px",
  843. "margin-left": "5px",
  844. "float": "left",
  845. "color": "#4a5bc4",
  846. "background-color": "#FFF",
  847. "cursor": "pointer",
  848. "border": "1px solid #CCC"
  849. },
  850. "applicationFilterItemNode_over": {
  851. "color": "#FFF",
  852. "background-color": "#4c6b87",
  853. "border": "1px solid #4c6b87"
  854. },
  855. "filterListItemTextNode": {
  856. "height": "24px",
  857. "cursor": "default",
  858. "margin-right": "30px",
  859. "color": "#666"
  860. },
  861. "filterListItemNode_over": {
  862. "border": "1px solid #ff7010"
  863. },
  864. "filterListItemTextNode_over": {
  865. "color": "#ff7010"
  866. },
  867. "itemContentNode": {
  868. "height": "70px",
  869. "margin-top": "5px",
  870. "margin-left": "80px",
  871. "maring-right": "8px"
  872. },
  873. "titleTextNode": {
  874. "height": "50px",
  875. "margin-right": "21px",
  876. "cursor": "pointer",
  877. "white-space": "normal",
  878. "word-break": "break-all",
  879. "word-wrap": "break-word"
  880. },
  881. "titleActionNode": {
  882. "width": "20px",
  883. "float": "right",
  884. "height": "50px",
  885. "background-color": "#FFF"
  886. },
  887. "itemInforNode": {
  888. "font-size": "12px",
  889. "color": "#666",
  890. "height": "20px",
  891. "line-height": "20px"
  892. },
  893. "itemInforProcessNode": {
  894. "float": "left",
  895. "width": "26%",
  896. "text-align": "left",
  897. "height": "20px",
  898. "overflow": "hidden"
  899. },
  900. "itemInforTimeNode": {
  901. "float": "right",
  902. "width": "55%",
  903. "margin-right": "4px",
  904. "text-align": "right",
  905. "height": "20px",
  906. "overflow": "hidden"
  907. },
  908. "itemInforActivityNode": {
  909. "width": "38%",
  910. "text-align": "left",
  911. "height": "20px",
  912. "overflow": "hidden"
  913. },
  914. "actionIconNode": {
  915. "clear": "both",
  916. "height": "0px",
  917. "width": "20px",
  918. "margin": "auto",
  919. "cursor": "pointer",
  920. "background": "url("+"../x_component_process_TaskCenter/$Main/default/down.png) center top no-repeat",
  921. },
  922. "setReadedAction": {
  923. "margin": "2px auto",
  924. "background-color": "#5d7282",
  925. "height": "22px",
  926. "line-height": "22px",
  927. "border": "1px solid #EEE",
  928. "border-radius": "4px",
  929. "margin-top": "10px",
  930. "font-size": "12px",
  931. "color": "#FFF",
  932. "width": "90px",
  933. "text-align": "center",
  934. "cursor": "pointer"
  935. },
  936. "logLineNode": {
  937. "float": "left",
  938. "width": "16px",
  939. "height": "40px",
  940. "background": "url("+"../x_component_process_TaskCenter/$Main/default/processor/line.png) center center no-repeat",
  941. },
  942. "logActivityNode": {
  943. "float": "left",
  944. "width": "40px",
  945. "height": "56px",
  946. "cursor": "pointer"
  947. },
  948. "logActivityIconNode": {
  949. "width": "40px",
  950. "height": "36px",
  951. "background-position": "center bottom",
  952. "background-repeat": "no-repeat"
  953. },
  954. "logActivityTextNode": {
  955. "width": "40px",
  956. "height": "32px",
  957. "line-height": "16px",
  958. "font-size": "12px",
  959. "text-align": "center",
  960. "white-space": "pre-wrap",
  961. "word-break": "break-all",
  962. "color": "#666"
  963. },
  964. "logTaskCountNode": {
  965. "background-color": "#e74c3c",
  966. "color": "#FFF",
  967. "font-size": "10px",
  968. "border-radius": "8px",
  969. "padding": "0px 5px",
  970. "position": "relative",
  971. "top": "-56px",
  972. "float": "right",
  973. "height": "16px",
  974. "line-height": "16px"
  975. },
  976. "logInforNode": {
  977. "overflow": "hidden"
  978. },
  979. "logRouteNode": {
  980. "width": "160px",
  981. "line-height": "20px",
  982. "font-size": "12px",
  983. "font-weight": "bold"
  984. },
  985. "taskTextNode": {
  986. "width": "160px",
  987. "line-height": "20px",
  988. "font-size": "12px",
  989. "font-weight": "bold",
  990. "color": "red"
  991. },
  992. "logOpinionNode": {
  993. "width": "140px",
  994. "margin-left": "10px",
  995. "line-height": "20px",
  996. "font-size": "12px"
  997. },
  998. "logTimeNode": {
  999. "width": "160px",
  1000. "line-height": "20px",
  1001. "text-align": "right",
  1002. "font-size": "12px",
  1003. "color": "#888",
  1004. "margin-bottom": "6px"
  1005. },
  1006. "appFilterNode": {
  1007. "float": "left",
  1008. "padding": "0px 5px",
  1009. "font-size": "14px",
  1010. "cursor": "pointer",
  1011. "margin-right": "10px",
  1012. "color": "#777"
  1013. },
  1014. "myDoneInforNode":{
  1015. },
  1016. "dealStartedWorkAction": {
  1017. "color": "#0000FF",
  1018. "cursor": "pointer"
  1019. },
  1020. "datchActionNode": {
  1021. "border": "4px solid #ffffff",
  1022. "height": "30px",
  1023. "width": "100px",
  1024. "line-height": "30px",
  1025. "background-color": "#4e82bd",
  1026. "color": "#ffffff",
  1027. "text-align": "center",
  1028. "cursor": "pointer",
  1029. "position": "absolute"
  1030. }
  1031. }