css.wcss 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858
  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. taskSearchEmpty: {
  603. "height":"100px",
  604. "width":"100%",
  605. "line-height":"100px",
  606. "background-color":"#ffffff",
  607. "text-align":"center",
  608. "font-size":"18px"
  609. },
  610. viewSearchContainer:{
  611. "width":"1000px",
  612. "height":"60px",
  613. "margin":"10px auto 0px auto",
  614. "font-size":"14px",
  615. "color":"#666666",
  616. "border-radius":"2px",
  617. "background-color":"#ffffff"
  618. },
  619. viewSearchContent:{
  620. "float":"left",
  621. "width":"700px",
  622. "height":"40px",
  623. "margin-left":"150px",
  624. "margin-top":"10px",
  625. "border":"1px solid #cccccc"
  626. },
  627. viewSearchInput:{
  628. "float":"left",
  629. "font-size":"16px",
  630. "outline":"none",
  631. "width":"620px",
  632. "height":"30px",
  633. "margin":"2px",
  634. "text-indent":"5px",
  635. "border":"0px"
  636. },
  637. viewSearchReset:{
  638. "display":"none",
  639. "float":"right",
  640. "width":"30px",
  641. "height":"100%",
  642. "cursor":"pointer",
  643. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_off_click24.png) no-repeat center"
  644. },
  645. viewSearchSearch:{
  646. "float":"right",
  647. "width":"30px",
  648. "height":"100%",
  649. "cursor":"pointer",
  650. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_search24.png) no-repeat center"
  651. },
  652. viewListContainer:{
  653. "width":"1000px",
  654. "margin":"10px auto",
  655. "font-size":"14px",
  656. "color":"#666666"
  657. },
  658. viewItem:{
  659. "height":"50px",
  660. "width":"100%",
  661. "cursor":"pointer",
  662. "background-color":"#ffffff",
  663. "border-bottom":"1px solid #EEEEEE"
  664. },
  665. viewName:{
  666. "float":"left",
  667. "line-height":"50px",
  668. "width":"800px",
  669. "margin-left":"20px",
  670. "overflow": "hidden",
  671. "text-overflow": "ellipsis",
  672. "white-space": "nowrap"
  673. },
  674. viewStatus:{
  675. "float":"left",
  676. "line-height":"50px",
  677. "width":"100px",
  678. "text-align":"center"
  679. },
  680. viewDuty:{
  681. "width":"50px",
  682. "height":"100%",
  683. "float":"right",
  684. "margin-right":"20px"
  685. },
  686. viewDutyIcon:{
  687. "width":"25px",
  688. "height":"25px",
  689. "line-height":"25px",
  690. "margin-top":"12px",
  691. "text-align":"center",
  692. "color":"#ffffff",
  693. "font-size":"13px",
  694. "border-radius":"20px",
  695. "background-color":"#4A90E2"
  696. },
  697. viewNext:{
  698. "height":"50px",
  699. "line-height":"50px",
  700. "background-color":"#4a90e2",
  701. "text-align":"center",
  702. "color":"#ffffff",
  703. "font-size":"14px",
  704. "cursor":"pointer"
  705. },
  706. "formMaskNode": {
  707. "width": "100%",
  708. "height": "100%",
  709. "opacity": 0.2,
  710. "position": "absolute",
  711. "background-color": "#999999",
  712. "top": "0px",
  713. "left": "0px"
  714. },
  715. "formAreaNode": {
  716. "position": "absolute",
  717. "opacity": 0,
  718. "top": "0px"
  719. },
  720. "formNode": {
  721. "background-color": "#FFF",
  722. "box-shadow": "0px 0px 10px #999",
  723. "border-radius": "5px",
  724. "margin": "auto",
  725. "border": "1px solid #fff",
  726. "overflow": "hidden",
  727. "color":"#333333"
  728. },
  729. "formTopNode": {
  730. "color": "#333333",
  731. "height": "40px",
  732. "background-color": "#fff",
  733. "border-bottom": "1px solid #b6b6b6",
  734. "line-height": "40px",
  735. "font-size": "14px",
  736. "padding-left": "5px",
  737. "text-align": "left"
  738. },
  739. "formTopIconNode": {
  740. "width": "32px",
  741. "height": "32px",
  742. "float": "left",
  743. "background": "url(/x_component_TeamWork/$Task/default/icon/document.png) no-repeat center 4px"
  744. },
  745. "formTopTextNode": {
  746. "font-size": "16px",
  747. "float": "left",
  748. "width": "200px",
  749. "overflow": "hidden",
  750. "text-overflow": "ellipsis",
  751. "white-space": "nowrap"
  752. },
  753. "formTopCloseActionNode": {
  754. "width": "40px",
  755. "height": "40px",
  756. "float": "right",
  757. "padding-right": "4px",
  758. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_off.png) no-repeat center",
  759. "cursor": "pointer"
  760. },
  761. "formTopContentNode": {
  762. "float": "right",
  763. "padding-right": "10px",
  764. "text-align": "right"
  765. },
  766. "formTopContentTitle": {},
  767. "formTopContentValue": {
  768. "padding-right": "20px",
  769. "font-size": "12px"
  770. },
  771. "formNewNode": {
  772. "width": "47px",
  773. "height": "47px",
  774. "background": "url(/x_component_Template/$Explorer/default/icon/new.png) no-repeat"
  775. },
  776. "formIconNode": {
  777. "width": "47px",
  778. "height": "47px"
  779. },
  780. "formEditNode": {
  781. "width": "47px",
  782. "height": "47px"
  783. },
  784. "formContentNode": {
  785. "border": "0px solid #666",
  786. "width": "100%",
  787. "margin": "auto",
  788. "font-size": "14px",
  789. "color": "#666",
  790. "font-family": "Microsoft YaHei",
  791. "overflow": "hidden"
  792. },
  793. "formTableContainer": {
  794. "margin": "0px 10px",
  795. "overflow": "hidden",
  796. "positon": "static"
  797. },
  798. "formBottomNode": {
  799. "height": "40px",
  800. "line-height": "40px",
  801. "background-color": "#3d77c1",
  802. "overflow": "hidden",
  803. "padding-top": "10px"
  804. },
  805. "formOkActionNode": {
  806. "height": "30px",
  807. "width": "75px",
  808. "cursor": "pointer",
  809. "float": "right",
  810. "line-height": "30px",
  811. "text-align": "center",
  812. "font-size": "16px",
  813. "font-family": "Microsoft YaHei",
  814. "border": "1px solid #3d77c1",
  815. "background-color": "#5d97e1",
  816. "color": "#FFF",
  817. "margin-right": "20px",
  818. "box-shadow": "0px 0px 3px #5d97e1"
  819. },
  820. "formCancelActionNode": {
  821. "height": "30px",
  822. "width": "75px",
  823. "cursor": "pointer",
  824. "float": "right",
  825. "line-height": "30px",
  826. "text-align": "center",
  827. "font-size": "16px",
  828. "font-family": "Microsoft YaHei",
  829. "border": "1px solid #3d77c1",
  830. "background-color": "#5d97e1",
  831. "color": "#FFF",
  832. "margin-right": "20px",
  833. "box-shadow": "0px 0px 3px #5d97e1"
  834. },
  835. "formActionNode": {
  836. "height": "30px",
  837. "width": "75px",
  838. "cursor": "pointer",
  839. "float": "left",
  840. "line-height": "30px",
  841. "text-align": "center",
  842. "font-size": "16px",
  843. "font-family": "Microsoft YaHei",
  844. "color": "#FFF",
  845. "margin-left": "10px",
  846. "margin-right": "20px"
  847. }
  848. }