css.wcss 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910
  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. "border-right":"1px solid #cccccc",
  158. "background-color":"#ffffff"
  159. },
  160. naviTop:{
  161. "border-bottom":"1px solid #E6E6E6"
  162. },
  163. naviTopSearchContainer:{
  164. "padding":"0px 0px",
  165. "width":"260px",
  166. "height":"36px",
  167. "margin":"20px auto 10px auto",
  168. "border":"1px solid #DEDEDE",
  169. "border-radius":"10px"
  170. },
  171. naviTopSearchIn:{
  172. "width":"90%",
  173. "margin":"1px 10px",
  174. "border":"0px",
  175. "height":"32px",
  176. "line-height":"32px",
  177. "font-size":"14px",
  178. "color":"#999999",
  179. "outline":"none"
  180. },
  181. naviTopTaskContainer:{
  182. "height":"40px",
  183. "width":"260px",
  184. "margin":"0 auto"
  185. },
  186. naviTopTaskText:{
  187. "float":"left",
  188. "color":"#333333",
  189. "font-size":"15px",
  190. "height":"40px",
  191. "line-height":"40px"
  192. },
  193. naviTopTaskAdd:{
  194. "float":"right",
  195. "width":"24px",
  196. "height":"24px",
  197. "cursor":"pointer",
  198. "margin-top":"12px",
  199. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_jia.png) no-repeat center "
  200. },
  201. naviTopMyTaskLayout:{
  202. "cursor":"pointer",
  203. "height":"70px",
  204. "background-color":"#F2F5F7",
  205. "border-radius":"5px"
  206. },
  207. naviTopMyTaskContainer:{
  208. "margin-top":"10px",
  209. "padding-top":"10px",
  210. "margin-left":"20px",
  211. "height":"20px"
  212. },
  213. naviTopMyTaskText:{
  214. "float":"left",
  215. "font-size":"14px",
  216. "color":"#333333"
  217. },
  218. naviTopMyTaskCount:{
  219. "float":"left",
  220. "margin-left":"10px",
  221. "color":"#666666",
  222. "font-size":"14px"
  223. },
  224. naviTopTaskLineContainer:{
  225. "height":"20px",
  226. "padding-top":"14px",
  227. "margin-left":"20px"
  228. },
  229. naviTopTaskLine:{
  230. "width":"250px",
  231. "height":"6px",
  232. "border-radius":"100px",
  233. "background-color":"#4A90E2"
  234. },
  235. completeLine:{
  236. "float":"left",
  237. "height":"6px",
  238. "background-color":"#73BF4D",
  239. "border-top-left-radius":"100px",
  240. "border-bottom-left-radius":"100px"
  241. },
  242. overLine:{
  243. "float":"right",
  244. "height":"6px",
  245. "background-color":"#FF0000",
  246. "border-top-right-radius":"100px",
  247. "border-bottom-right-radius":"100px"
  248. },
  249. naviView:{
  250. "flex":"1"
  251. },
  252. naviViewTitleContainer:{
  253. "width":"260px",
  254. "margin":"0px auto",
  255. "height":"50px",
  256. "line-height":"50px",
  257. "font-size":"15px",
  258. "color":"#333333"
  259. },
  260. naviViewTitle:{
  261. "height":"50px",
  262. "line-height":"50px",
  263. "float":"left"
  264. },
  265. naviViewAdd:{
  266. "float":"right",
  267. "width":"24px",
  268. "height":"24px",
  269. "cursor":"pointer",
  270. "margin-top":"12px",
  271. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_jia.png) no-repeat center "
  272. },
  273. naviViewContainer:{
  274. },
  275. naviItemContainer:{
  276. "height":"40px",
  277. "cursor":"pointer"
  278. },
  279. naviItemAllIcon:{
  280. "float":"left",
  281. "width":"16px",
  282. "height":"16px",
  283. "margin-top":"12px",
  284. "margin-left":"20px",
  285. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_all.png) no-repeat center "
  286. },
  287. naviItemText:{
  288. "float":"left",
  289. "color":"#2A2A2A",
  290. "font-size":"15px",
  291. "height":"40px",
  292. "line-height":"40px",
  293. "margin-left":"8px"
  294. },
  295. naviItemMore:{
  296. "float":"right",
  297. "width":"24px",
  298. "height":"24px",
  299. "margin-top":"8px",
  300. "margin-right":"12px",
  301. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_more.png) no-repeat center "
  302. },
  303. naviItemMyIcon:{
  304. "float":"left",
  305. "width":"16px",
  306. "height":"16px",
  307. "margin-top":"12px",
  308. "margin-left":"20px",
  309. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_renwu_wzx.png) no-repeat center "
  310. },
  311. naviItemFlowIcon:{
  312. "float":"left",
  313. "width":"16px",
  314. "height":"16px",
  315. "margin-top":"12px",
  316. "margin-left":"20px",
  317. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_rw_wwc.png) no-repeat center "
  318. },
  319. naviItemCompleteIcon:{
  320. "float":"left",
  321. "width":"16px",
  322. "height":"16px",
  323. "margin-top":"12px",
  324. "margin-left":"20px",
  325. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_renwu_ywc.png) no-repeat center "
  326. },
  327. naviItemOverIcon:{
  328. "float":"left",
  329. "width":"16px",
  330. "height":"16px",
  331. "margin-top":"12px",
  332. "margin-left":"20px",
  333. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_renwu_yyq.png) no-repeat center "
  334. },
  335. menuTipLayout:{
  336. "width":"200px"
  337. },
  338. menuTipTitle:{
  339. "width":"100%",
  340. "height":"40px",
  341. "line-height":"40px",
  342. "text-align":"center",
  343. "font-size":"16px",
  344. "color":"#333333",
  345. "border-bottom":"1px solid #bebebe"
  346. },
  347. menuTipContainer:{
  348. "cursor":"pointer",
  349. "width":"100%",
  350. "height":"40px"
  351. },
  352. menuTipEditIcon:{
  353. "float":"left",
  354. "width":"16px",
  355. "height":"16px",
  356. "margin-left":"20px",
  357. "margin-top":"12px",
  358. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_bianjishitu.png) no-repeat center "
  359. },
  360. menuTipRemoveIcon:{
  361. "float":"left",
  362. "width":"16px",
  363. "height":"16px",
  364. "margin-left":"20px",
  365. "margin-top":"12px",
  366. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_delete_grey.png) no-repeat center "
  367. },
  368. menuTipText:{
  369. "float":"left",
  370. "height":"40px",
  371. "line-height":"40px",
  372. "color":"#808080",
  373. "font-size":"13px",
  374. "margin-left":"10px"
  375. },
  376. foldContainer:{
  377. float:"left",
  378. width:"12px",
  379. height:"100%",
  380. "border-left":"0px solid #ffffff"
  381. },
  382. foldIcon:{
  383. "width":"12px",
  384. "height":"30px",
  385. "line-height":"30px",
  386. "background-color":"#ffffff",
  387. "border-top-right-radius":"4px",
  388. "border-bottom-right-radius":"4px",
  389. "border-top":"1px solid #D9D9D9",
  390. "border-right":"1px solid #D9D9D9",
  391. "border-bottom":"1px solid #D9D9D9",
  392. "cursor":"pointer"
  393. },
  394. taskContentLayout:{
  395. flex:"1",
  396. "overflow-x":"auto",
  397. "overflow-y":"hidden",
  398. //"padding-left":"10px",
  399. //"padding-right":"10px",
  400. "width":"100%",
  401. "height":"99%",
  402. "display":"flex",
  403. "position":"relative"
  404. },
  405. taskGroupLayout:{
  406. //"display":"inline-table",
  407. "flex-shrink":"0",
  408. "float":"left",
  409. "width":"300px",
  410. //"height":"95%",
  411. "margin-top":"10px",
  412. "margin-left":"10px",
  413. "margin-right":"10px",
  414. //"margin-bottom":"20px",
  415. "background-color":"#ffffff",
  416. "border-radius":"4px"
  417. },
  418. taskGroupItemTitleContainer:{
  419. "height":"60px"
  420. },
  421. taskGroupItemTitleText:{
  422. "float":"left",
  423. "height":"60px",
  424. "line-height":"60px",
  425. "font-size":"20px",
  426. "margin-left":"20px",
  427. "max-width":"150px",
  428. "overflow":"hidden",
  429. "white-space":"nowrap",
  430. "text-overflow":"ellipsis",
  431. "color":"#333333"
  432. },
  433. taskGroupItemTitleCount:{
  434. "float":"left",
  435. "height":"60px",
  436. "line-height":"60px",
  437. "font-size":"12px",
  438. "margin-left":"5px",
  439. "color":"#999999"
  440. },
  441. taskGroupItemTitleReload:{
  442. "cursor":"pointer",
  443. "float":"right",
  444. "height":"60px",
  445. "width":"24px",
  446. "margin-right":"4px",
  447. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_reload.png) no-repeat center "
  448. },
  449. taskGroupItemTitleAdd:{
  450. "cursor":"pointer",
  451. "float":"right",
  452. "height":"60px",
  453. "width":"24px",
  454. "margin-right":"4px",
  455. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_jia.png) no-repeat center "
  456. },
  457. taskGroupItemTitleMore:{
  458. "cursor":"pointer",
  459. "float":"right",
  460. "height":"60px",
  461. "width":"24px",
  462. "margin-right":"16px",
  463. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_more.png) no-repeat center "
  464. },
  465. taskGroupItemContainer:{
  466. "height":"90%",
  467. "width":"290px",
  468. "overflow":"hidden",
  469. "background-color":"#fff",
  470. "padding-bottom":"10px",
  471. "position":"relative"
  472. },
  473. taskItemContainerDrag:{
  474. "width":"290px",
  475. //"min-height":"80px",
  476. "margin-bottom":"10px"
  477. },
  478. taskItemInsertLine:{
  479. "width":"250px",
  480. "height":"3px",
  481. "border":"0px dashed #999999",
  482. "margin":"10px auto",
  483. "border-radius":"1px",
  484. "background-color":"#4A90E2"
  485. },
  486. taskItemContainer:{
  487. "width":"260px",
  488. "overflow":"hidden",
  489. //"min-height":"80px",
  490. "cursor":"pointer",
  491. "border":"1px solid #E6E6E6",
  492. "border-radius":"4px",
  493. "background-color":"#ffffff",
  494. "margin":"10px auto"
  495. },
  496. taskItemHover:{
  497. "float":"left",
  498. "width":"5px",
  499. "height":"100%",
  500. "border-top-left-radius":"4px",
  501. "border-bottom-left-radius":"4px",
  502. "background-color":"#DEDEDE"
  503. },
  504. taskItemContent:{
  505. "padding":"10px",
  506. "float":"right",
  507. "width":"230px"
  508. },
  509. taskItemTitle:{
  510. "font-size":"14px",
  511. "height":"24px"
  512. },
  513. taskItemComplete:{
  514. "float":"left",
  515. "width":"16px",
  516. "height":"16px",
  517. "margin-right":"2px",
  518. "margin-top":"4px",
  519. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_complete.png) no-repeat center "
  520. },
  521. taskItemName:{
  522. "float":"left",
  523. "line-height":"24px",
  524. "height":"24px",
  525. "width":"190px",
  526. "overflow":"hidden",
  527. "text-overflow": "ellipsis",
  528. "white-space": "nowrap"
  529. },
  530. taskItemExecutor:{
  531. "float":"right",
  532. "width":"20px",
  533. "height":"20px",
  534. "background-color":"#189AEE",
  535. "color":"#ffffff",
  536. "line-height":"20px",
  537. "text-align":"center",
  538. "border-radius":"10px"
  539. },
  540. taskItemDetail:{
  541. "font-size":"12px",
  542. "margin-top":"4px"
  543. },
  544. taskItemLimit:{
  545. "display":"inline-block",
  546. "border-radius":"2px",
  547. "vertical-align":"middle",
  548. "color":"#ffffff",
  549. "padding":"0 2px",
  550. "margin":"2px 6px 0 0 "
  551. },
  552. taskItemTags:{
  553. "margin-top":"8px"
  554. },
  555. taskTagContent:{
  556. "float":"left",
  557. "margin":"0px 2px"
  558. },
  559. taskTagColor:{
  560. "display":"inline-block",
  561. "margin-right":"2px",
  562. "width":"6px",
  563. "height":"6px",
  564. "border-radius":"6px"
  565. },
  566. newTaskGroupContainer:{
  567. "cursor":"pointer",
  568. //"display":"inline-table",
  569. "flex-shrink":"0",
  570. "float":"left",
  571. "width":"300px",
  572. "height":"60px",
  573. "margin-top":"10px",
  574. "margin-left":"10px",
  575. "margin-right":"10px",
  576. "background-color":"",
  577. "border-radius":"4px"
  578. },
  579. newTaskGroupIcon:{
  580. "float":"left",
  581. "height":"100%",
  582. "width":"24px",
  583. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_jia.png) no-repeat center "
  584. },
  585. newTaskGroupText:{
  586. "float":"left",
  587. "height":"100%",
  588. "line-height":"60px",
  589. "color":"#999999"
  590. },
  591. titleContainer:{
  592. "height":"40px",
  593. "width":"350px",
  594. "margin":"30px auto"
  595. },
  596. titleValue:{
  597. "height":"40px",
  598. "width":"100%",
  599. "font-size":"16px",
  600. "color":"#666666",
  601. "border":"1px solid #dedede",
  602. "border-radius":"4px",
  603. "text-indent":"8px"
  604. },
  605. actionContainer:{
  606. "height":"40px",
  607. "width":"350px",
  608. "margin":"30px auto"
  609. },
  610. okAction:{
  611. "height": "30px",
  612. "width": "100px",
  613. "cursor": "pointer",
  614. "float": "left",
  615. "line-height": "30px",
  616. "text-align": "center",
  617. "font-size": "16px",
  618. "font-family": "Microsoft YaHei",
  619. "border": "1px solid #3d77c1",
  620. "background-color": "#5d97e1",
  621. "color": "#FFF",
  622. "margin-right": "20px",
  623. "margin-left":"40px",
  624. "border-radius":"10px",
  625. "box-shadow": "0px 0px 3px #5d97e1"
  626. },
  627. closeAction:{
  628. "height": "30px",
  629. "width": "100px",
  630. "cursor": "pointer",
  631. "float": "left",
  632. "line-height": "30px",
  633. "text-align": "center",
  634. "font-size": "16px",
  635. "font-family": "Microsoft YaHei",
  636. "border": "1px solid #f0f0f0",
  637. "background-color": "#f0f0f0",
  638. "color": "#666666",
  639. "margin-right": "20px",
  640. "margin-left":"30px",
  641. "border-radius":"10px",
  642. "box-shadow": "0px 0px 3px #f0f0f0"
  643. },
  644. viewContainer:{
  645. "width":"100%",
  646. "height":"100%",
  647. "overflow-y":"auto"
  648. },
  649. taskSearchEmpty: {
  650. "height":"100px",
  651. "width":"100%",
  652. "line-height":"100px",
  653. "background-color":"#ffffff",
  654. "text-align":"center",
  655. "font-size":"18px"
  656. },
  657. viewSearchContainer:{
  658. "width":"1000px",
  659. "height":"60px",
  660. "margin":"10px auto 0px auto",
  661. "font-size":"14px",
  662. "color":"#666666",
  663. "border-radius":"2px",
  664. "background-color":"#ffffff"
  665. },
  666. viewSearchContent:{
  667. "float":"left",
  668. "width":"700px",
  669. "height":"40px",
  670. "margin-left":"150px",
  671. "margin-top":"10px",
  672. "border":"1px solid #cccccc"
  673. },
  674. viewSearchInput:{
  675. "float":"left",
  676. "font-size":"16px",
  677. "outline":"none",
  678. "width":"620px",
  679. "height":"30px",
  680. "margin":"2px",
  681. "text-indent":"5px",
  682. "border":"0px"
  683. },
  684. viewSearchReset:{
  685. "display":"none",
  686. "float":"right",
  687. "width":"30px",
  688. "height":"100%",
  689. "cursor":"pointer",
  690. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_off_click24.png) no-repeat center"
  691. },
  692. viewSearchSearch:{
  693. "float":"right",
  694. "width":"30px",
  695. "height":"100%",
  696. "cursor":"pointer",
  697. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_search24.png) no-repeat center"
  698. },
  699. viewListContainer:{
  700. "width":"1000px",
  701. "margin":"10px auto",
  702. "font-size":"14px",
  703. "color":"#666666"
  704. },
  705. viewItem:{
  706. "height":"50px",
  707. "width":"100%",
  708. "cursor":"pointer",
  709. "background-color":"#ffffff",
  710. "border-bottom":"1px solid #EEEEEE"
  711. },
  712. viewColor:{
  713. "float":"left",
  714. "width":"5px",
  715. "height":"50px",
  716. "background-color":""
  717. },
  718. viewName:{
  719. "float":"left",
  720. "line-height":"50px",
  721. "width":"800px",
  722. "margin-left":"20px",
  723. "overflow": "hidden",
  724. "text-overflow": "ellipsis",
  725. "white-space": "nowrap"
  726. },
  727. viewStatus:{
  728. "float":"left",
  729. "line-height":"50px",
  730. "width":"100px",
  731. "text-align":"center"
  732. },
  733. viewDuty:{
  734. "width":"50px",
  735. "height":"100%",
  736. "float":"right",
  737. "margin-right":"20px"
  738. },
  739. viewDutyIcon:{
  740. "width":"25px",
  741. "height":"25px",
  742. "line-height":"25px",
  743. "margin-top":"12px",
  744. "text-align":"center",
  745. "color":"#ffffff",
  746. "font-size":"13px",
  747. "border-radius":"20px",
  748. "background-color":"#4A90E2"
  749. },
  750. viewNext:{
  751. "height":"50px",
  752. "line-height":"50px",
  753. "background-color":"#4a90e2",
  754. "text-align":"center",
  755. "color":"#ffffff",
  756. "font-size":"14px",
  757. "cursor":"pointer"
  758. },
  759. "formMaskNode": {
  760. "width": "100%",
  761. "height": "100%",
  762. "opacity": 0.2,
  763. "position": "absolute",
  764. "background-color": "#999999",
  765. "top": "0px",
  766. "left": "0px"
  767. },
  768. "formAreaNode": {
  769. "position": "absolute",
  770. "opacity": 0,
  771. "top": "0px"
  772. },
  773. "formNode": {
  774. "background-color": "#FFF",
  775. "box-shadow": "0px 0px 10px #999",
  776. "border-radius": "5px",
  777. "margin": "auto",
  778. "border": "1px solid #fff",
  779. "overflow": "hidden",
  780. "color":"#333333"
  781. },
  782. "formTopNode": {
  783. "color": "#333333",
  784. "height": "40px",
  785. "background-color": "#fff",
  786. "border-bottom": "1px solid #b6b6b6",
  787. "line-height": "40px",
  788. "font-size": "14px",
  789. "padding-left": "5px",
  790. "text-align": "left"
  791. },
  792. "formTopIconNode": {
  793. "width": "32px",
  794. "height": "32px",
  795. "float": "left",
  796. "background": "url(/x_component_TeamWork/$Task/default/icon/document.png) no-repeat center 4px"
  797. },
  798. "formTopTextNode": {
  799. "font-size": "16px",
  800. "float": "left",
  801. "width": "200px",
  802. "overflow": "hidden",
  803. "text-overflow": "ellipsis",
  804. "white-space": "nowrap"
  805. },
  806. "formTopCloseActionNode": {
  807. "width": "40px",
  808. "height": "40px",
  809. "float": "right",
  810. "padding-right": "4px",
  811. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_off.png) no-repeat center",
  812. "cursor": "pointer"
  813. },
  814. "formTopContentNode": {
  815. "float": "right",
  816. "padding-right": "10px",
  817. "text-align": "right"
  818. },
  819. "formTopContentTitle": {},
  820. "formTopContentValue": {
  821. "padding-right": "20px",
  822. "font-size": "12px"
  823. },
  824. "formNewNode": {
  825. "width": "47px",
  826. "height": "47px",
  827. "background": "url(/x_component_Template/$Explorer/default/icon/new.png) no-repeat"
  828. },
  829. "formIconNode": {
  830. "width": "47px",
  831. "height": "47px"
  832. },
  833. "formEditNode": {
  834. "width": "47px",
  835. "height": "47px"
  836. },
  837. "formContentNode": {
  838. "border": "0px solid #666",
  839. "width": "100%",
  840. "margin": "auto",
  841. "font-size": "14px",
  842. "color": "#666",
  843. "font-family": "Microsoft YaHei",
  844. "overflow": "hidden"
  845. },
  846. "formTableContainer": {
  847. "margin": "0px 10px",
  848. "overflow": "hidden",
  849. "positon": "static"
  850. },
  851. "formBottomNode": {
  852. "height": "40px",
  853. "line-height": "40px",
  854. "background-color": "#3d77c1",
  855. "overflow": "hidden",
  856. "padding-top": "10px"
  857. },
  858. "formOkActionNode": {
  859. "height": "30px",
  860. "width": "75px",
  861. "cursor": "pointer",
  862. "float": "right",
  863. "line-height": "30px",
  864. "text-align": "center",
  865. "font-size": "16px",
  866. "font-family": "Microsoft YaHei",
  867. "border": "1px solid #3d77c1",
  868. "background-color": "#5d97e1",
  869. "color": "#FFF",
  870. "margin-right": "20px",
  871. "box-shadow": "0px 0px 3px #5d97e1"
  872. },
  873. "formCancelActionNode": {
  874. "height": "30px",
  875. "width": "75px",
  876. "cursor": "pointer",
  877. "float": "right",
  878. "line-height": "30px",
  879. "text-align": "center",
  880. "font-size": "16px",
  881. "font-family": "Microsoft YaHei",
  882. "border": "1px solid #3d77c1",
  883. "background-color": "#5d97e1",
  884. "color": "#FFF",
  885. "margin-right": "20px",
  886. "box-shadow": "0px 0px 3px #5d97e1"
  887. },
  888. "formActionNode": {
  889. "height": "30px",
  890. "width": "75px",
  891. "cursor": "pointer",
  892. "float": "left",
  893. "line-height": "30px",
  894. "text-align": "center",
  895. "font-size": "16px",
  896. "font-family": "Microsoft YaHei",
  897. "color": "#FFF",
  898. "margin-left": "10px",
  899. "margin-right": "20px"
  900. }
  901. }