css.wcss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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. "sortActionNode": {
  109. "background": "url(../x_component_Org/$List/default/icon/order.png) 3px center no-repeat",
  110. "float": "right",
  111. "cursor": "pointer",
  112. "margin-top": "0px",
  113. "margin-left": "5px",
  114. "padding": "3px 5px",
  115. "padding-left": "22px",
  116. "font-size": "12px",
  117. "font-weight": "normal",
  118. "border": "1px solid #666",
  119. "background-color": "#FFF",
  120. "line-height": "normal",
  121. "color":"#333",
  122. "border-radius":"3px"
  123. },
  124. "okActionNode": {
  125. "background": "url(../x_component_Org/$Explorer/default/icon/mainid.png) 5px center no-repeat",
  126. "background-size": "12px",
  127. "float": "right",
  128. "cursor": "pointer",
  129. "margin-top": "0px",
  130. "margin-left": "5px",
  131. "padding": "3px 5px",
  132. "padding-left": "22px",
  133. "font-size": "12px",
  134. "font-weight": "normal",
  135. "border": "1px solid #666",
  136. "background-color": "#FFF",
  137. "line-height": "normal",
  138. "color":"#333",
  139. "border-radius":"3px"
  140. },
  141. "cancelActionNode": {
  142. // "background": "url(../x_component_Org/$List/default/icon/order.png) 3px center no-repeat",
  143. "float": "right",
  144. "cursor": "pointer",
  145. "margin-top": "0px",
  146. "margin-left": "5px",
  147. "padding": "3px 5px",
  148. // "padding-left": "22px",
  149. "font-size": "12px",
  150. "font-weight": "normal",
  151. "border": "1px solid #666",
  152. "background-color": "#FFF",
  153. "line-height": "normal",
  154. "color":"#333",
  155. "border-radius":"3px"
  156. }
  157. }