css.wcss 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906
  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. foldContainer:{
  376. float:"left", width:"12px", height:"100%","border-left":"0px solid #ffffff","margin-left":"1px"
  377. },
  378. foldIcon:{
  379. "width":"12px",
  380. "height":"30px",
  381. "line-height":"30px",
  382. "background-color":"#ffffff",
  383. "border-top-right-radius":"4px",
  384. "border-bottom-right-radius":"4px",
  385. "border-top":"1px solid #D9D9D9",
  386. "border-right":"1px solid #D9D9D9",
  387. "border-bottom":"1px solid #D9D9D9",
  388. "cursor":"pointer"
  389. },
  390. taskContentLayout:{
  391. flex:"1",
  392. "overflow-x":"auto",
  393. "overflow-y":"hidden",
  394. //"padding-left":"10px",
  395. //"padding-right":"10px",
  396. "width":"100%",
  397. "height":"99%",
  398. "display":"flex",
  399. "position":"relative"
  400. },
  401. taskGroupLayout:{
  402. //"display":"inline-table",
  403. "flex-shrink":"0",
  404. "float":"left",
  405. "width":"300px",
  406. //"height":"95%",
  407. "margin-top":"10px",
  408. "margin-left":"10px",
  409. "margin-right":"10px",
  410. //"margin-bottom":"20px",
  411. "background-color":"#ffffff",
  412. "border-radius":"4px"
  413. },
  414. taskGroupItemTitleContainer:{
  415. "height":"60px"
  416. },
  417. taskGroupItemTitleText:{
  418. "float":"left",
  419. "height":"60px",
  420. "line-height":"60px",
  421. "font-size":"20px",
  422. "margin-left":"20px",
  423. "max-width":"150px",
  424. "overflow":"hidden",
  425. "white-space":"nowrap",
  426. "text-overflow":"ellipsis",
  427. "color":"#333333"
  428. },
  429. taskGroupItemTitleCount:{
  430. "float":"left",
  431. "height":"60px",
  432. "line-height":"60px",
  433. "font-size":"12px",
  434. "margin-left":"5px",
  435. "color":"#999999"
  436. },
  437. taskGroupItemTitleReload:{
  438. "cursor":"pointer",
  439. "float":"right",
  440. "height":"60px",
  441. "width":"24px",
  442. "margin-right":"4px",
  443. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_reload.png) no-repeat center "
  444. },
  445. taskGroupItemTitleAdd:{
  446. "cursor":"pointer",
  447. "float":"right",
  448. "height":"60px",
  449. "width":"24px",
  450. "margin-right":"4px",
  451. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_jia.png) no-repeat center "
  452. },
  453. taskGroupItemTitleMore:{
  454. "cursor":"pointer",
  455. "float":"right",
  456. "height":"60px",
  457. "width":"24px",
  458. "margin-right":"16px",
  459. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_more.png) no-repeat center "
  460. },
  461. taskGroupItemContainer:{
  462. "height":"90%",
  463. "width":"290px",
  464. "overflow":"hidden",
  465. "background-color":"#fff",
  466. "padding-bottom":"10px",
  467. "position":"relative"
  468. },
  469. taskItemContainerDrag:{
  470. "width":"290px",
  471. //"min-height":"80px",
  472. "margin-bottom":"10px"
  473. },
  474. taskItemInsertLine:{
  475. "width":"250px",
  476. "height":"3px",
  477. "border":"0px dashed #999999",
  478. "margin":"10px auto",
  479. "border-radius":"1px",
  480. "background-color":"#4A90E2"
  481. },
  482. taskItemContainer:{
  483. "width":"260px",
  484. "overflow":"hidden",
  485. //"min-height":"80px",
  486. "cursor":"pointer",
  487. "border":"1px solid #E6E6E6",
  488. "border-radius":"4px",
  489. "background-color":"#ffffff",
  490. "margin":"10px auto"
  491. },
  492. taskItemHover:{
  493. "float":"left",
  494. "width":"5px",
  495. "height":"100%",
  496. "border-top-left-radius":"4px",
  497. "border-bottom-left-radius":"4px",
  498. "background-color":"#DEDEDE"
  499. },
  500. taskItemContent:{
  501. "padding":"10px",
  502. "float":"right",
  503. "width":"230px"
  504. },
  505. taskItemTitle:{
  506. "font-size":"14px",
  507. "height":"24px"
  508. },
  509. taskItemComplete:{
  510. "float":"left",
  511. "width":"16px",
  512. "height":"16px",
  513. "margin-right":"2px",
  514. "margin-top":"4px",
  515. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_complete.png) no-repeat center "
  516. },
  517. taskItemName:{
  518. "float":"left",
  519. "line-height":"24px",
  520. "height":"24px",
  521. "width":"190px",
  522. "overflow":"hidden",
  523. "text-overflow": "ellipsis",
  524. "white-space": "nowrap"
  525. },
  526. taskItemExecutor:{
  527. "float":"right",
  528. "width":"20px",
  529. "height":"20px",
  530. "background-color":"#189AEE",
  531. "color":"#ffffff",
  532. "line-height":"20px",
  533. "text-align":"center",
  534. "border-radius":"10px"
  535. },
  536. taskItemDetail:{
  537. "font-size":"12px",
  538. "margin-top":"4px"
  539. },
  540. taskItemLimit:{
  541. "display":"inline-block",
  542. "border-radius":"2px",
  543. "vertical-align":"middle",
  544. "color":"#ffffff",
  545. "padding":"0 2px",
  546. "margin":"2px 6px 0 0 "
  547. },
  548. taskItemTags:{
  549. "margin-top":"8px"
  550. },
  551. taskTagContent:{
  552. "float":"left",
  553. "margin":"0px 2px"
  554. },
  555. taskTagColor:{
  556. "display":"inline-block",
  557. "margin-right":"2px",
  558. "width":"6px",
  559. "height":"6px",
  560. "border-radius":"6px"
  561. },
  562. newTaskGroupContainer:{
  563. "cursor":"pointer",
  564. //"display":"inline-table",
  565. "flex-shrink":"0",
  566. "float":"left",
  567. "width":"300px",
  568. "height":"60px",
  569. "margin-top":"10px",
  570. "margin-left":"10px",
  571. "margin-right":"10px",
  572. "background-color":"",
  573. "border-radius":"4px"
  574. },
  575. newTaskGroupIcon:{
  576. "float":"left",
  577. "height":"100%",
  578. "width":"24px",
  579. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_jia.png) no-repeat center "
  580. },
  581. newTaskGroupText:{
  582. "float":"left",
  583. "height":"100%",
  584. "line-height":"60px",
  585. "color":"#999999"
  586. },
  587. titleContainer:{
  588. "height":"40px",
  589. "width":"350px",
  590. "margin":"30px auto"
  591. },
  592. titleValue:{
  593. "height":"40px",
  594. "width":"100%",
  595. "font-size":"16px",
  596. "color":"#666666",
  597. "border":"1px solid #dedede",
  598. "border-radius":"4px",
  599. "text-indent":"8px"
  600. },
  601. actionContainer:{
  602. "height":"40px",
  603. "width":"350px",
  604. "margin":"30px auto"
  605. },
  606. okAction:{
  607. "height": "30px",
  608. "width": "100px",
  609. "cursor": "pointer",
  610. "float": "left",
  611. "line-height": "30px",
  612. "text-align": "center",
  613. "font-size": "16px",
  614. "font-family": "Microsoft YaHei",
  615. "border": "1px solid #3d77c1",
  616. "background-color": "#5d97e1",
  617. "color": "#FFF",
  618. "margin-right": "20px",
  619. "margin-left":"40px",
  620. "border-radius":"10px",
  621. "box-shadow": "0px 0px 3px #5d97e1"
  622. },
  623. closeAction:{
  624. "height": "30px",
  625. "width": "100px",
  626. "cursor": "pointer",
  627. "float": "left",
  628. "line-height": "30px",
  629. "text-align": "center",
  630. "font-size": "16px",
  631. "font-family": "Microsoft YaHei",
  632. "border": "1px solid #f0f0f0",
  633. "background-color": "#f0f0f0",
  634. "color": "#666666",
  635. "margin-right": "20px",
  636. "margin-left":"30px",
  637. "border-radius":"10px",
  638. "box-shadow": "0px 0px 3px #f0f0f0"
  639. },
  640. viewContainer:{
  641. "width":"100%",
  642. "height":"100%",
  643. "overflow-y":"auto"
  644. },
  645. taskSearchEmpty: {
  646. "height":"100px",
  647. "width":"100%",
  648. "line-height":"100px",
  649. "background-color":"#ffffff",
  650. "text-align":"center",
  651. "font-size":"18px"
  652. },
  653. viewSearchContainer:{
  654. "width":"1000px",
  655. "height":"60px",
  656. "margin":"10px auto 0px auto",
  657. "font-size":"14px",
  658. "color":"#666666",
  659. "border-radius":"2px",
  660. "background-color":"#ffffff"
  661. },
  662. viewSearchContent:{
  663. "float":"left",
  664. "width":"700px",
  665. "height":"40px",
  666. "margin-left":"150px",
  667. "margin-top":"10px",
  668. "border":"1px solid #cccccc"
  669. },
  670. viewSearchInput:{
  671. "float":"left",
  672. "font-size":"16px",
  673. "outline":"none",
  674. "width":"620px",
  675. "height":"30px",
  676. "margin":"2px",
  677. "text-indent":"5px",
  678. "border":"0px"
  679. },
  680. viewSearchReset:{
  681. "display":"none",
  682. "float":"right",
  683. "width":"30px",
  684. "height":"100%",
  685. "cursor":"pointer",
  686. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_off_click24.png) no-repeat center"
  687. },
  688. viewSearchSearch:{
  689. "float":"right",
  690. "width":"30px",
  691. "height":"100%",
  692. "cursor":"pointer",
  693. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_search24.png) no-repeat center"
  694. },
  695. viewListContainer:{
  696. "width":"1000px",
  697. "margin":"10px auto",
  698. "font-size":"14px",
  699. "color":"#666666"
  700. },
  701. viewItem:{
  702. "height":"50px",
  703. "width":"100%",
  704. "cursor":"pointer",
  705. "background-color":"#ffffff",
  706. "border-bottom":"1px solid #EEEEEE"
  707. },
  708. viewColor:{
  709. "float":"left",
  710. "width":"5px",
  711. "height":"50px",
  712. "background-color":""
  713. },
  714. viewName:{
  715. "float":"left",
  716. "line-height":"50px",
  717. "width":"800px",
  718. "margin-left":"20px",
  719. "overflow": "hidden",
  720. "text-overflow": "ellipsis",
  721. "white-space": "nowrap"
  722. },
  723. viewStatus:{
  724. "float":"left",
  725. "line-height":"50px",
  726. "width":"100px",
  727. "text-align":"center"
  728. },
  729. viewDuty:{
  730. "width":"50px",
  731. "height":"100%",
  732. "float":"right",
  733. "margin-right":"20px"
  734. },
  735. viewDutyIcon:{
  736. "width":"25px",
  737. "height":"25px",
  738. "line-height":"25px",
  739. "margin-top":"12px",
  740. "text-align":"center",
  741. "color":"#ffffff",
  742. "font-size":"13px",
  743. "border-radius":"20px",
  744. "background-color":"#4A90E2"
  745. },
  746. viewNext:{
  747. "height":"50px",
  748. "line-height":"50px",
  749. "background-color":"#4a90e2",
  750. "text-align":"center",
  751. "color":"#ffffff",
  752. "font-size":"14px",
  753. "cursor":"pointer"
  754. },
  755. "formMaskNode": {
  756. "width": "100%",
  757. "height": "100%",
  758. "opacity": 0.2,
  759. "position": "absolute",
  760. "background-color": "#999999",
  761. "top": "0px",
  762. "left": "0px"
  763. },
  764. "formAreaNode": {
  765. "position": "absolute",
  766. "opacity": 0,
  767. "top": "0px"
  768. },
  769. "formNode": {
  770. "background-color": "#FFF",
  771. "box-shadow": "0px 0px 10px #999",
  772. "border-radius": "5px",
  773. "margin": "auto",
  774. "border": "1px solid #fff",
  775. "overflow": "hidden",
  776. "color":"#333333"
  777. },
  778. "formTopNode": {
  779. "color": "#333333",
  780. "height": "40px",
  781. "background-color": "#fff",
  782. "border-bottom": "1px solid #b6b6b6",
  783. "line-height": "40px",
  784. "font-size": "14px",
  785. "padding-left": "5px",
  786. "text-align": "left"
  787. },
  788. "formTopIconNode": {
  789. "width": "32px",
  790. "height": "32px",
  791. "float": "left",
  792. "background": "url(/x_component_TeamWork/$Task/default/icon/document.png) no-repeat center 4px"
  793. },
  794. "formTopTextNode": {
  795. "font-size": "16px",
  796. "float": "left",
  797. "width": "200px",
  798. "overflow": "hidden",
  799. "text-overflow": "ellipsis",
  800. "white-space": "nowrap"
  801. },
  802. "formTopCloseActionNode": {
  803. "width": "40px",
  804. "height": "40px",
  805. "float": "right",
  806. "padding-right": "4px",
  807. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_off.png) no-repeat center",
  808. "cursor": "pointer"
  809. },
  810. "formTopContentNode": {
  811. "float": "right",
  812. "padding-right": "10px",
  813. "text-align": "right"
  814. },
  815. "formTopContentTitle": {},
  816. "formTopContentValue": {
  817. "padding-right": "20px",
  818. "font-size": "12px"
  819. },
  820. "formNewNode": {
  821. "width": "47px",
  822. "height": "47px",
  823. "background": "url(/x_component_Template/$Explorer/default/icon/new.png) no-repeat"
  824. },
  825. "formIconNode": {
  826. "width": "47px",
  827. "height": "47px"
  828. },
  829. "formEditNode": {
  830. "width": "47px",
  831. "height": "47px"
  832. },
  833. "formContentNode": {
  834. "border": "0px solid #666",
  835. "width": "100%",
  836. "margin": "auto",
  837. "font-size": "14px",
  838. "color": "#666",
  839. "font-family": "Microsoft YaHei",
  840. "overflow": "hidden"
  841. },
  842. "formTableContainer": {
  843. "margin": "0px 10px",
  844. "overflow": "hidden",
  845. "positon": "static"
  846. },
  847. "formBottomNode": {
  848. "height": "40px",
  849. "line-height": "40px",
  850. "background-color": "#3d77c1",
  851. "overflow": "hidden",
  852. "padding-top": "10px"
  853. },
  854. "formOkActionNode": {
  855. "height": "30px",
  856. "width": "75px",
  857. "cursor": "pointer",
  858. "float": "right",
  859. "line-height": "30px",
  860. "text-align": "center",
  861. "font-size": "16px",
  862. "font-family": "Microsoft YaHei",
  863. "border": "1px solid #3d77c1",
  864. "background-color": "#5d97e1",
  865. "color": "#FFF",
  866. "margin-right": "20px",
  867. "box-shadow": "0px 0px 3px #5d97e1"
  868. },
  869. "formCancelActionNode": {
  870. "height": "30px",
  871. "width": "75px",
  872. "cursor": "pointer",
  873. "float": "right",
  874. "line-height": "30px",
  875. "text-align": "center",
  876. "font-size": "16px",
  877. "font-family": "Microsoft YaHei",
  878. "border": "1px solid #3d77c1",
  879. "background-color": "#5d97e1",
  880. "color": "#FFF",
  881. "margin-right": "20px",
  882. "box-shadow": "0px 0px 3px #5d97e1"
  883. },
  884. "formActionNode": {
  885. "height": "30px",
  886. "width": "75px",
  887. "cursor": "pointer",
  888. "float": "left",
  889. "line-height": "30px",
  890. "text-align": "center",
  891. "font-size": "16px",
  892. "font-family": "Microsoft YaHei",
  893. "color": "#FFF",
  894. "margin-left": "10px",
  895. "margin-right": "20px"
  896. }
  897. }