css.wcss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422
  1. {
  2. topLayout:{
  3. "height":"40px",
  4. "width":"100%",
  5. "flex":1,
  6. "border-bottom":"1px solid #bebebe"
  7. },
  8. topImage:{
  9. "float": "left",
  10. "background": "url(/x_component_TeamWork/$Task/default/icon/document.png) no-repeat center"
  11. },
  12. topContent:{
  13. "float":"left",
  14. "line-height":"40px",
  15. "font-size":"16px",
  16. "max-width":"700px",
  17. "overflow": "hidden",
  18. "white-space": "nowrap",
  19. "text-overflow": "ellipsis",
  20. },
  21. topIconContainer:{
  22. "float":"right",
  23. "height":"100%"
  24. },
  25. topIconClose:{
  26. "float":"left",
  27. "cursor":"pointer",
  28. "height":"24px",
  29. "width":"24px",
  30. "margin-top":"8px",
  31. "margin-left":"4px",
  32. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_off.png) no-repeat center"
  33. },
  34. topIconMore:{
  35. "float":"left",
  36. "cursor":"pointer",
  37. "height":"24px",
  38. "width":"24px",
  39. "margin-left":"4px",
  40. "margin-top":"8px",
  41. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_more.png) no-repeat center"
  42. },
  43. contentLayout:{
  44. "width":"100%",
  45. "position":"absolute",
  46. "top":"40px",
  47. "left":"0px",
  48. "bottom":"0px",
  49. "overflow-y":"hidden"
  50. },
  51. taskInforContainer:{
  52. "float":"left",
  53. "height":"100%",
  54. "width":"650px",
  55. "border-right":"1px solid #bebebe"
  56. },
  57. taskActionBar:{
  58. "height":"50px",
  59. "width":"100%"
  60. },
  61. taskActionSave:{
  62. "float":"right",
  63. "width":"70px",
  64. "margin-right":"20px",
  65. "margin-top":"18px",
  66. "height":"30px",
  67. "line-height":"30px",
  68. "text-align":"center",
  69. "cursor":"pointer",
  70. "color":"#666666",
  71. "background-color":"#ffffff",
  72. "border":"1px solid #bebebe",
  73. "border-radius":"4px"
  74. },
  75. taskNameContainer:{
  76. "width":"90%",
  77. "height":"50px",
  78. "line-height":"50px",
  79. "font-size":"18px",
  80. "margin":"10px auto 0px auto",
  81. "border-radius":"4px"
  82. },
  83. taskNameInput:{
  84. "line-height":"48px",
  85. "height":"48px",
  86. "font-size":"18px",
  87. "width":"100%",
  88. "color":"#666",
  89. "border":"1px solid #f5f5f5",
  90. "background-color":"#f5f5f5",
  91. "border-radius":"4px"
  92. },
  93. taskStatusContainer:{
  94. "width":"100%",
  95. "height":"50px"
  96. },
  97. taskStatusIcon:{
  98. "float":"left",
  99. "width":"48px",
  100. "height":"48px",
  101. "margin-top":"2px",
  102. "margin-left":"20px",
  103. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_status.png) no-repeat center"
  104. },
  105. taskStatusText:{
  106. "float":"left",
  107. "line-height":"50px",
  108. "width":"80px"
  109. },
  110. taskStatusValue:{
  111. "float":"left"
  112. },
  113. taskStatusValueContainer:{
  114. "cursor":"pointer",
  115. "height":"24px",
  116. "background-color":"#f5f5f5",
  117. "margin-top":"13px",
  118. "border-radius":"2px",
  119. "padding-left":"6px",
  120. "padding-right":"10px"
  121. },
  122. taskStatusValueIcon:{
  123. "float":"left",
  124. "width":"24px",
  125. "height":"24px",
  126. //"margin-top":"2px",
  127. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_draft.png) no-repeat center"
  128. },
  129. taskStatusValueText:{
  130. "float":"left",
  131. "line-height":"24px"
  132. },
  133. taskDutyContainer:{
  134. "width":"100%",
  135. "height":"50px"
  136. },
  137. taskDutyIcon:{
  138. "float":"left",
  139. "width":"48px",
  140. "height":"48px",
  141. "margin-top":"2px",
  142. "margin-left":"20px",
  143. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_duty.png) no-repeat center"
  144. },
  145. taskDutyText:{
  146. "float":"left",
  147. "line-height":"50px",
  148. "width":"80px"
  149. },
  150. taskDutyValue:{
  151. "float":"left",
  152. "line-height":"50px"
  153. },
  154. taskDutyValueContainer:{
  155. "margin-top":"13px",
  156. "height":"100%"
  157. },
  158. taskDutyAddIcon:{
  159. "float":"left",
  160. "width":"24px",
  161. "height":"24px",
  162. //"margin-top":"2px",
  163. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_wcyd_xm_click.png) no-repeat center"
  164. },
  165. taskDutyAddText:{
  166. "cursor":"pointer",
  167. "float":"left",
  168. "line-height":"24px"
  169. },
  170. taskTimeContainer:{
  171. "width":"100%",
  172. "height":"50px"
  173. },
  174. taskTimeIcon:{
  175. "float":"left",
  176. "width":"48px",
  177. "height":"48px",
  178. "margin-top":"2px",
  179. "margin-left":"20px",
  180. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_time.png) no-repeat center"
  181. },
  182. taskTimeText:{
  183. "float":"left",
  184. "line-height":"50px",
  185. "width":"80px"
  186. },
  187. taskTimeValue:{
  188. "float":"left",
  189. "line-height":"50px"
  190. },
  191. taskStartTime:{
  192. "float":"left",
  193. "height":"24px",
  194. "color":"#999999",
  195. "line-height":"24px",
  196. "margin-top":"13px",
  197. "padding":"0px 5px",
  198. "border-radius":"4px"
  199. },
  200. taskTimeLine:{
  201. "float":"left",
  202. "height":"24px",
  203. "text-align":"center",
  204. "line-height":"24px",
  205. "margin-top":"13px",
  206. "padding":"0px 5px"
  207. },
  208. taskEndTime:{
  209. "float":"left",
  210. "height":"24px",
  211. "color":"#999999",
  212. "line-height":"24px",
  213. "margin-top":"13px",
  214. "padding":"0px 5px",
  215. "border-radius":"4px"
  216. },
  217. taskRemarkContainer:{
  218. "width":"100%",
  219. "height":"50px"
  220. },
  221. taskRemarkIcon:{
  222. "float":"left",
  223. "width":"48px",
  224. "height":"48px",
  225. "margin-top":"2px",
  226. "margin-left":"20px",
  227. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_remark.png) no-repeat center"
  228. },
  229. taskRemarkText:{
  230. "float":"left",
  231. "line-height":"50px",
  232. "width":"80px"
  233. },
  234. taskRemarkValue:{
  235. "float":"left",
  236. "line-height":"50px"
  237. },
  238. taskPriorityContainer:{
  239. "width":"100%",
  240. "height":"50px"
  241. },
  242. taskPriorityIcon:{
  243. "float":"left",
  244. "width":"48px",
  245. "height":"48px",
  246. "margin-top":"2px",
  247. "margin-left":"20px",
  248. "background":"url(/x_component_TeamWork/$Task/default/icon/icon_priority.png) no-repeat center"
  249. },
  250. taskPriorityText:{
  251. "float":"left",
  252. "line-height":"50px",
  253. "width":"80px"
  254. },
  255. taskPriorityValue:{
  256. "float":"left",
  257. "line-height":"50px"
  258. },
  259. taskDetailLayout:{
  260. "float":"left",
  261. "height":"100%",
  262. "width":"340px"
  263. },
  264. bottomLayout:{
  265. "height":"40px"
  266. },
  267. "formMaskNode": {
  268. "width": "100%",
  269. "height": "100%",
  270. "opacity": 0.2,
  271. "position": "absolute",
  272. "background-color": "#999999",
  273. "top": "0px",
  274. "left": "0px"
  275. },
  276. "formAreaNode": {
  277. "position": "absolute",
  278. "opacity": 0,
  279. "top": "0px"
  280. },
  281. "formNode": {
  282. "background-color": "#FFF",
  283. "box-shadow": "0px 0px 10px #999",
  284. "border-radius": "5px",
  285. "margin": "auto",
  286. "border": "1px solid #fff",
  287. "overflow": "hidden",
  288. "color":"#333333"
  289. },
  290. "formTopNode": {
  291. "color": "#fff",
  292. "height": "40px",
  293. "background-color": "#fff",
  294. "border-bottom": "1px solid #b6b6b6",
  295. "line-height": "40px",
  296. "font-size": "14px",
  297. "padding-left": "5px",
  298. "text-align": "left"
  299. },
  300. "formTopIconNode": {
  301. "width": "32px",
  302. "height": "32px",
  303. "float": "left",
  304. "background": "url(/x_component_TeamWork/$Task/default/icon/document.png) no-repeat center 4px"
  305. },
  306. "formTopTextNode": {
  307. "font-size": "16px",
  308. "float": "left",
  309. "width": "500px",
  310. "overflow": "hidden",
  311. "text-overflow": "ellipsis",
  312. "white-space": "nowrap"
  313. },
  314. "formTopCloseActionNode": {
  315. "width": "40px",
  316. "height": "40px",
  317. "float": "right",
  318. "padding-right": "4px",
  319. "background": "url(/x_component_TeamWork/$Task/default/icon/icon_off.png) no-repeat center",
  320. "cursor": "pointer"
  321. },
  322. "formTopContentNode": {
  323. "float": "right",
  324. "padding-right": "10px",
  325. "text-align": "right"
  326. },
  327. "formTopContentTitle": {},
  328. "formTopContentValue": {
  329. "padding-right": "20px",
  330. "font-size": "12px"
  331. },
  332. "formNewNode": {
  333. "width": "47px",
  334. "height": "47px",
  335. "background": "url(/x_component_Template/$Explorer/default/icon/new.png) no-repeat"
  336. },
  337. "formIconNode": {
  338. "width": "47px",
  339. "height": "47px"
  340. },
  341. "formEditNode": {
  342. "width": "47px",
  343. "height": "47px"
  344. },
  345. "formContentNode": {
  346. "border": "0px solid #666",
  347. "width": "100%",
  348. "margin": "auto",
  349. "font-size": "14px",
  350. "color": "#666",
  351. "font-family": "微软雅黑",
  352. "overflow": "hidden"
  353. },
  354. "formTableContainer": {
  355. "margin": "0px 10px",
  356. "overflow": "hidden",
  357. "positon": "static"
  358. },
  359. "formTableArea":{
  360. "height":"100%"
  361. },
  362. "formBottomNode": {
  363. "height": "40px",
  364. "line-height": "40px",
  365. "background-color": "#3d77c1",
  366. "overflow": "hidden",
  367. "padding-top": "10px"
  368. },
  369. "formOkActionNode": {
  370. "height": "30px",
  371. "width": "75px",
  372. "cursor": "pointer",
  373. "float": "right",
  374. "line-height": "30px",
  375. "text-align": "center",
  376. "font-size": "16px",
  377. "font-family": "微软雅黑",
  378. "border": "1px solid #3d77c1",
  379. "background-color": "#5d97e1",
  380. "color": "#FFF",
  381. "margin-right": "20px",
  382. "box-shadow": "0px 0px 3px #5d97e1"
  383. },
  384. "formCancelActionNode": {
  385. "height": "30px",
  386. "width": "75px",
  387. "cursor": "pointer",
  388. "float": "right",
  389. "line-height": "30px",
  390. "text-align": "center",
  391. "font-size": "16px",
  392. "font-family": "微软雅黑",
  393. "border": "1px solid #3d77c1",
  394. "background-color": "#5d97e1",
  395. "color": "#FFF",
  396. "margin-right": "20px",
  397. "box-shadow": "0px 0px 3px #5d97e1"
  398. },
  399. "formActionNode": {
  400. "height": "30px",
  401. "width": "75px",
  402. "cursor": "pointer",
  403. "float": "left",
  404. "line-height": "30px",
  405. "text-align": "center",
  406. "font-size": "16px",
  407. "font-family": "微软雅黑",
  408. "color": "#FFF",
  409. "margin-left": "10px",
  410. "margin-right": "20px"
  411. }
  412. }