css.wcss 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850
  1. {
  2. "topBarLayout":{
  3. "height":"50px",
  4. "width":"100%",
  5. "background-color":"#F7F7F7",
  6. "box-shadow": "0 1px 3px 0 #888888",
  7. "position":"absolute"
  8. },
  9. "contentLayout":{
  10. "position":"absolute",
  11. "left":"0px",
  12. "top":"51px",
  13. "bottom":"0px",
  14. "width":"100%",
  15. "overflow":"auto",
  16. "display":"flex"
  17. },
  18. "topBarBackContainer":{
  19. "float":"left"
  20. },
  21. "topBarBackHomeIcon":{
  22. "cursor":"pointer",
  23. "float":"left",
  24. "margin-left":"10px",
  25. "width":"50px",
  26. "height":"50px",
  27. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_xiangmu.png) no-repeat center "
  28. },
  29. "topBarBackHomeNext":{
  30. "float":"left",
  31. "width":"16px",
  32. "height":"50px",
  33. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_right.png) no-repeat center "
  34. },
  35. topBarBackHomeTextContainer:{
  36. "float":"left",
  37. "cursor":"pointer",
  38. "height":"50px",
  39. "border-right":"1px solid #DEDEDE"
  40. },
  41. "topBarBackHomeText":{
  42. "height":"50px",
  43. "line-height":"50px",
  44. "margin-left":"10px",
  45. "float":"left",
  46. "cursor":"pointer",
  47. "font-size":"15px",
  48. "color":"#333333"
  49. },
  50. topBarBackHomeArrow:{
  51. "float":"left",
  52. "height":"50px",
  53. "width":"16px",
  54. "cursor":"pointer",
  55. "margin":"0px 10px 0px 6px",
  56. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_triangle_down.png) no-repeat center "
  57. },
  58. itemLayout:{
  59. "max-height":"650px",
  60. "overflow":"hidden"
  61. },
  62. itemText:{
  63. "border-bottom":"1px solid #dddddd",
  64. "height":"40px",
  65. "line-height":"40px",
  66. "font-size":"15px",
  67. "color":"#333333",
  68. "padding-left":"5px"
  69. },
  70. projectListContainer:{
  71. "height":"70px",
  72. "cursor":"pointer"
  73. },
  74. projectListIcon:{
  75. "float":"left",
  76. "width":"80px",
  77. "height":"40px",
  78. "margin-left":"10px",
  79. "margin-top":"15px",
  80. "background":"url(/x_component_TeamWork/$Project/default/icon/pic_morentu_220.png) no-repeat center ",
  81. "background-size":"cover"
  82. },
  83. projectListText:{
  84. "float":"left",
  85. "height":"70px",
  86. "width":"150px",
  87. "line-height":"70px",
  88. "font-size":"14px",
  89. "margin-left":"12px",
  90. "color":"#333333",
  91. "overflow":"hidden",
  92. "white-space":"nowrap",
  93. "text-overflow":"ellipsis"
  94. },
  95. projectListSelect:{
  96. "float":"left",
  97. "width":"24px",
  98. "height":"70px",
  99. "margin-left":"10px",
  100. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_dagou.png) no-repeat center "
  101. },
  102. topBarTabsContainer:{
  103. "margin-left":"10px",
  104. "float":"left"
  105. },
  106. topBarTabItemTask:{
  107. "cursor":"pointer",
  108. "float":"left",
  109. "font-size":"15px",
  110. "color":"#666666",
  111. "height":"48px",
  112. "line-height":"48px",
  113. "width":"40px",
  114. "text-align":"center",
  115. "margin":"0px 10px"
  116. },
  117. topBarTabItemStat:{
  118. "cursor":"pointer",
  119. "float":"left",
  120. "font-size":"15px",
  121. "color":"#666666",
  122. "height":"48px",
  123. "line-height":"48px",
  124. "width":"40px",
  125. "text-align":"center",
  126. "margin":"0px 10px"
  127. },
  128. topBarSettingContainer:{
  129. "float":"right",
  130. "height":"100%"
  131. },
  132. topBarSettingMenuContainer:{
  133. "height":"100%",
  134. "width":"70px",
  135. "cursor":"pointer",
  136. "margin":"0px 5px"
  137. },
  138. topBarSettingMenuIcon:{
  139. "float":"left",
  140. "height":"100%",
  141. "width":"16px",
  142. "margin":"0px 10px",
  143. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_caidan.png) no-repeat center "
  144. },
  145. topBarSettingMenuText:{
  146. "float":"left",
  147. "line-height":"50px",
  148. "color":"#666666",
  149. "font-size":"14px"
  150. },
  151. naviLayout:{
  152. "margin-top":"0px",
  153. "width":"300px",
  154. "height":"100%",
  155. "overflow-y":"auto",
  156. "box-shadow": "0 2px 4px 0 #888888",
  157. "background-color":"#ffffff"
  158. },
  159. naviTop:{
  160. "border-bottom":"1px solid #E6E6E6"
  161. },
  162. naviTopSearchContainer:{
  163. "padding":"0px 0px",
  164. "width":"260px",
  165. "height":"36px",
  166. "margin":"20px auto 10px auto",
  167. "border":"1px solid #DEDEDE",
  168. "border-radius":"10px"
  169. },
  170. naviTopSearchIn:{
  171. "width":"90%",
  172. "margin":"1px 10px",
  173. "border":"0px",
  174. "height":"32px",
  175. "line-height":"32px",
  176. "font-size":"14px",
  177. "color":"#999999",
  178. "outline":"none"
  179. },
  180. naviTopTaskContainer:{
  181. "height":"40px",
  182. "width":"260px",
  183. "margin":"0 auto"
  184. },
  185. naviTopTaskText:{
  186. "float":"left",
  187. "color":"#333333",
  188. "font-size":"15px",
  189. "height":"40px",
  190. "line-height":"40px"
  191. },
  192. naviTopTaskAdd:{
  193. "float":"right",
  194. "width":"24px",
  195. "height":"24px",
  196. "cursor":"pointer",
  197. "margin-top":"12px",
  198. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_jia.png) no-repeat center "
  199. },
  200. naviTopMyTaskLayout:{
  201. "cursor":"pointer",
  202. "height":"70px",
  203. "background-color":"#F2F5F7",
  204. "border-radius":"5px"
  205. },
  206. naviTopMyTaskContainer:{
  207. "margin-top":"10px",
  208. "padding-top":"10px",
  209. "margin-left":"20px",
  210. "height":"20px"
  211. },
  212. naviTopMyTaskText:{
  213. "float":"left",
  214. "font-size":"14px",
  215. "color":"#333333"
  216. },
  217. naviTopMyTaskCount:{
  218. "float":"left",
  219. "margin-left":"10px",
  220. "color":"#666666",
  221. "font-size":"14px"
  222. },
  223. naviTopTaskLineContainer:{
  224. "height":"20px",
  225. "padding-top":"14px",
  226. "margin-left":"20px"
  227. },
  228. naviTopTaskLine:{
  229. "width":"250px",
  230. "height":"6px",
  231. "border-radius":"100px",
  232. "background-color":"#4A90E2"
  233. },
  234. completeLine:{
  235. "float":"left",
  236. "height":"6px",
  237. "background-color":"#73BF4D",
  238. "border-top-left-radius":"100px",
  239. "border-bottom-left-radius":"100px"
  240. },
  241. overLine:{
  242. "float":"right",
  243. "height":"6px",
  244. "background-color":"#FF0000",
  245. "border-top-right-radius":"100px",
  246. "border-bottom-right-radius":"100px"
  247. },
  248. naviView:{
  249. "flex":"1"
  250. },
  251. naviViewTitleContainer:{
  252. "width":"260px",
  253. "margin":"0px auto",
  254. "height":"50px",
  255. "line-height":"50px",
  256. "font-size":"15px",
  257. "color":"#333333"
  258. },
  259. naviViewTitle:{
  260. "height":"50px",
  261. "line-height":"50px",
  262. "float":"left"
  263. },
  264. naviViewAdd:{
  265. "float":"right",
  266. "width":"24px",
  267. "height":"24px",
  268. "cursor":"pointer",
  269. "margin-top":"12px",
  270. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_jia.png) no-repeat center "
  271. },
  272. naviViewContainer:{
  273. },
  274. naviItemContainer:{
  275. "height":"40px",
  276. "cursor":"pointer"
  277. },
  278. naviItemAllIcon:{
  279. "float":"left",
  280. "width":"16px",
  281. "height":"16px",
  282. "margin-top":"12px",
  283. "margin-left":"20px",
  284. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_all.png) no-repeat center "
  285. },
  286. naviItemText:{
  287. "float":"left",
  288. "color":"#2A2A2A",
  289. "font-size":"15px",
  290. "height":"40px",
  291. "line-height":"40px",
  292. "margin-left":"8px"
  293. },
  294. naviItemMore:{
  295. "float":"right",
  296. "width":"24px",
  297. "height":"24px",
  298. "margin-top":"8px",
  299. "margin-right":"12px",
  300. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_more.png) no-repeat center "
  301. },
  302. naviItemMyIcon:{
  303. "float":"left",
  304. "width":"16px",
  305. "height":"16px",
  306. "margin-top":"12px",
  307. "margin-left":"20px",
  308. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_renwu_wzx.png) no-repeat center "
  309. },
  310. naviItemFlowIcon:{
  311. "float":"left",
  312. "width":"16px",
  313. "height":"16px",
  314. "margin-top":"12px",
  315. "margin-left":"20px",
  316. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_rw_wwc.png) no-repeat center "
  317. },
  318. naviItemCompleteIcon:{
  319. "float":"left",
  320. "width":"16px",
  321. "height":"16px",
  322. "margin-top":"12px",
  323. "margin-left":"20px",
  324. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_renwu_ywc.png) no-repeat center "
  325. },
  326. naviItemOverIcon:{
  327. "float":"left",
  328. "width":"16px",
  329. "height":"16px",
  330. "margin-top":"12px",
  331. "margin-left":"20px",
  332. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_renwu_yyq.png) no-repeat center "
  333. },
  334. menuTipLayout:{
  335. "width":"200px"
  336. },
  337. menuTipTitle:{
  338. "width":"100%",
  339. "height":"40px",
  340. "line-height":"40px",
  341. "text-align":"center",
  342. "font-size":"16px",
  343. "color":"#333333",
  344. "border-bottom":"1px solid #bebebe"
  345. },
  346. menuTipContainer:{
  347. "cursor":"pointer",
  348. "width":"100%",
  349. "height":"40px"
  350. },
  351. menuTipEditIcon:{
  352. "float":"left",
  353. "width":"16px",
  354. "height":"16px",
  355. "margin-left":"20px",
  356. "margin-top":"12px",
  357. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_bianjishitu.png) no-repeat center "
  358. },
  359. menuTipRemoveIcon:{
  360. "float":"left",
  361. "width":"16px",
  362. "height":"16px",
  363. "margin-left":"20px",
  364. "margin-top":"12px",
  365. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_delete_grey.png) no-repeat center "
  366. },
  367. menuTipText:{
  368. "float":"left",
  369. "height":"40px",
  370. "line-height":"40px",
  371. "color":"#808080",
  372. "font-size":"13px",
  373. "margin-left":"10px"
  374. },
  375. taskContentLayout:{
  376. flex:"1",
  377. "overflow-x":"auto",
  378. "overflow-y":"hidden",
  379. "padding-left":"10px",
  380. //"padding-right":"10px",
  381. "width":"100%",
  382. "height":"99%",
  383. "display":"flex",
  384. "position":"relative"
  385. },
  386. taskGroupLayout:{
  387. //"display":"inline-table",
  388. "flex-shrink":"0",
  389. "float":"left",
  390. "width":"300px",
  391. //"height":"95%",
  392. "margin-top":"10px",
  393. "margin-left":"10px",
  394. "margin-right":"10px",
  395. //"margin-bottom":"20px",
  396. "background-color":"#ffffff",
  397. "border-radius":"4px"
  398. },
  399. taskGroupItemTitleContainer:{
  400. "height":"60px"
  401. },
  402. taskGroupItemTitleText:{
  403. "float":"left",
  404. "height":"60px",
  405. "line-height":"60px",
  406. "font-size":"20px",
  407. "margin-left":"20px",
  408. "max-width":"150px",
  409. "overflow":"hidden",
  410. "white-space":"nowrap",
  411. "text-overflow":"ellipsis",
  412. "color":"#333333"
  413. },
  414. taskGroupItemTitleCount:{
  415. "float":"left",
  416. "height":"60px",
  417. "line-height":"60px",
  418. "font-size":"12px",
  419. "margin-left":"5px",
  420. "color":"#999999"
  421. },
  422. taskGroupItemTitleReload:{
  423. "cursor":"pointer",
  424. "float":"right",
  425. "height":"60px",
  426. "width":"24px",
  427. "margin-right":"4px",
  428. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_reload.png) no-repeat center "
  429. },
  430. taskGroupItemTitleAdd:{
  431. "cursor":"pointer",
  432. "float":"right",
  433. "height":"60px",
  434. "width":"24px",
  435. "margin-right":"4px",
  436. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_jia.png) no-repeat center "
  437. },
  438. taskGroupItemTitleMore:{
  439. "cursor":"pointer",
  440. "float":"right",
  441. "height":"60px",
  442. "width":"24px",
  443. "margin-right":"16px",
  444. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_more.png) no-repeat center "
  445. },
  446. taskGroupItemContainer:{
  447. "height":"90%",
  448. "width":"290px",
  449. "overflow":"hidden",
  450. "background-color":"#fff",
  451. "padding-bottom":"10px",
  452. "position":"relative"
  453. },
  454. taskItemContainerDrag:{
  455. "width":"290px",
  456. //"min-height":"80px",
  457. "margin-bottom":"10px"
  458. },
  459. taskItemInsertLine:{
  460. "width":"250px",
  461. "height":"3px",
  462. "border":"0px dashed #999999",
  463. "margin":"10px auto",
  464. "border-radius":"1px",
  465. "background-color":"#4A90E2"
  466. },
  467. taskItemContainer:{
  468. "width":"260px",
  469. "overflow":"hidden",
  470. //"min-height":"80px",
  471. "cursor":"pointer",
  472. "border":"1px solid #E6E6E6",
  473. "border-radius":"4px",
  474. "background-color":"#ffffff",
  475. "margin":"10px auto"
  476. },
  477. taskItemHover:{
  478. "float":"left",
  479. "width":"5px",
  480. "height":"100%",
  481. "border-top-left-radius":"4px",
  482. "border-bottom-left-radius":"4px",
  483. "background-color":"#DEDEDE"
  484. },
  485. taskItemContent:{
  486. "padding":"10px",
  487. "float":"right",
  488. "width":"230px"
  489. },
  490. taskItemTitle:{
  491. "font-size":"14px"
  492. },
  493. taskItemDetail:{
  494. "font-size":"12px",
  495. "margin-top":"4px"
  496. },
  497. taskItemLimit:{
  498. "display":"inline-block",
  499. "border-radius":"2px",
  500. "vertical-align":"middle",
  501. "color":"#ffffff",
  502. "padding":"0 2px",
  503. "margin":"2px 6px 0 0 "
  504. },
  505. taskItemTags:{
  506. "margin-top":"8px"
  507. },
  508. taskTagContent:{
  509. "float":"left",
  510. "margin":"0px 2px"
  511. },
  512. taskTagColor:{
  513. "display":"inline-block",
  514. "margin-right":"2px",
  515. "width":"6px",
  516. "height":"6px",
  517. "border-radius":"6px"
  518. },
  519. newTaskGroupContainer:{
  520. "cursor":"pointer",
  521. //"display":"inline-table",
  522. "flex-shrink":"0",
  523. "float":"left",
  524. "width":"300px",
  525. "height":"60px",
  526. "margin-top":"10px",
  527. "margin-left":"10px",
  528. "margin-right":"10px",
  529. "background-color":"",
  530. "border-radius":"4px"
  531. },
  532. newTaskGroupIcon:{
  533. "float":"left",
  534. "height":"100%",
  535. "width":"24px",
  536. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_jia.png) no-repeat center "
  537. },
  538. newTaskGroupText:{
  539. "float":"left",
  540. "height":"100%",
  541. "line-height":"60px",
  542. "color":"#999999"
  543. },
  544. titleContainer:{
  545. "height":"40px",
  546. "width":"350px",
  547. "margin":"30px auto"
  548. },
  549. titleValue:{
  550. "height":"40px",
  551. "width":"100%",
  552. "font-size":"16px",
  553. "color":"#666666",
  554. "border":"1px solid #dedede",
  555. "border-radius":"4px",
  556. "text-indent":"8px"
  557. },
  558. actionContainer:{
  559. "height":"40px",
  560. "width":"350px",
  561. "margin":"30px auto"
  562. },
  563. okAction:{
  564. "height": "30px",
  565. "width": "100px",
  566. "cursor": "pointer",
  567. "float": "left",
  568. "line-height": "30px",
  569. "text-align": "center",
  570. "font-size": "16px",
  571. "font-family": "Microsoft YaHei",
  572. "border": "1px solid #3d77c1",
  573. "background-color": "#5d97e1",
  574. "color": "#FFF",
  575. "margin-right": "20px",
  576. "margin-left":"40px",
  577. "border-radius":"10px",
  578. "box-shadow": "0px 0px 3px #5d97e1"
  579. },
  580. closeAction:{
  581. "height": "30px",
  582. "width": "100px",
  583. "cursor": "pointer",
  584. "float": "left",
  585. "line-height": "30px",
  586. "text-align": "center",
  587. "font-size": "16px",
  588. "font-family": "Microsoft YaHei",
  589. "border": "1px solid #f0f0f0",
  590. "background-color": "#f0f0f0",
  591. "color": "#666666",
  592. "margin-right": "20px",
  593. "margin-left":"30px",
  594. "border-radius":"10px",
  595. "box-shadow": "0px 0px 3px #f0f0f0"
  596. },
  597. viewContainer:{
  598. "width":"100%",
  599. "height":"100%",
  600. "overflow-y":"auto"
  601. },
  602. viewSearchContainer:{
  603. "width":"1000px",
  604. "height":"60px",
  605. "margin":"10px auto 0px auto",
  606. "font-size":"14px",
  607. "color":"#666666",
  608. "border-radius":"2px",
  609. "background-color":"#ffffff"
  610. },
  611. viewSearchContent:{
  612. "float":"left",
  613. "width":"700px",
  614. "height":"40px",
  615. "margin-left":"150px",
  616. "margin-top":"10px",
  617. "border":"1px solid #cccccc"
  618. },
  619. viewSearchInput:{
  620. "float":"left",
  621. "font-size":"16px",
  622. "outline":"none",
  623. "width":"620px",
  624. "height":"30px",
  625. "margin":"2px",
  626. "text-indent":"5px",
  627. "border":"0px"
  628. },
  629. viewSearchReset:{
  630. "display":"none",
  631. "float":"right",
  632. "width":"30px",
  633. "height":"100%",
  634. "cursor":"pointer",
  635. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_off_click24.png) no-repeat center"
  636. },
  637. viewSearchSearch:{
  638. "float":"right",
  639. "width":"30px",
  640. "height":"100%",
  641. "cursor":"pointer",
  642. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_search24.png) no-repeat center"
  643. },
  644. viewListContainer:{
  645. "width":"1000px",
  646. "margin":"10px auto",
  647. "font-size":"14px",
  648. "color":"#666666"
  649. },
  650. viewItem:{
  651. "height":"50px",
  652. "width":"100%",
  653. "cursor":"pointer",
  654. "background-color":"#ffffff",
  655. "border-bottom":"1px solid #EEEEEE"
  656. },
  657. viewName:{
  658. "float":"left",
  659. "line-height":"50px",
  660. "width":"800px",
  661. "margin-left":"20px",
  662. "overflow": "hidden",
  663. "text-overflow": "ellipsis",
  664. "white-space": "nowrap"
  665. },
  666. viewStatus:{
  667. "float":"left",
  668. "line-height":"50px",
  669. "width":"100px",
  670. "text-align":"center"
  671. },
  672. viewDuty:{
  673. "width":"50px",
  674. "height":"100%",
  675. "float":"right",
  676. "margin-right":"20px"
  677. },
  678. viewDutyIcon:{
  679. "width":"25px",
  680. "height":"25px",
  681. "line-height":"25px",
  682. "margin-top":"12px",
  683. "text-align":"center",
  684. "color":"#ffffff",
  685. "font-size":"13px",
  686. "border-radius":"20px",
  687. "background-color":"#4A90E2"
  688. },
  689. viewNext:{
  690. "height":"50px",
  691. "line-height":"50px",
  692. "background-color":"#4a90e2",
  693. "text-align":"center",
  694. "color":"#ffffff",
  695. "font-size":"14px",
  696. "cursor":"pointer"
  697. },
  698. "formMaskNode": {
  699. "width": "100%",
  700. "height": "100%",
  701. "opacity": 0.2,
  702. "position": "absolute",
  703. "background-color": "#999999",
  704. "top": "0px",
  705. "left": "0px"
  706. },
  707. "formAreaNode": {
  708. "position": "absolute",
  709. "opacity": 0,
  710. "top": "0px"
  711. },
  712. "formNode": {
  713. "background-color": "#FFF",
  714. "box-shadow": "0px 0px 10px #999",
  715. "border-radius": "5px",
  716. "margin": "auto",
  717. "border": "1px solid #fff",
  718. "overflow": "hidden",
  719. "color":"#333333"
  720. },
  721. "formTopNode": {
  722. "color": "#333333",
  723. "height": "40px",
  724. "background-color": "#fff",
  725. "border-bottom": "1px solid #b6b6b6",
  726. "line-height": "40px",
  727. "font-size": "14px",
  728. "padding-left": "5px",
  729. "text-align": "left"
  730. },
  731. "formTopIconNode": {
  732. "width": "32px",
  733. "height": "32px",
  734. "float": "left",
  735. "background": "url(/x_component_TeamWork/$Task/default/icon/document.png) no-repeat center 4px"
  736. },
  737. "formTopTextNode": {
  738. "font-size": "16px",
  739. "float": "left",
  740. "width": "200px",
  741. "overflow": "hidden",
  742. "text-overflow": "ellipsis",
  743. "white-space": "nowrap"
  744. },
  745. "formTopCloseActionNode": {
  746. "width": "40px",
  747. "height": "40px",
  748. "float": "right",
  749. "padding-right": "4px",
  750. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_off.png) no-repeat center",
  751. "cursor": "pointer"
  752. },
  753. "formTopContentNode": {
  754. "float": "right",
  755. "padding-right": "10px",
  756. "text-align": "right"
  757. },
  758. "formTopContentTitle": {},
  759. "formTopContentValue": {
  760. "padding-right": "20px",
  761. "font-size": "12px"
  762. },
  763. "formNewNode": {
  764. "width": "47px",
  765. "height": "47px",
  766. "background": "url(/x_component_Template/$Explorer/default/icon/new.png) no-repeat"
  767. },
  768. "formIconNode": {
  769. "width": "47px",
  770. "height": "47px"
  771. },
  772. "formEditNode": {
  773. "width": "47px",
  774. "height": "47px"
  775. },
  776. "formContentNode": {
  777. "border": "0px solid #666",
  778. "width": "100%",
  779. "margin": "auto",
  780. "font-size": "14px",
  781. "color": "#666",
  782. "font-family": "Microsoft YaHei",
  783. "overflow": "hidden"
  784. },
  785. "formTableContainer": {
  786. "margin": "0px 10px",
  787. "overflow": "hidden",
  788. "positon": "static"
  789. },
  790. "formBottomNode": {
  791. "height": "40px",
  792. "line-height": "40px",
  793. "background-color": "#3d77c1",
  794. "overflow": "hidden",
  795. "padding-top": "10px"
  796. },
  797. "formOkActionNode": {
  798. "height": "30px",
  799. "width": "75px",
  800. "cursor": "pointer",
  801. "float": "right",
  802. "line-height": "30px",
  803. "text-align": "center",
  804. "font-size": "16px",
  805. "font-family": "Microsoft YaHei",
  806. "border": "1px solid #3d77c1",
  807. "background-color": "#5d97e1",
  808. "color": "#FFF",
  809. "margin-right": "20px",
  810. "box-shadow": "0px 0px 3px #5d97e1"
  811. },
  812. "formCancelActionNode": {
  813. "height": "30px",
  814. "width": "75px",
  815. "cursor": "pointer",
  816. "float": "right",
  817. "line-height": "30px",
  818. "text-align": "center",
  819. "font-size": "16px",
  820. "font-family": "Microsoft YaHei",
  821. "border": "1px solid #3d77c1",
  822. "background-color": "#5d97e1",
  823. "color": "#FFF",
  824. "margin-right": "20px",
  825. "box-shadow": "0px 0px 3px #5d97e1"
  826. },
  827. "formActionNode": {
  828. "height": "30px",
  829. "width": "75px",
  830. "cursor": "pointer",
  831. "float": "left",
  832. "line-height": "30px",
  833. "text-align": "center",
  834. "font-size": "16px",
  835. "font-family": "Microsoft YaHei",
  836. "color": "#FFF",
  837. "margin-left": "10px",
  838. "margin-right": "20px"
  839. }
  840. }