css.wcss 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "itemNode": {
  3. "background-color": "#3d414a",
  4. "border-top": "0px solid #208fa3",
  5. "height": "76px",
  6. "position": "static",
  7. "margin-bottom": "8px"
  8. },
  9. "itemIconNode": {
  10. "width": "40px",
  11. "height": "76px",
  12. "float": "left",
  13. "background-position": "center center",
  14. "background-repeat": "no-repeat",
  15. "background-image": "url("+"../x_component_process_TaskCenter/$TaskWidget/default/task2.png)"
  16. },
  17. "itemActionAreaNode": {
  18. "width": "30px",
  19. "height": "76px",
  20. "float": "right",
  21. "background-position": "center center",
  22. "background-repeat": "no-repeat",
  23. "background-image": "url("+"../x_component_process_TaskCenter/$TaskWidget/default/go.png)"
  24. },
  25. "itemContentNode": {
  26. "height": "76px",
  27. "margin": "0px 38px 0px 48px",
  28. "overflow": "hidden",
  29. "cursor": "pointer"
  30. },
  31. "itemInforTopNode": {
  32. "margin-top": "6px",
  33. "height": "18px",
  34. "overflow": "hidden"
  35. },
  36. "itemInforTopActivityNode": {
  37. "float": "left",
  38. "line-height": "18px",
  39. "font-size": "12px",
  40. "color": "#999",
  41. "width": "49%"
  42. },
  43. "itemInforTopTimeNode": {
  44. "float": "right",
  45. "line-height": "18px",
  46. "font-size": "12px",
  47. "color": "#999",
  48. "width": "49%",
  49. "text-align": "right"
  50. },
  51. "itemTitleNode": {
  52. "font-size": "13px",
  53. "font-weight": "bold",
  54. "height": "28px",
  55. "line-height": "28px",
  56. "color": "#FFF",
  57. "overflow": "hidden",
  58. "white-space": "nowrap",
  59. "word-break": "keep-all",
  60. "text-overflow": "ellipsis"
  61. },
  62. "itemInforBottomNode": {
  63. "height": "18px",
  64. "line-height": "18px",
  65. "font-size": "12px",
  66. "color": "#999",
  67. "text-align": "left",
  68. "margin-bottom": "6px"
  69. }
  70. }