css.wcss 28 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106
  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. "overflow": "hidden"
  263. },
  264. "itemActivityNode": {
  265. "font-size": "12px",
  266. "color": "#666666",
  267. "height": "22px",
  268. "line-height": "22px"
  269. },
  270. "itemNewIconNode": {
  271. "width": "42px",
  272. "height": "36px",
  273. "background-position": "center center",
  274. "background-repeat": "no-repeat",
  275. "top": "-164px",
  276. "left": "0px",
  277. "clear": "both",
  278. "position": "relative"
  279. },
  280. "titleActionEditNode":{
  281. "width": "20px",
  282. "height": "20px",
  283. "background": "url("+"/x_component_process_TaskCenter/$Main/default/icon/edit.png) center center no-repeat",
  284. "cursor": "pointer",
  285. "opacity": 1
  286. },
  287. "titleActionReadedNode": {
  288. "width": "20px",
  289. "height": "20px",
  290. "background": "url("+"/x_component_process_TaskCenter/$Main/default/icon/readed.png) center center no-repeat",
  291. "cursor": "pointer",
  292. "opacity": 1
  293. },
  294. "titleActionShowNode":{
  295. "width": "20px",
  296. "height": "20px",
  297. "background": "url("+"/x_component_process_TaskCenter/$Main/default/icon/open.png) center center no-repeat",
  298. "cursor": "pointer",
  299. "opacity": 1
  300. },
  301. "titleActionCloseNode":{
  302. "width": "20px",
  303. "height": "20px",
  304. "background": "url("+"/x_component_process_TaskCenter/$Main/default/icon/closeEdit.png) center center no-repeat",
  305. "cursor": "pointer",
  306. "opacity": 1,
  307. "display": "none"
  308. },
  309. "itemNode_edit_from": {
  310. "position": "absolute",
  311. "height": "132px",
  312. "width": "320px",
  313. "z-index": "500",
  314. },
  315. "itemNode_edit_from_mobile": {
  316. "position": "absolute",
  317. "z-index": "500",
  318. "border-top": "4px solid #ffffff",
  319. "background-color": "#FFF",
  320. "border-radius": "0px",
  321. "overflow": "hidden",
  322. "box-shadow": "0px 0px 0px #cccccc",
  323. },
  324. "itemNode_edit": {
  325. "position": "absolute",
  326. "border-radius": "6px",
  327. "box-shadow": "0px 0px 15px #666",
  328. "width": "520px",
  329. "height": "416px"
  330. },
  331. "itemNode_edit_mobile": {
  332. "position": "absolute",
  333. "border-radius": "0px",
  334. "box-shadow": "0px 0px 0px #666"
  335. },
  336. "flowInforNode": {
  337. "clear": "both",
  338. "height": "68px",
  339. "padding": "0px 10px",
  340. "background-color": "#eeeeee"
  341. },
  342. "processNode": {
  343. "margin-top": "4px",
  344. "overflow": "hidden"
  345. },
  346. "flowInforLeftNode":{
  347. "height": "68px",
  348. "width": "24px",
  349. "float": "left",
  350. "background-position": "center center",
  351. "background-repeat": "no-repeat",
  352. "cursor": "pointer"
  353. },
  354. "flowInforRightNode":{
  355. "height": "68px",
  356. "width": "24px",
  357. "float": "right",
  358. "background-position": "center center",
  359. "background-repeat": "no-repeat",
  360. "cursor": "pointer"
  361. },
  362. "flowInforScrollNode": {
  363. "height": "68px",
  364. "margin": "0px 30px",
  365. "overflow": "hidden"
  366. },
  367. "flowInforContentNode": {
  368. "height": "68px",
  369. "margin": "auto"
  370. },
  371. "taskCompletedWorkInforTitleNode": {
  372. "height": "24px",
  373. "text-align": "center",
  374. "font-weight": "bold",
  375. "color": "#666"
  376. },
  377. "taskCompletedWorkInforNode":{
  378. "line-height": "20px",
  379. "overflow": "hidden",
  380. "margin": "0px 0px 10px 0px",
  381. "padding": "0px, 16px",
  382. "border": "0px solid #999",
  383. "background-color": "#eeeeee",
  384. "border-radius": "0px",
  385. "color": "#666",
  386. "cursor": "default"
  387. },
  388. "taskCompletedOpenNode": {
  389. "cursor": "pointer",
  390. "border": "1px solid #999",
  391. "border-radius": "3px",
  392. "background-color": "#FFF",
  393. "padding": "1px 5px",
  394. "line-height": "16px",
  395. "float": "right"
  396. },
  397. "workInforNode": {
  398. "margin-top": "6px",
  399. "overflow": "hidden",
  400. "height": "160px",
  401. "width": "auto"
  402. },
  403. //startProcss
  404. "startProcessAreaNode": {
  405. "background-color": "#ffffff",
  406. "overflow": "hidden",
  407. "top": "0px",
  408. "left": "0px",
  409. "color": "#666666",
  410. "position": "absolute",
  411. "z-index": "30000",
  412. "box-shadow": "3px 3px 15px #666666",
  413. "border-radius": "6px",
  414. "width": "80%",
  415. "height": "80%",
  416. "min-width": "400px",
  417. "min-height": "300px",
  418. "max-width": "1000px",
  419. "max-height": "560px",
  420. "opacity": 0
  421. },
  422. "startProcessAreaNode_mobile": {
  423. "background-color": "#ffffff",
  424. "overflow": "hidden",
  425. "top": "0px",
  426. "left": "0px",
  427. "color": "#666666",
  428. "position": "absolute",
  429. "z-index": "30000",
  430. },
  431. "startProcessTopNode": {
  432. "height": "20px",
  433. "display": "none"
  434. },
  435. "startProcessSearchNode": {
  436. "height": "30px",
  437. "padding": "15px 0px"
  438. },
  439. "startProcessSearchIconNode": {
  440. "height": "30px",
  441. "width": "60px",
  442. "float": "right",
  443. "cursor": "pointer",
  444. "background": "url("+"/x_component_process_TaskCenter/$Main/default/icon/searchProcess.png) center center no-repeat",
  445. },
  446. "startProcessSearchAreaNode": {
  447. "margin": "0px 60px 0px 30px",
  448. "height": "30px"
  449. },
  450. "startProcessSearchInputNode": {
  451. "height": "24px",
  452. "width": "99%",
  453. "color": "#666666",
  454. "border": "1px solid #999999",
  455. "border-radius": "4px"
  456. },
  457. "startProcessTopNode_mobile": {
  458. "height": "50px",
  459. "background-color":"#4e82bd"
  460. },
  461. "startProcessCloseNode": {
  462. "height": "20px",
  463. "width": "20px",
  464. "background": "url("+"/x_component_process_TaskCenter/$Main/default/icon/close.png) center center no-repeat",
  465. "cursor": "pointer",
  466. "float": "right"
  467. },
  468. "startProcessCloseNode_mobile": {
  469. "height": "50px",
  470. "width": "60px",
  471. "background": "url("+"/x_component_process_TaskCenter/$Main/default/icon/closeMobile.png) 17px center no-repeat",
  472. "padding-left": "40px",
  473. "color": "#ffffff",
  474. "line-height": "50px",
  475. "font-size": "14px",
  476. "cursor": "pointer",
  477. "float": "left"
  478. },
  479. "startProcessListNode_mobile":{
  480. "overflow": "auto"
  481. },
  482. "startProcessApplicationListNode": {
  483. "width": "299px",
  484. "float": "left",
  485. "border-right": "1px solid #cccccc",
  486. "background-color": "#f7f7f7",
  487. "height": "100%"
  488. },
  489. "startProcessRightListNode": {
  490. "margin-left": "300px",
  491. "background-color": "#ffffff",
  492. "height": "100%"
  493. },
  494. "startProcessApplicationScrollNode": {
  495. "height": "100%",
  496. "overflow": "hidden"
  497. },
  498. "startProcessApplicationAreaNode": {
  499. "overflow": "hidden"
  500. },
  501. "startProcessProcessListNode": {
  502. "overflow": "hidden"
  503. },
  504. "startProcessProcessScrollNode": {
  505. "height": "100%",
  506. "overflow": "hidden"
  507. },
  508. "startProcessProcessAreaNode": {
  509. "overflow": "hidden"
  510. },
  511. "applicationNode": {
  512. "cursor": "pointer",
  513. "height": "60px",
  514. "line-height": "60px",
  515. "overflow": "hidden",
  516. "color": "#333333",
  517. "background-color": "#f7f7f7"
  518. },
  519. "applicationNode_selected": {
  520. "cursor": "pointer",
  521. "height": "60px",
  522. "line-height": "60px",
  523. "overflow": "hidden",
  524. "color": "#3c76b7",
  525. "background-color": "#ffffff"
  526. },
  527. "applicationIconAreaNode": {
  528. "height": "40px",
  529. "width": "40px",
  530. "float": "left",
  531. "padding": "10px 19px"
  532. },
  533. "applicationIconNode": {
  534. "height": "40px",
  535. "width": "40px"
  536. },
  537. "applicationTextNode": {
  538. "font-family": "Microsoft YaHei",
  539. "height": "60px",
  540. "margin-left": "78px",
  541. "line-height": "60px",
  542. "font-weight": "bold",
  543. "font-size": "14px"
  544. },
  545. "applicationChildNode": {
  546. "overflow": "hidden",
  547. "display": "none"
  548. },
  549. "startProcessNode": {
  550. "height": "50px",
  551. "line-height": "50px",
  552. "font-size": "16px",
  553. "padding": "0px 10px",
  554. "overflow": "hidden",
  555. "cursor": "pointer"
  556. },
  557. "processIconNode": {
  558. "width": "50px",
  559. "height": "50px",
  560. "float": "left",
  561. "background-position": "center center",
  562. "background-repeat": "no-repeat",
  563. "float": "left"
  564. },
  565. "processTextNode": {
  566. "margin-left": "52px",
  567. "margin-right": "120px",
  568. "line-height": "50px",
  569. "font-size": "14px",
  570. "overflow": "hidden",
  571. "color": "#333333"
  572. },
  573. "processActionNode": {
  574. "margin": "12px 20px",
  575. "height": "24px",
  576. "width": "80px",
  577. "border": "1px solid #cccccc",
  578. "border-radius": "4px",
  579. "color": "#333333",
  580. "background-color": "#ffffff",
  581. "line-height": "24px",
  582. "text-align": "center",
  583. "font-size": "12px",
  584. "float": "right",
  585. "display": "block"
  586. },
  587. "processActionNode_over": {
  588. "border": "1px solid #e67722",
  589. "background-color": "#e67722",
  590. "color": "#ffffff"
  591. },
  592. "startProcessNode_over": {
  593. "background": "#f3f9ff"
  594. },
  595. "startProcessNode_out": {
  596. "background": "transparent"
  597. },
  598. "applicationChildTitleNode": {
  599. "height": "50px",
  600. "line-height": "50px",
  601. "font-size": "14px",
  602. "padding": "0px 10px",
  603. "background": "#eeeeee",
  604. "font-weight": "bold",
  605. "padding": "0px 20px",
  606. "cursor": "pointer"
  607. },
  608. "applicationChildChildNode": {
  609. "overflow": "hidden"
  610. },
  611. //filter
  612. "filterActionNode_check": {
  613. "background-color": "#ff7010",
  614. //"border": "1px solid #ff7010",
  615. "color": "#FFF"
  616. },
  617. "filterAreaNode": {
  618. "border": "1px solid #999",
  619. "border-radius": "0px",
  620. "box-shadow": "0px 6px 10px #999",
  621. "background-color": "#FFF",
  622. "display": "block",
  623. "position": "absolute"
  624. },
  625. "filterAreaTipNode":{
  626. "width": "24px",
  627. "height": "6px",
  628. "background": "url("+"/x_component_process_TaskCenter/$Main/default/icon/sj.png) center top no-repeat",
  629. },
  630. "filterListNode": {
  631. "margin-left": "30px",
  632. "overflow": "hidden"
  633. },
  634. "filterListItemNode": {
  635. "height": "24px",
  636. "line-height": "24px",
  637. "font-size": "12px",
  638. "border": "1px solid #CCC",
  639. "float": "left",
  640. "margin-right": "10px",
  641. "padding-left": "8px",
  642. "margin-top": "3px",
  643. "background-color": "#FFF",
  644. "cursor": "default"
  645. },
  646. "filterListItemActionNode": {
  647. "float": "right",
  648. "height": "24px",
  649. "width": "24px",
  650. "cursor": "pointer",
  651. "background": "url("+"/x_component_process_TaskCenter/$Main/default/icon/closeFilter.png) center center no-repeat",
  652. },
  653. "filterListItemActionNode_over": {
  654. "background": "url("+"/x_component_process_TaskCenter/$Main/default/icon/closeFilterOver.png) center center no-repeat"
  655. },
  656. "filterAreaTitleNode": {
  657. "height": "50px",
  658. "overflow": "hidden",
  659. "border-bottom": "1px solid #999"
  660. },
  661. "filterAreaTitleActionOkNode": {
  662. "margin-top": "13px",
  663. "height": "22px",
  664. "line-height": "22px",
  665. "width": "40px",
  666. "cursor": "pointer",
  667. "border-radius": "3px",
  668. "color": "#ff7010",
  669. "background-color": "#FFF",
  670. "border": "1px solid #ff7010",
  671. "float": "right",
  672. "text-align": "center",
  673. "font-size": "12px",
  674. "margin-right": "10px"
  675. },
  676. "filterAreaTitleActionClearNode": {
  677. "margin-top": "13px",
  678. "height": "22px",
  679. "line-height": "22px",
  680. "width": "40px",
  681. "cursor": "pointer",
  682. "border-radius": "3px",
  683. "color": "#666",
  684. "background-color": "#FFF",
  685. "border": "1px solid #666",
  686. "float": "right",
  687. "text-align": "center",
  688. "font-size": "12px",
  689. "margin-right": "10px"
  690. },
  691. "filterAreaTitleSearchNode": {
  692. "margin": "10px 120px 0px 15px",
  693. "height": "26px",
  694. "border": "1px solid #CCC",
  695. "border-radius": "4px"
  696. },
  697. "filterAreaTitleSearchIconNode": {
  698. "height": "26px",
  699. "width": "22px",
  700. "background": "url("+"/x_component_process_TaskCenter/$Main/default/icon/filterSearch.png) center center no-repeat",
  701. "float": "left",
  702. },
  703. "filterAreaTitleSearchInputAreaNode": {
  704. "height": "26px",
  705. "border": "0px",
  706. "margin-left": "26px",
  707. "border-radius": "4px",
  708. "overflow": "hidden"
  709. },
  710. "filterAreaTitleSearchInputNode": {
  711. "height": "22px",
  712. "border": "0px",
  713. "margin": "0px",
  714. "color": "#999",
  715. "width": "98%",
  716. "font-size": "12px",
  717. "border-radius": "4px",
  718. "line-height": "22px"
  719. },
  720. "applicationFilterAreaContentListNode": {
  721. "height": "430px",
  722. "width": "94%",
  723. "margin": "10px auto",
  724. "overflow": "hidden"
  725. },
  726. "applicationFilterAreaContentScrollNode": {
  727. "height": "100%",
  728. "overflow": "hidden"
  729. },
  730. //--------------------------------------------------------------------------------------------
  731. "tabItemLeftNode": {
  732. "width": "6%",
  733. "height": "40px",
  734. "float": "left"
  735. },
  736. "tabItemRightNode": {
  737. "width": "7%",
  738. "height": "40px",
  739. "float": "left"
  740. },
  741. "tabItemRightBoxNode": {
  742. "height": "40px",
  743. "border-left": "1px solid #999"
  744. },
  745. "tabItemAreaNode": {
  746. "border-left": "1px solid #999",
  747. "height": "40px"
  748. },
  749. "tabItemContentNode": {
  750. "width": "130px",
  751. "height": "40px",
  752. "margin": "auto"
  753. },
  754. "tabItemContentNode_mobile": {
  755. "text-align": "center",
  756. "height": "40px",
  757. "margin": "auto"
  758. },
  759. "tabItemTextNode_mobile": {
  760. "width": "30px",
  761. "margin-left": "5px",
  762. "float": "left",
  763. "height": "40px",
  764. "font-size": "14px",
  765. "line-height": "40px"
  766. },
  767. "tabItemCountNode_red": {
  768. "background-color": "#FF0000",
  769. "color": "#FFF",
  770. "padding": "2px",
  771. "font-size": "10px",
  772. "line-height": "normal",
  773. "border-radius": "8px",
  774. "float": "left",
  775. "margin-top": "12px",
  776. "min-width": "12px",
  777. "text-align": "center"
  778. },
  779. "tabShadowNode": {
  780. "height": "10px",
  781. "overflow": "hiddden"
  782. },
  783. "tabShadowLeftRightNode": {
  784. "width": "6%",
  785. "height": "10px",
  786. "float": "left",
  787. "background": "url("+"/x_component_process_TaskCenter/$Main/default/tab/shadow.png)",
  788. "border-top": "1px solid #999"
  789. },
  790. "tabShadowItemNode": {
  791. "height": "10px",
  792. "float": "left",
  793. "width": "22%",
  794. "background": "url("+"/x_component_process_TaskCenter/$Main/default/tab/shadow.png)",
  795. "border-top": "1px solid #999"
  796. },
  797. "tabShadowItemNode_current": {
  798. "height": "10px",
  799. "float": "left",
  800. "width": "22%",
  801. "background": "transparent",
  802. "border-top": "1px solid #EEE"
  803. },
  804. "startProcessScrollNode": {
  805. "overflow": "hidden",
  806. //"width": "365px",
  807. "margin-top": "10px",
  808. "float": "left"
  809. },
  810. "startProcessContentNode": {
  811. "overflow": "hidden",
  812. "padding-bottom": "0px"
  813. },
  814. "processStartNode": {
  815. "background-color": "#FFF",
  816. "width": "80%",
  817. "max-width": "600px",
  818. "box-shadow": "0px 0px 20px #999",
  819. "margin": "auto",
  820. "border-radius": "8px",
  821. "border": "6px solid #666"
  822. },
  823. "applicationFilterCategoryNode": {
  824. "font-size": "12px",
  825. "line-height": "28px",
  826. "height": "28px",
  827. "background-color": "#EEE",
  828. "padding": "0px 5px",
  829. "color": "#333",
  830. "border-top": "0px solid #CCC",
  831. "margin-bottom": "3px"
  832. },
  833. "applicationFilterItemAreaNode":{
  834. "overflow": "hidden",
  835. "margin-left": "10px",
  836. "margin-bottom": "8px"
  837. },
  838. "applicationFilterItemNode": {
  839. "padding": "3px",
  840. "margin-top": "3px",
  841. "margin-bottom": "2px",
  842. "margin-left": "5px",
  843. "float": "left",
  844. "color": "#4a5bc4",
  845. "background-color": "#FFF",
  846. "cursor": "pointer",
  847. "border": "1px solid #CCC"
  848. },
  849. "applicationFilterItemNode_over": {
  850. "color": "#FFF",
  851. "background-color": "#4c6b87",
  852. "border": "1px solid #4c6b87"
  853. },
  854. "filterListItemTextNode": {
  855. "height": "24px",
  856. "cursor": "default",
  857. "margin-right": "30px",
  858. "color": "#666"
  859. },
  860. "filterListItemNode_over": {
  861. "border": "1px solid #ff7010"
  862. },
  863. "filterListItemTextNode_over": {
  864. "color": "#ff7010"
  865. },
  866. "itemContentNode": {
  867. "height": "70px",
  868. "margin-top": "5px",
  869. "margin-left": "80px",
  870. "maring-right": "8px"
  871. },
  872. "titleTextNode": {
  873. "height": "50px",
  874. "margin-right": "21px",
  875. "cursor": "pointer",
  876. "white-space": "normal",
  877. "word-break": "break-all",
  878. "word-wrap": "break-word"
  879. },
  880. "titleActionNode": {
  881. "width": "20px",
  882. "float": "right",
  883. "height": "50px",
  884. "background-color": "#FFF"
  885. },
  886. "itemInforNode": {
  887. "font-size": "12px",
  888. "color": "#666",
  889. "height": "20px",
  890. "line-height": "20px"
  891. },
  892. "itemInforProcessNode": {
  893. "float": "left",
  894. "width": "26%",
  895. "text-align": "left",
  896. "height": "20px",
  897. "overflow": "hidden"
  898. },
  899. "itemInforTimeNode": {
  900. "float": "right",
  901. "width": "55%",
  902. "margin-right": "4px",
  903. "text-align": "right",
  904. "height": "20px",
  905. "overflow": "hidden"
  906. },
  907. "itemInforActivityNode": {
  908. "width": "38%",
  909. "text-align": "left",
  910. "height": "20px",
  911. "overflow": "hidden"
  912. },
  913. "actionIconNode": {
  914. "clear": "both",
  915. "height": "0px",
  916. "width": "20px",
  917. "margin": "auto",
  918. "cursor": "pointer",
  919. "background": "url("+"/x_component_process_TaskCenter/$Main/default/down.png) center top no-repeat",
  920. },
  921. "setReadedAction": {
  922. "margin": "2px auto",
  923. "background-color": "#5d7282",
  924. "height": "22px",
  925. "line-height": "22px",
  926. "border": "1px solid #EEE",
  927. "border-radius": "4px",
  928. "margin-top": "10px",
  929. "font-size": "12px",
  930. "color": "#FFF",
  931. "width": "90px",
  932. "text-align": "center",
  933. "cursor": "pointer"
  934. },
  935. "logLineNode": {
  936. "float": "left",
  937. "width": "16px",
  938. "height": "40px",
  939. "background": "url("+"/x_component_process_TaskCenter/$Main/default/processor/line.png) center center no-repeat",
  940. },
  941. "logActivityNode": {
  942. "float": "left",
  943. "width": "40px",
  944. "height": "56px",
  945. "cursor": "pointer"
  946. },
  947. "logActivityIconNode": {
  948. "width": "40px",
  949. "height": "36px",
  950. "background-position": "center bottom",
  951. "background-repeat": "no-repeat"
  952. },
  953. "logActivityTextNode": {
  954. "width": "40px",
  955. "height": "32px",
  956. "line-height": "16px",
  957. "font-size": "12px",
  958. "text-align": "center",
  959. "white-space": "pre-wrap",
  960. "word-break": "break-all",
  961. "color": "#666"
  962. },
  963. "logTaskCountNode": {
  964. "background-color": "#e74c3c",
  965. "color": "#FFF",
  966. "font-size": "10px",
  967. "border-radius": "8px",
  968. "padding": "0px 5px",
  969. "position": "relative",
  970. "top": "-56px",
  971. "float": "right",
  972. "height": "16px",
  973. "line-height": "16px"
  974. },
  975. "logInforNode": {
  976. "overflow": "hidden"
  977. },
  978. "logRouteNode": {
  979. "width": "160px",
  980. "line-height": "20px",
  981. "font-size": "12px",
  982. "font-weight": "bold"
  983. },
  984. "taskTextNode": {
  985. "width": "160px",
  986. "line-height": "20px",
  987. "font-size": "12px",
  988. "font-weight": "bold",
  989. "color": "red"
  990. },
  991. "logOpinionNode": {
  992. "width": "140px",
  993. "margin-left": "10px",
  994. "line-height": "20px",
  995. "font-size": "12px"
  996. },
  997. "logTimeNode": {
  998. "width": "160px",
  999. "line-height": "20px",
  1000. "text-align": "right",
  1001. "font-size": "12px",
  1002. "color": "#888",
  1003. "margin-bottom": "6px"
  1004. },
  1005. "appFilterNode": {
  1006. "float": "left",
  1007. "padding": "0px 5px",
  1008. "font-size": "14px",
  1009. "cursor": "pointer",
  1010. "margin-right": "10px",
  1011. "color": "#777"
  1012. },
  1013. "myDoneInforNode":{
  1014. },
  1015. "dealStartedWorkAction": {
  1016. "color": "#0000FF",
  1017. "cursor": "pointer"
  1018. },
  1019. "datchActionNode": {
  1020. "border": "4px solid #ffffff",
  1021. "height": "30px",
  1022. "width": "100px",
  1023. "line-height": "30px",
  1024. "background-color": "#4e82bd",
  1025. "color": "#ffffff",
  1026. "text-align": "center",
  1027. "cursor": "pointer",
  1028. "position": "absolute"
  1029. }
  1030. }