css.wcss 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665
  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":"-1px",
  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":"0 10px",
  173. "border":"0px",
  174. "height":"32px",
  175. "line-height":"32px",
  176. "font-size":"14px",
  177. "color":"#999999"
  178. },
  179. naviTopTaskContainer:{
  180. "height":"40px",
  181. "width":"260px",
  182. "margin":"0 auto"
  183. },
  184. naviTopTaskText:{
  185. "float":"left",
  186. "color":"#333333",
  187. "font-size":"15px",
  188. "height":"40px",
  189. "line-height":"40px"
  190. },
  191. naviTopTaskAdd:{
  192. "float":"right",
  193. "width":"24px",
  194. "height":"24px",
  195. "cursor":"pointer",
  196. "margin-top":"12px",
  197. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_jia.png) no-repeat center "
  198. },
  199. naviTopMyTaskLayout:{
  200. "cursor":"pointer",
  201. "height":"70px",
  202. "background-color":"#F2F5F7",
  203. "border-radius":"5px"
  204. },
  205. naviTopMyTaskContainer:{
  206. "margin-top":"10px",
  207. "padding-top":"10px",
  208. "margin-left":"20px",
  209. "height":"20px"
  210. },
  211. naviTopMyTaskText:{
  212. "float":"left",
  213. "font-size":"14px",
  214. "color":"#333333"
  215. },
  216. naviTopMyTaskCount:{
  217. "float":"left",
  218. "margin-left":"10px",
  219. "color":"#666666",
  220. "font-size":"14px"
  221. },
  222. naviTopTaskLineContainer:{
  223. "height":"20px",
  224. "padding-top":"14px",
  225. "margin-left":"20px"
  226. },
  227. naviTopTaskLine:{
  228. "width":"250px",
  229. "height":"6px",
  230. "border-radius":"100px",
  231. "background-color":"#4A90E2"
  232. },
  233. completeLine:{
  234. "float":"left",
  235. "height":"6px",
  236. "background-color":"#73BF4D",
  237. "border-top-left-radius":"100px",
  238. "border-bottom-left-radius":"100px"
  239. },
  240. overLine:{
  241. "float":"right",
  242. "height":"6px",
  243. "background-color":"#FF0000",
  244. "border-top-right-radius":"100px",
  245. "border-bottom-right-radius":"100px"
  246. },
  247. naviView:{
  248. "flex":"1"
  249. },
  250. naviViewTitleContainer:{
  251. "width":"260px",
  252. "margin":"0px auto",
  253. "height":"50px",
  254. "line-height":"50px",
  255. "font-size":"15px",
  256. "color":"#333333"
  257. },
  258. naviViewTitle:{
  259. "height":"50px",
  260. "line-height":"50px",
  261. "float":"left"
  262. },
  263. naviViewAdd:{
  264. "float":"right",
  265. "width":"24px",
  266. "height":"24px",
  267. "cursor":"pointer",
  268. "margin-top":"12px",
  269. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_jia.png) no-repeat center "
  270. },
  271. naviViewContainer:{
  272. },
  273. naviItemContainer:{
  274. "height":"40px",
  275. "cursor":"pointer"
  276. },
  277. naviItemAllIcon:{
  278. "float":"left",
  279. "width":"16px",
  280. "height":"16px",
  281. "margin-top":"12px",
  282. "margin-left":"20px",
  283. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_all.png) no-repeat center "
  284. },
  285. naviItemText:{
  286. "float":"left",
  287. "color":"#2A2A2A",
  288. "font-size":"15px",
  289. "height":"40px",
  290. "line-height":"40px",
  291. "margin-left":"8px"
  292. },
  293. naviItemMore:{
  294. "float":"right",
  295. "width":"24px",
  296. "height":"24px",
  297. "margin-top":"8px",
  298. "margin-right":"12px",
  299. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_more.png) no-repeat center "
  300. },
  301. naviItemMyIcon:{
  302. "float":"left",
  303. "width":"16px",
  304. "height":"16px",
  305. "margin-top":"12px",
  306. "margin-left":"20px",
  307. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_renwu_wzx.png) no-repeat center "
  308. },
  309. naviItemFlowIcon:{
  310. "float":"left",
  311. "width":"16px",
  312. "height":"16px",
  313. "margin-top":"12px",
  314. "margin-left":"20px",
  315. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_rw_wwc.png) no-repeat center "
  316. },
  317. naviItemCompleteIcon:{
  318. "float":"left",
  319. "width":"16px",
  320. "height":"16px",
  321. "margin-top":"12px",
  322. "margin-left":"20px",
  323. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_renwu_ywc.png) no-repeat center "
  324. },
  325. naviItemOverIcon:{
  326. "float":"left",
  327. "width":"16px",
  328. "height":"16px",
  329. "margin-top":"12px",
  330. "margin-left":"20px",
  331. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_renwu_yyq.png) no-repeat center "
  332. },
  333. naviViewTipLayout:{
  334. },
  335. naviViewTipContainer:{
  336. "cursor":"pointer",
  337. "width":"135px",
  338. "height":"30px"
  339. },
  340. naviViewTipEditIcon:{
  341. "float":"left",
  342. "width":"16px",
  343. "height":"16px",
  344. "margin-left":"6px",
  345. "margin-top":"6px",
  346. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_bianjishitu.png) no-repeat center "
  347. },
  348. naviViewTipRemoveIcon:{
  349. "float":"left",
  350. "width":"16px",
  351. "height":"16px",
  352. "margin-left":"6px",
  353. "margin-top":"6px",
  354. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_delete_grey.png) no-repeat center "
  355. },
  356. naviViewTipText:{
  357. "float":"left",
  358. "height":"30px",
  359. "line-height":"30px",
  360. "color":"#808080",
  361. "font-size":"13px",
  362. "margin-left":"6px"
  363. },
  364. taskContentLayout:{
  365. flex:"1",
  366. "overflow-x":"auto",
  367. "overflow-y":"hidden",
  368. "padding-left":"10px",
  369. "padding-right":"10px",
  370. "width":"100%",
  371. "height":"99%",
  372. "display":"flex"
  373. },
  374. taskGroupLayout:{
  375. //"display":"inline-table",
  376. "flex-shrink":"0",
  377. "float":"left",
  378. "width":"300px",
  379. //"height":"95%",
  380. "margin-top":"10px",
  381. "margin-left":"10px",
  382. "margin-right":"10px",
  383. //"margin-bottom":"20px",
  384. "background-color":"#ffffff",
  385. "border-radius":"4px"
  386. },
  387. taskGroupItemTitleContainer:{
  388. "height":"60px"
  389. },
  390. taskGroupItemTitleText:{
  391. "float":"left",
  392. "height":"60px",
  393. "line-height":"60px",
  394. "font-size":"20px",
  395. "margin-left":"20px",
  396. "max-width":"150px",
  397. "overflow":"hidden",
  398. "white-space":"nowrap",
  399. "text-overflow":"ellipsis",
  400. "color":"#333333"
  401. },
  402. taskGroupItemTitleCount:{
  403. "float":"left",
  404. "height":"60px",
  405. "line-height":"60px",
  406. "font-size":"12px",
  407. "margin-left":"5px",
  408. "color":"#999999"
  409. },
  410. taskGroupItemTitleAdd:{
  411. "cursor":"pointer",
  412. "float":"right",
  413. "height":"60px",
  414. "width":"24px",
  415. "margin-right":"4px",
  416. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_jia.png) no-repeat center "
  417. },
  418. taskGroupItemTitleMore:{
  419. "cursor":"pointer",
  420. "float":"right",
  421. "height":"60px",
  422. "width":"24px",
  423. "margin-right":"16px",
  424. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_more.png) no-repeat center "
  425. },
  426. taskGroupItemContainer:{
  427. "height":"90%",
  428. "width":"290px",
  429. "overflow":"hidden",
  430. "background-color":"#fff",
  431. "padding-bottom":"10px"
  432. },
  433. taskItemContainer:{
  434. "width":"260px",
  435. "min-height":"80px",
  436. "cursor":"pointer",
  437. "border":"1px solid #E6E6E6",
  438. "border-radius":"4px",
  439. "margin":"10px auto"
  440. },
  441. taskItemHover:{
  442. "float":"left",
  443. "width":"0px",
  444. "height":"100%",
  445. "border-top-left-radius":"4px",
  446. "border-bottom-left-radius":"4px",
  447. "background-color":"#DEDEDE"
  448. },
  449. taskItemContent:{
  450. "padding":"10px",
  451. "float":"right",
  452. "width":"230px"
  453. },
  454. taskItemTitle:{
  455. "font-size":"14px"
  456. },
  457. titleContainer:{
  458. "height":"40px",
  459. "width":"350px",
  460. "margin":"30px auto"
  461. },
  462. titleValue:{
  463. "height":"40px",
  464. "width":"100%",
  465. "font-size":"16px",
  466. "color":"#666666",
  467. "border":"1px solid #dedede",
  468. "border-radius":"4px",
  469. "text-indent":"8px"
  470. },
  471. actionContainer:{
  472. "height":"40px",
  473. "width":"350px",
  474. "margin":"30px auto"
  475. },
  476. okAction:{
  477. "height": "30px",
  478. "width": "100px",
  479. "cursor": "pointer",
  480. "float": "left",
  481. "line-height": "30px",
  482. "text-align": "center",
  483. "font-size": "16px",
  484. "font-family": "微软雅黑",
  485. "border": "1px solid #3d77c1",
  486. "background-color": "#5d97e1",
  487. "color": "#FFF",
  488. "margin-right": "20px",
  489. "margin-left":"40px",
  490. "border-radius":"10px",
  491. "box-shadow": "0px 0px 3px #5d97e1"
  492. },
  493. closeAction:{
  494. "height": "30px",
  495. "width": "100px",
  496. "cursor": "pointer",
  497. "float": "left",
  498. "line-height": "30px",
  499. "text-align": "center",
  500. "font-size": "16px",
  501. "font-family": "微软雅黑",
  502. "border": "1px solid #f0f0f0",
  503. "background-color": "#f0f0f0",
  504. "color": "#666666",
  505. "margin-right": "20px",
  506. "margin-left":"30px",
  507. "border-radius":"10px",
  508. "box-shadow": "0px 0px 3px #f0f0f0"
  509. },
  510. "formMaskNode": {
  511. "width": "100%",
  512. "height": "100%",
  513. "opacity": 0.2,
  514. "position": "absolute",
  515. "background-color": "#999999",
  516. "top": "0px",
  517. "left": "0px"
  518. },
  519. "formAreaNode": {
  520. "position": "absolute",
  521. "opacity": 0,
  522. "top": "0px"
  523. },
  524. "formNode": {
  525. "background-color": "#FFF",
  526. "box-shadow": "0px 0px 10px #999",
  527. "border-radius": "5px",
  528. "margin": "auto",
  529. "border": "1px solid #fff",
  530. "overflow": "hidden",
  531. "color":"#333333"
  532. },
  533. "formTopNode": {
  534. "color": "#333333",
  535. "height": "40px",
  536. "background-color": "#fff",
  537. "border-bottom": "1px solid #b6b6b6",
  538. "line-height": "40px",
  539. "font-size": "14px",
  540. "padding-left": "5px",
  541. "text-align": "left"
  542. },
  543. "formTopIconNode": {
  544. "width": "32px",
  545. "height": "32px",
  546. "float": "left",
  547. "background": "url(/x_component_TeamWork/$Task/default/icon/document.png) no-repeat center 4px"
  548. },
  549. "formTopTextNode": {
  550. "font-size": "16px",
  551. "float": "left",
  552. "width": "200px",
  553. "overflow": "hidden",
  554. "text-overflow": "ellipsis",
  555. "white-space": "nowrap"
  556. },
  557. "formTopCloseActionNode": {
  558. "width": "40px",
  559. "height": "40px",
  560. "float": "right",
  561. "padding-right": "4px",
  562. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_off.png) no-repeat center",
  563. "cursor": "pointer"
  564. },
  565. "formTopContentNode": {
  566. "float": "right",
  567. "padding-right": "10px",
  568. "text-align": "right"
  569. },
  570. "formTopContentTitle": {},
  571. "formTopContentValue": {
  572. "padding-right": "20px",
  573. "font-size": "12px"
  574. },
  575. "formNewNode": {
  576. "width": "47px",
  577. "height": "47px",
  578. "background": "url(/x_component_Template/$Explorer/default/icon/new.png) no-repeat"
  579. },
  580. "formIconNode": {
  581. "width": "47px",
  582. "height": "47px"
  583. },
  584. "formEditNode": {
  585. "width": "47px",
  586. "height": "47px"
  587. },
  588. "formContentNode": {
  589. "border": "0px solid #666",
  590. "width": "100%",
  591. "margin": "auto",
  592. "font-size": "14px",
  593. "color": "#666",
  594. "font-family": "微软雅黑",
  595. "overflow": "hidden"
  596. },
  597. "formTableContainer": {
  598. "margin": "0px 10px",
  599. "overflow": "hidden",
  600. "positon": "static"
  601. },
  602. "formBottomNode": {
  603. "height": "40px",
  604. "line-height": "40px",
  605. "background-color": "#3d77c1",
  606. "overflow": "hidden",
  607. "padding-top": "10px"
  608. },
  609. "formOkActionNode": {
  610. "height": "30px",
  611. "width": "75px",
  612. "cursor": "pointer",
  613. "float": "right",
  614. "line-height": "30px",
  615. "text-align": "center",
  616. "font-size": "16px",
  617. "font-family": "微软雅黑",
  618. "border": "1px solid #3d77c1",
  619. "background-color": "#5d97e1",
  620. "color": "#FFF",
  621. "margin-right": "20px",
  622. "box-shadow": "0px 0px 3px #5d97e1"
  623. },
  624. "formCancelActionNode": {
  625. "height": "30px",
  626. "width": "75px",
  627. "cursor": "pointer",
  628. "float": "right",
  629. "line-height": "30px",
  630. "text-align": "center",
  631. "font-size": "16px",
  632. "font-family": "微软雅黑",
  633. "border": "1px solid #3d77c1",
  634. "background-color": "#5d97e1",
  635. "color": "#FFF",
  636. "margin-right": "20px",
  637. "box-shadow": "0px 0px 3px #5d97e1"
  638. },
  639. "formActionNode": {
  640. "height": "30px",
  641. "width": "75px",
  642. "cursor": "pointer",
  643. "float": "left",
  644. "line-height": "30px",
  645. "text-align": "center",
  646. "font-size": "16px",
  647. "font-family": "微软雅黑",
  648. "color": "#FFF",
  649. "margin-left": "10px",
  650. "margin-right": "20px"
  651. }
  652. }