css.wcss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "listTitle": {
  3. "background-color": "#f1f1f1",
  4. "height": "30px",
  5. "line-height": "30px",
  6. "text-align": "left"
  7. },
  8. "contentTrNode": {
  9. "height": "30px",
  10. "line-height": "30px",
  11. "background": "transparent",
  12. "border-bottom": "1px solid #cccccc"
  13. },
  14. "contentTrNode_selected": {
  15. "background": "#f7eae1",
  16. //"background": "#FFFFDD",
  17. "border-bottom": "1px solid #cccccc"
  18. },
  19. "contentTdNode": {
  20. "text-align": "left",
  21. "font-size": "12px",
  22. "color": "#666666",
  23. "border-bottom": "1px solid #cccccc"
  24. },
  25. "selectTdNode":{
  26. "cursor": "pointer",
  27. "background": "url("+"/x_component_Org/$List/default/icon/select.png) center center no-repeat",
  28. "border-bottom": "1px solid #cccccc"
  29. },
  30. "selectTdNode_selected":{
  31. "border-bottom": "1px solid #CCC",
  32. "cursor": "pointer",
  33. "background": "url("+"/x_component_Org/$List/default/icon/selected.png) center center no-repeat",
  34. },
  35. "blankTdNode": {
  36. "border-bottom": "1px solid #cccccc"
  37. },
  38. "actionAreaNode": {
  39. "width": "80%",
  40. "margin": "0px auto",
  41. "height": "20px",
  42. "overflow": "visible"
  43. },
  44. "actionNode": {
  45. "position": "relative",
  46. "top": "32px",
  47. "margin-right": "10px"
  48. },
  49. "addActionNode": {
  50. "background": "url("+"/x_component_Org/$List/default/icon/additem.png) 3px center no-repeat",
  51. "float": "right",
  52. "cursor": "pointer",
  53. "margin-top": "0px",
  54. "margin-left": "5px",
  55. "padding": "3px 5px",
  56. "padding-left": "22px",
  57. "font-size": "12px",
  58. "font-weight": "normal",
  59. "border": "1px solid #666",
  60. "background-color": "#FFF",
  61. "line-height": "normal",
  62. "color":"#333",
  63. "border-radius":"3px"
  64. },
  65. "deleteActionNode_disabled": {
  66. "background": "url("+"/x_component_Org/$List/default/icon/deleteitem_disable.png) 3px center no-repeat",
  67. "float": "right",
  68. "cursor": "pointer",
  69. "margin-top": "0px",
  70. "margin-left": "5px",
  71. "padding": "3px 5px",
  72. "padding-left": "22px",
  73. "font-size": "12px",
  74. "font-weight": "normal",
  75. "border": "1px solid #CCC",
  76. "background-color": "#FFF",
  77. "line-height": "normal",
  78. "color":"#999",
  79. "border-radius":"3px"
  80. },
  81. "deleteActionNode": {
  82. "background": "url("+"/x_component_Org/$List/default/icon/deleteitem.png) 3px center no-repeat",
  83. "float": "right",
  84. "cursor": "pointer",
  85. "margin-top": "0px",
  86. "margin-left": "5px",
  87. "padding": "3px 5px",
  88. "padding-left": "22px",
  89. "font-size": "12px",
  90. "font-weight": "normal",
  91. "border": "1px solid #666",
  92. "background-color": "#FFF",
  93. "line-height": "normal",
  94. "color":"#333",
  95. "border-radius":"3px"
  96. },
  97. "inputNode": {
  98. "width": "80%",
  99. "border": "1px solid #999999",
  100. "border-radius": "3px",
  101. "background": "transparent",
  102. "font-size": "14px",
  103. "line-height": "24px",
  104. "height": "22px",
  105. "text-align": "left",
  106. "color": "#333333"
  107. },
  108. }