css.wcss 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903
  1. {
  2. topLayout:{
  3. "height":"40px",
  4. "width":"100%",
  5. "flex":1,
  6. "border-bottom":"1px solid #bebebe"
  7. },
  8. topImage:{
  9. "float": "left",
  10. "background": "url(/x_component_TeamWork/$Task/default/icon/document.png) no-repeat center"
  11. },
  12. topContent:{
  13. "float":"left",
  14. "line-height":"40px",
  15. "font-size":"16px",
  16. "max-width":"700px",
  17. "overflow": "hidden",
  18. "white-space": "nowrap",
  19. "text-overflow": "ellipsis"
  20. },
  21. topIconContainer:{
  22. "float":"right",
  23. "height":"100%"
  24. },
  25. topIconClose:{
  26. "float":"left",
  27. "cursor":"pointer",
  28. "height":"24px",
  29. "width":"24px",
  30. "margin-top":"8px",
  31. "margin-left":"4px",
  32. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_off.png) no-repeat center"
  33. },
  34. topIconMore:{
  35. "float":"left",
  36. "cursor":"pointer",
  37. "height":"24px",
  38. "width":"24px",
  39. "margin-left":"4px",
  40. "margin-top":"8px",
  41. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_more.png) no-repeat center"
  42. },
  43. topMoreTitle:{
  44. "height":"40px",
  45. "line-height":"40px",
  46. "width":"100%",
  47. "text-align":"center",
  48. "font-size":"16px",
  49. "color":"#333333",
  50. "border-bottom":"1px solid #bebebe"
  51. },
  52. topMoreItem:{
  53. "cursor":"pointer",
  54. "height":"40px",
  55. "width":"100%",
  56. "font-size":"14px",
  57. "color":"#666666"
  58. },
  59. topMoreItemIcon:{
  60. "float":"left",
  61. "height":"30px",
  62. "width":"30px",
  63. "margin-top":"5px",
  64. "margin-left":"10px"
  65. },
  66. topMoreItemText:{
  67. "float":"left",
  68. "height":"40px",
  69. "line-height":"40px"
  70. },
  71. contentLayout:{
  72. "width":"100%",
  73. "position":"absolute",
  74. "top":"40px",
  75. "left":"0px",
  76. "bottom":"0px",
  77. "overflow-y":"hidden"
  78. },
  79. taskInforContainer:{
  80. "position":"relative",
  81. "float":"left",
  82. "height":"100%",
  83. "overflow":"hidden",
  84. "width":"750px",
  85. "font-size":"14px",
  86. "border-right":"1px solid #bebebe"
  87. },
  88. taskInforLayout:{
  89. "height":"100%"
  90. },
  91. taskInforContent:{
  92. "overflow":"hidden",
  93. "position":"absolute",
  94. "top":"30px",
  95. "left":"0px",
  96. "right":"0px",
  97. "bottom":"0px"
  98. },
  99. taskActionBar:{
  100. "height":"30px",
  101. "width":"100%"
  102. },
  103. taskActionParentContent:{
  104. "float":"left",
  105. "height":"100%",
  106. "font-size":"14px",
  107. "color":"#333333"
  108. },
  109. taskActionParentIcon:{
  110. "float":"left",
  111. "width":"30px",
  112. "height":"40px",
  113. "margin-left":"10px",
  114. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_belong.png) no-repeat center"
  115. },
  116. taskActionParentText:{
  117. "float":"left",
  118. "margin-right":"10px",
  119. "line-height":"40px"
  120. },
  121. taskActionParentValue:{
  122. "float":"left",
  123. "line-height":"40px",
  124. "color":"#4A90E2",
  125. "cursor":"pointer"
  126. },
  127. taskActionSave:{
  128. "float":"right",
  129. "width":"70px",
  130. "margin-right":"20px",
  131. "margin-top":"18px",
  132. "height":"30px",
  133. "line-height":"30px",
  134. "text-align":"center",
  135. "cursor":"pointer",
  136. "color":"#666666",
  137. "background-color":"#ffffff",
  138. "border":"1px solid #bebebe",
  139. "border-radius":"4px"
  140. },
  141. taskNameContainer:{
  142. "width":"90%",
  143. "height":"50px",
  144. "line-height":"50px",
  145. "font-size":"18px",
  146. "margin":"10px auto 0px auto",
  147. "border-radius":"4px"
  148. },
  149. taskNameInput:{
  150. "line-height":"48px",
  151. "height":"48px",
  152. "font-size":"18px",
  153. "width":"100%",
  154. "color":"#666",
  155. "border":"1px solid #f5f5f5",
  156. "background-color":"#f5f5f5",
  157. "border-radius":"4px",
  158. "outline":"none",
  159. "resize":"none"
  160. },
  161. taskStatusContainer:{
  162. "width":"100%",
  163. "height":"50px"
  164. },
  165. taskStatusIcon:{
  166. "float":"left",
  167. "width":"48px",
  168. "height":"48px",
  169. "margin-top":"2px",
  170. "margin-left":"20px",
  171. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_status.png) no-repeat center"
  172. },
  173. taskStatusText:{
  174. "float":"left",
  175. "line-height":"50px",
  176. "width":"80px"
  177. },
  178. taskStatusValue:{
  179. "float":"left"
  180. },
  181. taskStatusValueContainer:{
  182. "cursor":"pointer",
  183. "height":"24px",
  184. "background-color":"#f5f5f5",
  185. "margin-top":"13px",
  186. "border-radius":"2px",
  187. "padding-left":"6px",
  188. "padding-right":"10px"
  189. },
  190. taskStatusValueIcon:{
  191. "float":"left",
  192. "width":"24px",
  193. "height":"24px",
  194. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_draft.png) no-repeat center"
  195. },
  196. taskStatusValueText:{
  197. "float":"left",
  198. "line-height":"24px"
  199. },
  200. taskDutyContainer:{
  201. "width":"100%",
  202. "height":"50px"
  203. },
  204. taskDutyIcon:{
  205. "float":"left",
  206. "width":"48px",
  207. "height":"48px",
  208. "margin-top":"2px",
  209. "margin-left":"20px",
  210. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_duty.png) no-repeat center"
  211. },
  212. taskDutyText:{
  213. "float":"left",
  214. "line-height":"50px",
  215. "width":"80px"
  216. },
  217. taskDutyValue:{
  218. "float":"left",
  219. "line-height":"50px"
  220. },
  221. taskDutyValueContainer:{
  222. "margin-top":"13px",
  223. "height":"100%"
  224. },
  225. taskDutyAddIcon:{
  226. "float":"left",
  227. "width":"24px",
  228. "height":"24px",
  229. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_wcyd_xm_click.png) no-repeat center"
  230. },
  231. taskDutyAddText:{
  232. "cursor":"pointer",
  233. "float":"left",
  234. "line-height":"24px"
  235. },
  236. taskTimeContainer:{
  237. "width":"100%",
  238. "height":"50px"
  239. },
  240. taskTimeIcon:{
  241. "float":"left",
  242. "width":"48px",
  243. "height":"48px",
  244. "margin-top":"2px",
  245. "margin-left":"20px",
  246. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_time.png) no-repeat center"
  247. },
  248. taskTimeText:{
  249. "float":"left",
  250. "line-height":"50px",
  251. "width":"80px"
  252. },
  253. taskTimeValue:{
  254. "float":"left",
  255. "line-height":"50px"
  256. },
  257. taskStartTime:{
  258. "float":"left",
  259. "height":"24px",
  260. "color":"#999999",
  261. "line-height":"24px",
  262. "margin-top":"13px",
  263. "padding":"0px 5px",
  264. "border-radius":"4px"
  265. },
  266. taskTimeLine:{
  267. "float":"left",
  268. "height":"24px",
  269. "text-align":"center",
  270. "line-height":"24px",
  271. "margin-top":"13px",
  272. "padding":"0px 5px"
  273. },
  274. taskEndTime:{
  275. "float":"left",
  276. "height":"24px",
  277. "color":"#999999",
  278. "line-height":"24px",
  279. "margin-top":"13px",
  280. "padding":"0px 5px",
  281. "border-radius":"4px"
  282. },
  283. taskRemarkContainer:{
  284. "display":"flex",
  285. "width":"100%",
  286. "min-height":"30px",
  287. "margin-top":"10px"
  288. },
  289. taskRemarkIcon:{
  290. "float":"left",
  291. "width":"48px",
  292. //"height":"48px",
  293. "margin-top":"2px",
  294. "margin-left":"20px",
  295. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_remark.png) no-repeat top center"
  296. },
  297. taskRemarkText:{
  298. "float":"left",
  299. "width":"80px"
  300. },
  301. taskRemarkValue:{
  302. "float":"left",
  303. "border-radius":"4px",
  304. //"min-height":"50px",
  305. "width":"580px",
  306. "height":"100%"
  307. },
  308. taskRemarkActionContainer:{
  309. "width":"580px",
  310. "height":"50px",
  311. },
  312. taskRemarkActionOk:{
  313. "float":"right",
  314. "width":"60px",
  315. "height":"25px",
  316. "line-height":"25px",
  317. "margin-top":"10px",
  318. "margin-left":"20px",
  319. "color":"#ffffff",
  320. "text-align":"center",
  321. "cursor":"pointer",
  322. "background-color":"#4A90E2",
  323. "border-radius":"2px"
  324. },
  325. taskRemarkActionCancel:{
  326. "float":"right",
  327. "width":"60px",
  328. "height":"25px",
  329. "line-height":"25px",
  330. "margin-top":"10px",
  331. "color":"#999999",
  332. "text-align":"center",
  333. "cursor":"pointer"
  334. },
  335. taskPriorityContainer:{
  336. "width":"100%",
  337. "height":"50px"
  338. },
  339. taskPriorityIcon:{
  340. "float":"left",
  341. "width":"48px",
  342. "height":"48px",
  343. "margin-top":"2px",
  344. "margin-left":"20px",
  345. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_priority.png) no-repeat center"
  346. },
  347. taskPriorityText:{
  348. "float":"left",
  349. "line-height":"50px",
  350. "width":"80px"
  351. },
  352. taskPriorityValue:{
  353. "float":"left",
  354. "line-height":"50px"
  355. },
  356. taskPriorityValueText:{
  357. //"min-width":"50px",
  358. "padding-left":"10px",
  359. "padding-right":"10px",
  360. "height":"25px",
  361. "line-height":"25px",
  362. "text-align":"center",
  363. "font-size":"14px",
  364. "margin-top":"12px",
  365. "color":"#999999",
  366. "border":"1px solid #999999",
  367. "border-radius":"4px",
  368. "cursor":"pointer"
  369. },
  370. taskTagContainer:{
  371. "margin-top":"10px",
  372. "width":"100%",
  373. "overflow":"auto",
  374. "min-height":"50px"
  375. },
  376. taskTagIcon:{
  377. "float":"left",
  378. "width":"48px",
  379. "height":"48px",
  380. "margin-top":"2px",
  381. "margin-left":"20px",
  382. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_tag.png) no-repeat center top"
  383. },
  384. taskTagText:{
  385. "cursor":"arrow",
  386. "float":"left",
  387. "width":"80px"
  388. },
  389. taskTagValue:{
  390. "float":"left",
  391. "width":"490px"
  392. },
  393. tagItemContainer:{
  394. "float":"left",
  395. "height":"25px",
  396. "min-widht":"30px",
  397. "color":"#ffffff",
  398. "margin-right":"6px",
  399. "margin-bottom":"6px",
  400. "border-radius":"12px"
  401. },
  402. tagItemText:{
  403. "float":"left",
  404. "height":"25px",
  405. "line-height":"25px",
  406. "margin":"0 10px",
  407. "max-width":"100px",
  408. "overflow":"hidden",
  409. "text-overflow": "ellipsis",
  410. "white-space": "nowrap"
  411. },
  412. tagItemClose:{
  413. "float":"left",
  414. "width":"20px",
  415. "height":"20px",
  416. "margin-top":"2px",
  417. "cursor":"pointer",
  418. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_off_round_grey.png) no-repeat center"
  419. },
  420. taskTagAddText:{
  421. "color":"#666666",
  422. "cursor":"pointer"
  423. },
  424. taskTagAdd:{
  425. "float":"left",
  426. "width":"20px",
  427. "height":"20px",
  428. "cursor":"pointer",
  429. "margin-top":"4px",
  430. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_jia.png) no-repeat center"
  431. },
  432. taskExtFieldContainer:{
  433. },
  434. taskExtFieldItem:{
  435. "width":"100%",
  436. "height":"50px"
  437. },
  438. taskExtFieldIcon:{
  439. "float":"left",
  440. "width":"48px",
  441. "height":"48px",
  442. "margin-top":"2px",
  443. "margin-left":"20px",
  444. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_extend.png) no-repeat center"
  445. },
  446. taskExtFieldText:{
  447. "float":"left",
  448. "height":"50px",
  449. "width":"80px"
  450. },
  451. taskAttachmentContainer:{
  452. "width":"100%",
  453. "min-height":"50px",
  454. "margin-top":"10px",
  455. "display":"flex"
  456. },
  457. taskAttachmentIcon:{
  458. "float":"left",
  459. "width":"48px",
  460. "height":"48px",
  461. "margin-top":"10px",
  462. "margin-left":"20px",
  463. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_attachment.png) no-repeat top"
  464. },
  465. taskAttachmentText:{
  466. "float":"left",
  467. "margin-top":"10px",
  468. "width":"80px"
  469. },
  470. taskAttachmentValue:{
  471. "float":"left",
  472. "width":"482px",
  473. "line-height":"50px"
  474. },
  475. taskAttachmentListContainer:{
  476. "color":"#666666",
  477. "font-size":"14px",
  478. "margin-top":"10px"
  479. },
  480. subTaskContainer:{
  481. "color":"#666666",
  482. "font-size":"14px",
  483. "margin-top":"10px"
  484. },
  485. subTaskTitleContent:{
  486. "height":"50px",
  487. "width":"100%"
  488. },
  489. subTaskTitleIcon:{
  490. "float":"left",
  491. "width":"48px",
  492. "height":"48px",
  493. "margin-left":"20px",
  494. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_subtask.png) no-repeat center"
  495. },
  496. subTaskTitleText:{
  497. "float":"left",
  498. "height":"100%",
  499. "line-height":"50px"
  500. },
  501. subTaskValueContent:{
  502. "width":"688px",
  503. "margin-left":"40px",
  504. "border":"1px solid #dedede",
  505. "border-radius":"4px",
  506. "min-height":"40px"
  507. },
  508. subTaskItemContainer:{
  509. "margin-top":"2px",
  510. "width":"100%",
  511. "height":"40px"
  512. },
  513. subTaskItemText:{
  514. "float":"left",
  515. "cursor":"pointer",
  516. "border-radius":"4px",
  517. "padding-left":"5px",
  518. "height":"40px",
  519. "line-height":"40px",
  520. "width":"500px",
  521. "margin-left":"15px",
  522. "overflow":"hidden",
  523. "text-overflow": "ellipsis",
  524. "white-space": "nowrap"
  525. },
  526. subTaskItemPerson:{
  527. "float":"right",
  528. "width":"30px",
  529. "height":"30px",
  530. "cursor":"pointer",
  531. "margin-top":"5px",
  532. "margin-right":"20px",
  533. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_wcyd_xm_click.png) no-repeat center"
  534. },
  535. subTaskAddContainer:{
  536. "width":"100%"
  537. },
  538. subTaskNewContent:{
  539. "cursor":"pointer",
  540. "width":"100%",
  541. "height":"40px"
  542. },
  543. subTaskNewIcon:{
  544. "float":"left",
  545. "width":"40px",
  546. "height":"40px",
  547. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_subtask_add.png) no-repeat center"
  548. },
  549. subTaskNewText:{
  550. "float":"left",
  551. "color":"#4A90E2",
  552. "line-height":"40px"
  553. },
  554. subTaskNewContainer:{
  555. },
  556. subTaskNewValue:{
  557. "width":"100%",
  558. "height":"40px"
  559. },
  560. subTaskNewInput:{
  561. "float":"left",
  562. "width":"600px",
  563. "height":"30px",
  564. "color":"#666666",
  565. "margin-top":"4px",
  566. "margin-left":"12px",
  567. "border":"1px solid #dedede",
  568. "border-radius":"4px",
  569. "text-indent":"5px"
  570. },
  571. subTaskNewPerson:{
  572. "cursor":"pointer",
  573. "float":"right",
  574. "width":"30px",
  575. "height":"30px",
  576. "margin-top":"5px",
  577. "margin-right":"20px",
  578. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_wcyd_xm_click.png) no-repeat center"
  579. },
  580. subTaskNewAction:{
  581. "width":"100%",
  582. "height":"40px"
  583. },
  584. subTaskNewOK:{
  585. "cursor":"pointer",
  586. "float":"left",
  587. "height":"30px",
  588. "line-height":"30px",
  589. "color":"#ffffff",
  590. "width":"75px",
  591. "margin-top":"4px",
  592. "margin-left":"20px",
  593. "text-align":"center",
  594. "border-radius":"2px",
  595. "background-color":"#4A90E2"
  596. },
  597. subTaskNewCancel:{
  598. "cursor":"pointer",
  599. "float":"left",
  600. "height":"30px",
  601. "margin-top":"4px",
  602. "margin-left":"446px",
  603. "line-height":"30px",
  604. "width":"75px",
  605. "text-align":"center",
  606. "border-radius":"2px"
  607. },
  608. taskDetailLayout:{
  609. "float":"left",
  610. "height":"100%",
  611. "width":"440px",
  612. "position":"relative"
  613. },
  614. taskParticipateContainer:{
  615. "display":"inline-block",
  616. "width":"100%",
  617. "font-size":"14px",
  618. "color":"#666666",
  619. "border-bottom":"1px solid #bebebe"
  620. },
  621. participateTitle:{
  622. "margin-left":"20px",
  623. "height":"50px"
  624. },
  625. participateTitleText:{
  626. "float":"left",
  627. "height":"50px",
  628. "line-height":"50px"
  629. },
  630. participateTitleIcon:{
  631. "float":"left",
  632. "width":"24px",
  633. "height":"24px",
  634. "margin-top":"13px",
  635. "margin-left":"10px",
  636. "cursor":"pointer",
  637. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_wcyd_xm_click.png) no-repeat center"
  638. },
  639. participateValue:{
  640. "margin-left":"20px",
  641. "height":"60px",
  642. "overflow":"hidden"
  643. },
  644. taskDynamicContainer:{
  645. "position":"absolute",
  646. "left":"0px",
  647. "top":"110px",
  648. "bottom":"120px",
  649. "width":"100%"
  650. },
  651. dynamicBar:{
  652. "cursor":"pointer",
  653. "width":"120px",
  654. "height":"40px"
  655. },
  656. dynamicText:{
  657. "margin-left":"20px",
  658. "float":"left",
  659. "line-height":"40px"
  660. },
  661. dynamicIcon:{
  662. "float":"left",
  663. "margin-top":"10px",
  664. "margin-left":"4px",
  665. "width":"24px",
  666. "height":"24px",
  667. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_dw.png) no-repeat center"
  668. },
  669. dynamicContent:{
  670. "font-size":"12px",
  671. "position":"absolute",
  672. "top":"40px",
  673. "left":"0px",
  674. "bottom":"0px",
  675. "right":"0px",
  676. "margin-bottom":"10px",
  677. "overflow-y":"auto"
  678. },
  679. dynamicItem:{
  680. "color":"#999999",
  681. "min-height":"10px",
  682. "margin-top":"25px"
  683. },
  684. dynamicItemIcon:{
  685. "width":"30px",
  686. "height":"30px",
  687. "margin-left":"10px",
  688. "margin-top":"2px",
  689. "margin-right":"10px",
  690. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_attachment.png) no-repeat center top",
  691. "float":"left"
  692. },
  693. dynamicItemText:{
  694. "float":"left",
  695. "width":"300px"
  696. },
  697. dynamicItemTime:{
  698. "width":"60px",
  699. "float":"right"
  700. },
  701. taskChatContainer:{
  702. "position":"absolute",
  703. "left":"0px",
  704. //"top":"140px",
  705. "bottom":"0px",
  706. "width":"100%",
  707. "height":"120px",
  708. "border-top":"1px solid #dedede"
  709. },
  710. chatContent:{
  711. "width":"100%",
  712. "height":"80px"
  713. },
  714. chatTextarea:{
  715. "color":"#999999",
  716. "width":"330px",
  717. "height":"70px",
  718. "margin-top":"10px",
  719. "margin-left":"10px",
  720. "padding":"0",
  721. "border":"0px",
  722. "overflow":"auto",
  723. "outline":"none",
  724. "resize":"none"
  725. },
  726. chatBarContent:{
  727. "height":"40px",
  728. "width":"100%"
  729. },
  730. chatBarTool:{
  731. "float":"left"
  732. },
  733. chatBarEmoji:{
  734. "height":"24px",
  735. "width":"24px",
  736. "cursor":"pointer",
  737. "margin-top":"8px",
  738. "margin-left":"20px",
  739. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_emoji.png) no-repeat center"
  740. },
  741. chatBarSend:{
  742. "float":"right",
  743. "cursor":"pointer",
  744. "height":"40px",
  745. "line-height":"40px",
  746. "color":"#4a90e2",
  747. "margin-right":"20px"
  748. },
  749. "formMaskNode": {
  750. "width": "100%",
  751. "height": "100%",
  752. "opacity": 0.2,
  753. "position": "absolute",
  754. "background-color": "#999999",
  755. "top": "0px",
  756. "left": "0px"
  757. },
  758. "formAreaNode": {
  759. "position": "absolute",
  760. "opacity": 0,
  761. "top": "0px"
  762. },
  763. "formNode": {
  764. "background-color": "#FFF",
  765. "box-shadow": "0px 0px 10px #999",
  766. "border-radius": "5px",
  767. "margin": "auto",
  768. "border": "1px solid #fff",
  769. "overflow": "hidden",
  770. "color":"#333333"
  771. },
  772. "formTopNode": {
  773. "color": "#fff",
  774. "height": "40px",
  775. "background-color": "#fff",
  776. "border-bottom": "1px solid #b6b6b6",
  777. "line-height": "40px",
  778. "font-size": "14px",
  779. "padding-left": "5px",
  780. "text-align": "left"
  781. },
  782. "formTopIconNode": {
  783. "width": "32px",
  784. "height": "32px",
  785. "float": "left",
  786. "background": "url(/x_component_TeamWork/$Task/default/icon/document.png) no-repeat center 4px"
  787. },
  788. "formTopTextNode": {
  789. "font-size": "16px",
  790. "float": "left",
  791. "width": "500px",
  792. "overflow": "hidden",
  793. "text-overflow": "ellipsis",
  794. "white-space": "nowrap"
  795. },
  796. "formTopCloseActionNode": {
  797. "width": "40px",
  798. "height": "40px",
  799. "float": "right",
  800. "padding-right": "4px",
  801. "background": "url(/x_component_TeamWork/$Task/default/icon/icon_off.png) no-repeat center",
  802. "cursor": "pointer"
  803. },
  804. "formTopContentNode": {
  805. "float": "right",
  806. "padding-right": "10px",
  807. "text-align": "right"
  808. },
  809. "formTopContentTitle": {},
  810. "formTopContentValue": {
  811. "padding-right": "20px",
  812. "font-size": "12px"
  813. },
  814. "formNewNode": {
  815. "width": "47px",
  816. "height": "47px",
  817. "background": "url(/x_component_Template/$Explorer/default/icon/new.png) no-repeat"
  818. },
  819. "formIconNode": {
  820. "width": "47px",
  821. "height": "47px"
  822. },
  823. "formEditNode": {
  824. "width": "47px",
  825. "height": "47px"
  826. },
  827. "formContentNode": {
  828. "border": "0px solid #666",
  829. "width": "100%",
  830. "margin": "auto",
  831. "font-size": "14px",
  832. "color": "#666",
  833. "font-family": "Microsoft YaHei",
  834. "overflow": "hidden"
  835. },
  836. "formTableContainer": {
  837. "margin": "0px 10px",
  838. "overflow": "hidden",
  839. "positon": "static"
  840. },
  841. "formTableArea":{
  842. "height":"100%"
  843. },
  844. "formBottomNode": {
  845. "height": "40px",
  846. "line-height": "40px",
  847. "background-color": "#3d77c1",
  848. "overflow": "hidden",
  849. "padding-top": "10px"
  850. },
  851. "formOkActionNode": {
  852. "height": "30px",
  853. "width": "75px",
  854. "cursor": "pointer",
  855. "float": "right",
  856. "line-height": "30px",
  857. "text-align": "center",
  858. "font-size": "16px",
  859. "font-family": "Microsoft YaHei",
  860. "border": "1px solid #3d77c1",
  861. "background-color": "#5d97e1",
  862. "color": "#FFF",
  863. "margin-right": "20px",
  864. "box-shadow": "0px 0px 3px #5d97e1"
  865. },
  866. "formCancelActionNode": {
  867. "height": "30px",
  868. "width": "75px",
  869. "cursor": "pointer",
  870. "float": "right",
  871. "line-height": "30px",
  872. "text-align": "center",
  873. "font-size": "16px",
  874. "font-family": "Microsoft YaHei",
  875. "border": "1px solid #3d77c1",
  876. "background-color": "#5d97e1",
  877. "color": "#FFF",
  878. "margin-right": "20px",
  879. "box-shadow": "0px 0px 3px #5d97e1"
  880. },
  881. "formActionNode": {
  882. "height": "30px",
  883. "width": "75px",
  884. "cursor": "pointer",
  885. "float": "left",
  886. "line-height": "30px",
  887. "text-align": "center",
  888. "font-size": "16px",
  889. "font-family": "Microsoft YaHei",
  890. "color": "#FFF",
  891. "margin-left": "10px",
  892. "margin-right": "20px"
  893. }
  894. }