css.wcss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "titleBar": {
  3. "overflow": "hidden",
  4. "height": "60px",
  5. "background-color": "#4c6b87"
  6. },
  7. "titleUserNode": {
  8. "width": "80px",
  9. "float": "right"
  10. },
  11. "titleUserIconNode": {
  12. "background": "url("+"/x_component_O2Bug/$Main/default/icon/user.png) center center no-repeat",
  13. "width": "24px",
  14. "height": "24px",
  15. "margin-top": "18px",
  16. "float": "left"
  17. },
  18. "titleUserTextNode": {
  19. "margin-left": "24px",
  20. "color": "#FFF",
  21. "font-size": "14px",
  22. "line-height": "60px"
  23. },
  24. "createAction": {
  25. "width": "59px",
  26. "height": "60px",
  27. "background": "url("+"/x_component_O2Bug/$Main/default/icon/create.png) center center no-repeat",
  28. "float": "left",
  29. "border-right": "1px solid #FFF",
  30. "cursor": "pointer"
  31. },
  32. "titleTextNode": {
  33. "padding-left": "20px",
  34. "color": "#FFF",
  35. "font-size": "18px",
  36. "line-height": "60px",
  37. "font-weight": "bold",
  38. "width": "160px",
  39. "float": "left"
  40. },
  41. "searchBarAreaNode": {
  42. "margin": "0px 100px 0px 160px",
  43. "height": "60px",
  44. "overflow": "hidden"
  45. },
  46. "searchBarNode": {
  47. "width": "80%",
  48. "max-width": "500px",
  49. "height": "30px",
  50. "background-color": "#FFF",
  51. "border": "0px solid #999",
  52. "border-radius":"12px",
  53. "margin-top": "15px",
  54. "float": "right"
  55. },
  56. "searchBarActionNode": {
  57. "width": "40px",
  58. "height": "30px",
  59. "background": "url("+"/x_component_process_TaskCenter/$Main/default/search.png) center center no-repeat",
  60. "float": "right",
  61. "cursor": "pointer"
  62. },
  63. "searchBarInputBoxNode": {
  64. "height": "30px",
  65. "line-height": "30px",
  66. "margin-left": "10px",
  67. "margin-right": "50px"
  68. },
  69. "searchBarInputNode": {
  70. "width": "100%",
  71. "height": "24px",
  72. "border": "0px",
  73. "color": "#666"
  74. },
  75. "filterBar": {
  76. "height": "40px",
  77. "line-height": "40px",
  78. "border-bottom": "1px solid #999",
  79. "background-color": "#FFF"
  80. },
  81. "filterTitleNode": {
  82. "width": "60px",
  83. "height": "40px",
  84. "text-align": "center",
  85. "font-size": "18px",
  86. "font-weight": "bold",
  87. "float": "left",
  88. "border-right": "1px solid #999"
  89. },
  90. "filterContentNode": {
  91. "padding": "0px 20px",
  92. "font-size": "14px",
  93. "margin-left": "60px"
  94. },
  95. "bugNoteNode": {
  96. "background-color": "#FFF",
  97. "opacity": 0,
  98. "z-index": 100,
  99. "border": "1px solid #999",
  100. "position": "absolute"
  101. }
  102. }