css.wcss 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901
  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. "width":"50px",
  358. "height":"25px",
  359. "line-height":"25px",
  360. "text-align":"center",
  361. "font-size":"14px",
  362. "margin-top":"12px",
  363. "color":"#999999",
  364. "border":"1px solid #999999",
  365. "border-radius":"4px",
  366. "cursor":"pointer"
  367. },
  368. taskTagContainer:{
  369. "margin-top":"10px",
  370. "width":"100%",
  371. "overflow":"auto",
  372. "min-height":"50px"
  373. },
  374. taskTagIcon:{
  375. "float":"left",
  376. "width":"48px",
  377. "height":"48px",
  378. "margin-top":"2px",
  379. "margin-left":"20px",
  380. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_tag.png) no-repeat center top"
  381. },
  382. taskTagText:{
  383. "cursor":"arrow",
  384. "float":"left",
  385. "width":"80px"
  386. },
  387. taskTagValue:{
  388. "float":"left",
  389. "width":"490px"
  390. },
  391. tagItemContainer:{
  392. "float":"left",
  393. "height":"25px",
  394. "min-widht":"30px",
  395. "color":"#ffffff",
  396. "margin-right":"6px",
  397. "margin-bottom":"6px",
  398. "border-radius":"12px"
  399. },
  400. tagItemText:{
  401. "float":"left",
  402. "height":"25px",
  403. "line-height":"25px",
  404. "margin":"0 10px",
  405. "max-width":"100px",
  406. "overflow":"hidden",
  407. "text-overflow": "ellipsis",
  408. "white-space": "nowrap"
  409. },
  410. tagItemClose:{
  411. "float":"left",
  412. "width":"20px",
  413. "height":"20px",
  414. "margin-top":"2px",
  415. "cursor":"pointer",
  416. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_off_round_grey.png) no-repeat center"
  417. },
  418. taskTagAddText:{
  419. "color":"#666666",
  420. "cursor":"pointer"
  421. },
  422. taskTagAdd:{
  423. "float":"left",
  424. "width":"20px",
  425. "height":"20px",
  426. "cursor":"pointer",
  427. "margin-top":"4px",
  428. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_jia.png) no-repeat center"
  429. },
  430. taskExtFieldContainer:{
  431. },
  432. taskExtFieldItem:{
  433. "width":"100%",
  434. "height":"50px"
  435. },
  436. taskExtFieldIcon:{
  437. "float":"left",
  438. "width":"48px",
  439. "height":"48px",
  440. "margin-top":"2px",
  441. "margin-left":"20px",
  442. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_extend.png) no-repeat center"
  443. },
  444. taskExtFieldText:{
  445. "float":"left",
  446. "height":"50px",
  447. "width":"80px"
  448. },
  449. taskAttachmentContainer:{
  450. "width":"100%",
  451. "min-height":"50px",
  452. "margin-top":"10px",
  453. "display":"flex"
  454. },
  455. taskAttachmentIcon:{
  456. "float":"left",
  457. "width":"48px",
  458. "height":"48px",
  459. "margin-top":"10px",
  460. "margin-left":"20px",
  461. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_attachment.png) no-repeat top"
  462. },
  463. taskAttachmentText:{
  464. "float":"left",
  465. "margin-top":"10px",
  466. "width":"80px"
  467. },
  468. taskAttachmentValue:{
  469. "float":"left",
  470. "width":"482px",
  471. "line-height":"50px"
  472. },
  473. taskAttachmentListContainer:{
  474. "color":"#666666",
  475. "font-size":"14px",
  476. "margin-top":"10px"
  477. },
  478. subTaskContainer:{
  479. "color":"#666666",
  480. "font-size":"14px",
  481. "margin-top":"10px"
  482. },
  483. subTaskTitleContent:{
  484. "height":"50px",
  485. "width":"100%"
  486. },
  487. subTaskTitleIcon:{
  488. "float":"left",
  489. "width":"48px",
  490. "height":"48px",
  491. "margin-left":"20px",
  492. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_subtask.png) no-repeat center"
  493. },
  494. subTaskTitleText:{
  495. "float":"left",
  496. "height":"100%",
  497. "line-height":"50px"
  498. },
  499. subTaskValueContent:{
  500. "width":"688px",
  501. "margin-left":"40px",
  502. "border":"1px solid #dedede",
  503. "border-radius":"4px",
  504. "min-height":"40px"
  505. },
  506. subTaskItemContainer:{
  507. "margin-top":"2px",
  508. "width":"100%",
  509. "height":"40px"
  510. },
  511. subTaskItemText:{
  512. "float":"left",
  513. "cursor":"pointer",
  514. "border-radius":"4px",
  515. "padding-left":"5px",
  516. "height":"40px",
  517. "line-height":"40px",
  518. "width":"500px",
  519. "margin-left":"15px",
  520. "overflow":"hidden",
  521. "text-overflow": "ellipsis",
  522. "white-space": "nowrap"
  523. },
  524. subTaskItemPerson:{
  525. "float":"right",
  526. "width":"30px",
  527. "height":"30px",
  528. "cursor":"pointer",
  529. "margin-top":"5px",
  530. "margin-right":"20px",
  531. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_wcyd_xm_click.png) no-repeat center"
  532. },
  533. subTaskAddContainer:{
  534. "width":"100%"
  535. },
  536. subTaskNewContent:{
  537. "cursor":"pointer",
  538. "width":"100%",
  539. "height":"40px"
  540. },
  541. subTaskNewIcon:{
  542. "float":"left",
  543. "width":"40px",
  544. "height":"40px",
  545. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_subtask_add.png) no-repeat center"
  546. },
  547. subTaskNewText:{
  548. "float":"left",
  549. "color":"#4A90E2",
  550. "line-height":"40px"
  551. },
  552. subTaskNewContainer:{
  553. },
  554. subTaskNewValue:{
  555. "width":"100%",
  556. "height":"40px"
  557. },
  558. subTaskNewInput:{
  559. "float":"left",
  560. "width":"600px",
  561. "height":"30px",
  562. "color":"#666666",
  563. "margin-top":"4px",
  564. "margin-left":"12px",
  565. "border":"1px solid #dedede",
  566. "border-radius":"4px",
  567. "text-indent":"5px"
  568. },
  569. subTaskNewPerson:{
  570. "cursor":"pointer",
  571. "float":"right",
  572. "width":"30px",
  573. "height":"30px",
  574. "margin-top":"5px",
  575. "margin-right":"20px",
  576. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_wcyd_xm_click.png) no-repeat center"
  577. },
  578. subTaskNewAction:{
  579. "width":"100%",
  580. "height":"40px"
  581. },
  582. subTaskNewOK:{
  583. "cursor":"pointer",
  584. "float":"left",
  585. "height":"30px",
  586. "line-height":"30px",
  587. "color":"#ffffff",
  588. "width":"75px",
  589. "margin-top":"4px",
  590. "margin-left":"20px",
  591. "text-align":"center",
  592. "border-radius":"2px",
  593. "background-color":"#4A90E2"
  594. },
  595. subTaskNewCancel:{
  596. "cursor":"pointer",
  597. "float":"left",
  598. "height":"30px",
  599. "margin-top":"4px",
  600. "margin-left":"446px",
  601. "line-height":"30px",
  602. "width":"75px",
  603. "text-align":"center",
  604. "border-radius":"2px"
  605. },
  606. taskDetailLayout:{
  607. "float":"left",
  608. "height":"100%",
  609. "width":"440px",
  610. "position":"relative"
  611. },
  612. taskParticipateContainer:{
  613. "display":"inline-block",
  614. "width":"100%",
  615. "font-size":"14px",
  616. "color":"#666666",
  617. "border-bottom":"1px solid #bebebe"
  618. },
  619. participateTitle:{
  620. "margin-left":"20px",
  621. "height":"50px"
  622. },
  623. participateTitleText:{
  624. "float":"left",
  625. "height":"50px",
  626. "line-height":"50px"
  627. },
  628. participateTitleIcon:{
  629. "float":"left",
  630. "width":"24px",
  631. "height":"24px",
  632. "margin-top":"13px",
  633. "margin-left":"10px",
  634. "cursor":"pointer",
  635. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_wcyd_xm_click.png) no-repeat center"
  636. },
  637. participateValue:{
  638. "margin-left":"20px",
  639. "height":"60px",
  640. "overflow":"hidden"
  641. },
  642. taskDynamicContainer:{
  643. "position":"absolute",
  644. "left":"0px",
  645. "top":"110px",
  646. "bottom":"120px",
  647. "width":"100%"
  648. },
  649. dynamicBar:{
  650. "cursor":"pointer",
  651. "width":"120px",
  652. "height":"40px"
  653. },
  654. dynamicText:{
  655. "margin-left":"20px",
  656. "float":"left",
  657. "line-height":"40px"
  658. },
  659. dynamicIcon:{
  660. "float":"left",
  661. "margin-top":"10px",
  662. "margin-left":"4px",
  663. "width":"24px",
  664. "height":"24px",
  665. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_dw.png) no-repeat center"
  666. },
  667. dynamicContent:{
  668. "font-size":"12px",
  669. "position":"absolute",
  670. "top":"40px",
  671. "left":"0px",
  672. "bottom":"0px",
  673. "right":"0px",
  674. "margin-bottom":"10px",
  675. "overflow-y":"auto"
  676. },
  677. dynamicItem:{
  678. "color":"#999999",
  679. "min-height":"10px",
  680. "margin-top":"25px"
  681. },
  682. dynamicItemIcon:{
  683. "width":"30px",
  684. "height":"30px",
  685. "margin-left":"10px",
  686. "margin-top":"2px",
  687. "margin-right":"10px",
  688. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_attachment.png) no-repeat center top",
  689. "float":"left"
  690. },
  691. dynamicItemText:{
  692. "float":"left",
  693. "width":"300px"
  694. },
  695. dynamicItemTime:{
  696. "width":"60px",
  697. "float":"right"
  698. },
  699. taskChatContainer:{
  700. "position":"absolute",
  701. "left":"0px",
  702. //"top":"140px",
  703. "bottom":"0px",
  704. "width":"100%",
  705. "height":"120px",
  706. "border-top":"1px solid #dedede"
  707. },
  708. chatContent:{
  709. "width":"100%",
  710. "height":"80px"
  711. },
  712. chatTextarea:{
  713. "color":"#999999",
  714. "width":"330px",
  715. "height":"70px",
  716. "margin-top":"10px",
  717. "margin-left":"10px",
  718. "padding":"0",
  719. "border":"0px",
  720. "overflow":"auto",
  721. "outline":"none",
  722. "resize":"none"
  723. },
  724. chatBarContent:{
  725. "height":"40px",
  726. "width":"100%"
  727. },
  728. chatBarTool:{
  729. "float":"left"
  730. },
  731. chatBarEmoji:{
  732. "height":"24px",
  733. "width":"24px",
  734. "cursor":"pointer",
  735. "margin-top":"8px",
  736. "margin-left":"20px",
  737. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_emoji.png) no-repeat center"
  738. },
  739. chatBarSend:{
  740. "float":"right",
  741. "cursor":"pointer",
  742. "height":"40px",
  743. "line-height":"40px",
  744. "color":"#4a90e2",
  745. "margin-right":"20px"
  746. },
  747. "formMaskNode": {
  748. "width": "100%",
  749. "height": "100%",
  750. "opacity": 0.2,
  751. "position": "absolute",
  752. "background-color": "#999999",
  753. "top": "0px",
  754. "left": "0px"
  755. },
  756. "formAreaNode": {
  757. "position": "absolute",
  758. "opacity": 0,
  759. "top": "0px"
  760. },
  761. "formNode": {
  762. "background-color": "#FFF",
  763. "box-shadow": "0px 0px 10px #999",
  764. "border-radius": "5px",
  765. "margin": "auto",
  766. "border": "1px solid #fff",
  767. "overflow": "hidden",
  768. "color":"#333333"
  769. },
  770. "formTopNode": {
  771. "color": "#fff",
  772. "height": "40px",
  773. "background-color": "#fff",
  774. "border-bottom": "1px solid #b6b6b6",
  775. "line-height": "40px",
  776. "font-size": "14px",
  777. "padding-left": "5px",
  778. "text-align": "left"
  779. },
  780. "formTopIconNode": {
  781. "width": "32px",
  782. "height": "32px",
  783. "float": "left",
  784. "background": "url(/x_component_TeamWork/$Task/default/icon/document.png) no-repeat center 4px"
  785. },
  786. "formTopTextNode": {
  787. "font-size": "16px",
  788. "float": "left",
  789. "width": "500px",
  790. "overflow": "hidden",
  791. "text-overflow": "ellipsis",
  792. "white-space": "nowrap"
  793. },
  794. "formTopCloseActionNode": {
  795. "width": "40px",
  796. "height": "40px",
  797. "float": "right",
  798. "padding-right": "4px",
  799. "background": "url(/x_component_TeamWork/$Task/default/icon/icon_off.png) no-repeat center",
  800. "cursor": "pointer"
  801. },
  802. "formTopContentNode": {
  803. "float": "right",
  804. "padding-right": "10px",
  805. "text-align": "right"
  806. },
  807. "formTopContentTitle": {},
  808. "formTopContentValue": {
  809. "padding-right": "20px",
  810. "font-size": "12px"
  811. },
  812. "formNewNode": {
  813. "width": "47px",
  814. "height": "47px",
  815. "background": "url(/x_component_Template/$Explorer/default/icon/new.png) no-repeat"
  816. },
  817. "formIconNode": {
  818. "width": "47px",
  819. "height": "47px"
  820. },
  821. "formEditNode": {
  822. "width": "47px",
  823. "height": "47px"
  824. },
  825. "formContentNode": {
  826. "border": "0px solid #666",
  827. "width": "100%",
  828. "margin": "auto",
  829. "font-size": "14px",
  830. "color": "#666",
  831. "font-family": "Microsoft YaHei",
  832. "overflow": "hidden"
  833. },
  834. "formTableContainer": {
  835. "margin": "0px 10px",
  836. "overflow": "hidden",
  837. "positon": "static"
  838. },
  839. "formTableArea":{
  840. "height":"100%"
  841. },
  842. "formBottomNode": {
  843. "height": "40px",
  844. "line-height": "40px",
  845. "background-color": "#3d77c1",
  846. "overflow": "hidden",
  847. "padding-top": "10px"
  848. },
  849. "formOkActionNode": {
  850. "height": "30px",
  851. "width": "75px",
  852. "cursor": "pointer",
  853. "float": "right",
  854. "line-height": "30px",
  855. "text-align": "center",
  856. "font-size": "16px",
  857. "font-family": "Microsoft YaHei",
  858. "border": "1px solid #3d77c1",
  859. "background-color": "#5d97e1",
  860. "color": "#FFF",
  861. "margin-right": "20px",
  862. "box-shadow": "0px 0px 3px #5d97e1"
  863. },
  864. "formCancelActionNode": {
  865. "height": "30px",
  866. "width": "75px",
  867. "cursor": "pointer",
  868. "float": "right",
  869. "line-height": "30px",
  870. "text-align": "center",
  871. "font-size": "16px",
  872. "font-family": "Microsoft YaHei",
  873. "border": "1px solid #3d77c1",
  874. "background-color": "#5d97e1",
  875. "color": "#FFF",
  876. "margin-right": "20px",
  877. "box-shadow": "0px 0px 3px #5d97e1"
  878. },
  879. "formActionNode": {
  880. "height": "30px",
  881. "width": "75px",
  882. "cursor": "pointer",
  883. "float": "left",
  884. "line-height": "30px",
  885. "text-align": "center",
  886. "font-size": "16px",
  887. "font-family": "Microsoft YaHei",
  888. "color": "#FFF",
  889. "margin-left": "10px",
  890. "margin-right": "20px"
  891. }
  892. }