css.wcss 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  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/$Bam/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/$Bam/default/icon/icon_right.png) no-repeat center"
  34. },
  35. "bamTitle":{
  36. "float":"left",
  37. "cursor":"pointer",
  38. "height":"50px",
  39. "line-height":"50px",
  40. "margin-left":"10px"
  41. },
  42. "containerLayout":{
  43. "position":"absolute",
  44. "left":"20px",
  45. "right":"20px",
  46. "top":"70px",
  47. "bottom":"20px",
  48. "display":"flex"
  49. },
  50. "naviLayout":{
  51. "float":"left",
  52. "width":"350px",
  53. "height":"100%",
  54. "background-color":"#ffffff",
  55. "color":"#595959",
  56. "font-size":"14px",
  57. "border-radius":"4px"
  58. },
  59. "naviMenu":{
  60. "height":"45px",
  61. "line-height":"45px",
  62. "margin-top":"10px",
  63. "padding-left":"20px"
  64. },
  65. "naviItem":{
  66. "width":"100%",
  67. "margin-top":"10px",
  68. "margin-bottom":"10px",
  69. "height":"30px",
  70. "cursor":"pointer",
  71. "border-left":"2px solid #ffffff"
  72. },
  73. "templateIcon":{
  74. "float":"left",
  75. "width":"16px",
  76. "height":"16px",
  77. "margin-left":"20px",
  78. "margin-top":"7px",
  79. "background": "url(/x_component_TeamWork/$Bam/default/icon/icon_template.png) no-repeat center"
  80. },
  81. "templateText":{
  82. "float":"left",
  83. "line-height":"30px",
  84. "margin-left":"8px"
  85. },
  86. "priorityIcon":{
  87. "float":"left",
  88. "width":"16px",
  89. "height":"16px",
  90. "margin-left":"20px",
  91. "margin-top":"7px",
  92. "background": "url(/x_component_TeamWork/$Bam/default/icon/icon_priority.png) no-repeat center"
  93. },
  94. "priorityText":{
  95. "float":"left",
  96. "line-height":"30px",
  97. "margin-left":"8px"
  98. },
  99. "fieldIcon":{
  100. "float":"left",
  101. "width":"16px",
  102. "height":"16px",
  103. "margin-left":"20px",
  104. "margin-top":"7px",
  105. "background": "url(/x_component_TeamWork/$Bam/default/icon/icon_extField.png) no-repeat center"
  106. },
  107. "fieldText":{
  108. "float":"left",
  109. "line-height":"30px",
  110. "margin-left":"8px"
  111. },
  112. "accessIcon":{
  113. "float":"left",
  114. "width":"16px",
  115. "height":"16px",
  116. "margin-left":"20px",
  117. "margin-top":"7px",
  118. "background": "url(/x_component_TeamWork/$Bam/default/icon/icon_access.png) no-repeat center"
  119. },
  120. "accessText":{
  121. "float":"left",
  122. "line-height":"30px",
  123. "margin-left":"8px"
  124. },
  125. "contentLayout":{
  126. "margin-left":"20px",
  127. "overflow-x":"auto",
  128. "overflow-y":"hidden",
  129. //"padding-left":"10px",
  130. //"padding-right":"10px",
  131. "width":"100%",
  132. "height":"100%",
  133. "background-color":"#ffffff",
  134. "display":"flex",
  135. "position":"relative"
  136. },
  137. "templateTop":{
  138. "position":"absolute",
  139. "top":"0px",
  140. "left":"0px",
  141. "width":"100%",
  142. "height":"100px",
  143. "overflow-x":"hidden",
  144. "border-bottom":"1px solid #cccccc"
  145. },
  146. "templateTopContent":{
  147. "float":"left",
  148. "margin-left":"50px",
  149. "width":"500px",
  150. "height":"100%"
  151. },
  152. "templateTopTitle":{
  153. "font-size":"20px",
  154. "width":"100%",
  155. "height":"60px",
  156. "line-height":"60px"
  157. },
  158. "templateTopDes":{
  159. "width":"100%",
  160. "height":"40px"
  161. },
  162. "templateTopAddContent":{
  163. "float":"right",
  164. "width":"100px",
  165. "height":"100%"
  166. },
  167. "templateTopAdd":{
  168. "line-height":"100px",
  169. "font-size":"14px",
  170. "color":"#1b9aee",
  171. "cursor":"pointer"
  172. },
  173. "templateContainer":{
  174. "flex":"1",
  175. "width":"100%",
  176. "position":"absolute",
  177. "top":"110px",
  178. "left":"0px",
  179. "bottom":"0px",
  180. "overflow-y":"auto",
  181. },
  182. "templateItemContainer":{
  183. "height":"50px",
  184. "width":"100%",
  185. "cursor":"pointer",
  186. "border-bottom":"1px solid rgb(238, 238, 238)",
  187. "overflow":"hidden"
  188. },
  189. "templateItemContent":{
  190. "float":"left",
  191. "margin-left":"20px",
  192. "width":"200px",
  193. "height":"100%",
  194. "font-size":"12px"
  195. },
  196. "templateItemTitle":{
  197. "height":"30px",
  198. "line-height":"30px",
  199. "font-size":"16px"
  200. },
  201. "templateItemDes":{
  202. "height":"20px",
  203. "line-height":"20px",
  204. "font-size":"12px"
  205. },
  206. "templateItemLane":{
  207. "float":"left",
  208. "width":"300px",
  209. "height":"50px",
  210. "display":"table",
  211. "margin":"0px auto"
  212. },
  213. "templateItemLaneTxt":{
  214. "height":"100%",
  215. "width":"100%",
  216. "vertical-align":"middle",
  217. "display":"table-cell"
  218. },
  219. "templateItemOwner":{
  220. "float":"left",
  221. "width":"100px",
  222. "height":"50px",
  223. "line-height":"50px"
  224. },
  225. "templateItemDate":{
  226. "float":"left",
  227. "width":"100px",
  228. "height":"50px",
  229. "line-height":"50px"
  230. },
  231. "templateItemActionContainer":{
  232. "float":"right",
  233. "width":"100px",
  234. "height":"50px",
  235. "line-height":"50px",
  236. "margin-right":"20px"
  237. },
  238. "templateItemEdit":{
  239. "color":"#1b9aee",
  240. "float":"left",
  241. "margin-right":"20px",
  242. "cursor":"pointer"
  243. },
  244. "templateItemRemove":{
  245. "color":"#1b9aee",
  246. "float":"left",
  247. "margin-right":"20px",
  248. "cursor":"pointer"
  249. },
  250. "priorityTop":{
  251. "position":"absolute",
  252. "top":"0px",
  253. "left":"0px",
  254. "width":"100%",
  255. "height":"100px",
  256. "overflow-x":"hidden",
  257. "border-bottom":"1px solid #cccccc"
  258. },
  259. "priorityTopContent":{
  260. "float":"left",
  261. "margin-left":"50px",
  262. "width":"500px",
  263. "height":"100%"
  264. },
  265. "priorityTopTitle":{
  266. "font-size":"20px",
  267. "width":"100%",
  268. "height":"60px",
  269. "line-height":"60px"
  270. },
  271. "priorityTopDes":{
  272. "width":"100%",
  273. "height":"40px"
  274. },
  275. "priorityTopAddContent":{
  276. "float":"right",
  277. "width":"100px",
  278. "height":"100%"
  279. },
  280. "priorityContainer":{
  281. "flex":"1",
  282. "width":"100%",
  283. "position":"absolute",
  284. "top":"110px",
  285. "left":"0px",
  286. "bottom":"0px",
  287. "overflow-y":"auto",
  288. },
  289. "priorityItemContainer":{
  290. "width":"100%",
  291. "height":"60px",
  292. "border-bottom":"1px dotted #cccccc",
  293. "overflow":"hidden"
  294. },
  295. "priorityItemContent":{
  296. "width":"100%"
  297. },
  298. "priorityValueContainer":{
  299. "float":"left",
  300. "width":"200px",
  301. "height":"100%",
  302. "line-height":"50px",
  303. "margin-left":"50px"
  304. },
  305. "priorityValue":{
  306. "width":"100%",
  307. "height":"30px",
  308. "line-height":"30px",
  309. "border":"1px solid #cccccc",
  310. "text-indent":"10px",
  311. "font-size":"14px",
  312. "outline":"none"
  313. },
  314. "priorityColorContainer":{
  315. "float":"left",
  316. "height":"100%",
  317. "width":"300px",
  318. "margin-left":"50px",
  319. "display":"flex",
  320. //"justify-content":"center",
  321. "align-items":"center"
  322. },
  323. "priorityColorItemContainer":{
  324. "float":"left",
  325. "width":"25px",
  326. "height":"25px",
  327. "background-color":"#ffffff",
  328. "margin-right":"15px",
  329. "display":"flex",
  330. "justify-content":"center",
  331. "align-items":"center",
  332. "border-radius":"10px"
  333. },
  334. "priorityColor":{
  335. "cursor":"pointer",
  336. "width":"14px",
  337. "height":"14px",
  338. "border-radius":"100%"
  339. },
  340. "priorityActionContainer":{
  341. "float":"right",
  342. "width":"100px",
  343. "height":"100%"
  344. },
  345. priorityActionOK:{
  346. "width":"20px",
  347. "height":"20px",
  348. "cursor":"pointer",
  349. "float":"left",
  350. "margin-top":"20px",
  351. "margin-left":"20px",
  352. "background": "url(/x_component_TeamWork/$Bam/default/icon/icon_ok.png) no-repeat center"
  353. },
  354. priorityActionRemove:{
  355. "width":"20px",
  356. "height":"20px",
  357. "cursor":"pointer",
  358. "float":"left",
  359. "margin-top":"20px",
  360. "margin-left":"20px",
  361. "background": "url(/x_component_TeamWork/$Bam/default/icon/icon_close.png) no-repeat center"
  362. },
  363. "priorityColorRed":{
  364. "width":"14px",
  365. "height":"14px",
  366. "background-color":"#FFCCCC",
  367. "border-radius":"100%"
  368. },
  369. "priorityColorOrange":{
  370. "width":"14px",
  371. "height":"14px",
  372. "background-color":"#FFD591",
  373. "border-radius":"100%"
  374. },
  375. "priorityColorGreen":{
  376. "width":"14px",
  377. "height":"14px",
  378. "background-color":"#CAFAC8",
  379. "border-radius":"100%"
  380. },
  381. "priorityColorBlue":{
  382. "width":"14px",
  383. "height":"14px",
  384. "background-color":"#CCECFF",
  385. "border-radius":"100%"
  386. },
  387. "priorityColorGrey":{
  388. "width":"14px",
  389. "height":"14px",
  390. "background-color":"#E5E5E5",
  391. "border-radius":"100%"
  392. },
  393. "addPriorityContainer":{
  394. "margin-left":"50px",
  395. "margin-top":"10px",
  396. "height":"50px",
  397. "width":"100px",
  398. "cursor":"pointer"
  399. },
  400. "addPriorityIcon":{
  401. "float":"left",
  402. "width":"30px",
  403. "height":"30px",
  404. "background": "url(/x_component_TeamWork/$Bam/default/icon/icon_add.png) no-repeat center"
  405. },
  406. "addPriorityTxt":{
  407. "color":"#1296db",
  408. "float":"left",
  409. "width":"50px",
  410. "height":"30px",
  411. "line-height":"30px"
  412. },
  413. }