css.wcss 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. {
  2. "treeContentNode" : {
  3. "cursor" : "pointer",
  4. "color" : "#666",
  5. "font-family": "Microsoft YaHei",
  6. "font-size": "14px",
  7. "background-color": "#F8F8F8"
  8. },
  9. "treeItemNode": {
  10. "overflow" : "hidden",
  11. "cursor" : "pointer",
  12. "color" : "#333",
  13. "height" : "40px",
  14. "font-weight" : "normal",
  15. "line-height" : "40px",
  16. "font-family": "Microsoft YaHei",
  17. "font-size": "15px",
  18. "position" : "relative",
  19. "background-color": "#F8F8F8"
  20. },
  21. "treeItemNode_selected" : {
  22. "color" : "#fff",
  23. "background-color" : "#3C76B7"
  24. },
  25. "treeItemNode_over" : {
  26. "background-color" : "#f0f0f0",
  27. "color" : "#333"
  28. },
  29. "treeItemIconNode" : {
  30. "height" : "40px",
  31. "width" : "16px",
  32. "float" : "left",
  33. "margin-left" : "6px",
  34. "background" : "url(../x_component_Minder/$Common/default/icon/folder.png) no-repeat 0px 12px"
  35. },
  36. "treeItemIconNode_selected" : {
  37. "height" : "40px",
  38. "width" : "16px",
  39. "float" : "left",
  40. "margin-left" : "6px",
  41. "background" : "url(../x_component_Minder/$Common/default/icon/folder_selected.png) no-repeat 0px 12px"
  42. },
  43. "treeItemIconNode_over" : {
  44. "height" : "40px",
  45. "width" : "16px",
  46. "float" : "left",
  47. "margin-left" : "6px",
  48. "background" : "url(../x_component_Minder/$Common/default/icon/folder.png) no-repeat 0px 12px"
  49. },
  50. "treeItemTextNode" : {
  51. "float" : "left",
  52. "margin-left" : "6px"
  53. },
  54. "emptyExpendNode" : {
  55. "height" : "40px",
  56. "width" : "16px",
  57. "float" : "left",
  58. "margin-left" : "6px"
  59. },
  60. "treeItemExpendNode" : {
  61. "height" : "40px",
  62. "width" : "16px",
  63. "float" : "left",
  64. "margin-left" : "6px",
  65. "background": "url(../x_component_Minder/$Common/default/icon/arrow_down.png) no-repeat 0px 12px"
  66. },
  67. "treeItemExpendNode_selected" : {
  68. "height" : "40px",
  69. "width" : "16px",
  70. "float" : "left",
  71. "margin-left" : "6px",
  72. "background": "url(../x_component_Minder/$Common/default/icon/arrow_down_selected.png) no-repeat 0px 12px"
  73. },
  74. "treeItemCollapseNode" : {
  75. "height" : "40px",
  76. "width" : "16px",
  77. "float" : "left",
  78. "margin-left" : "6px",
  79. "background": "url(../x_component_Minder/$Common/default/icon/arrow_right.png) no-repeat 0px 12px"
  80. },
  81. "treeItemCollapseNode_selected" : {
  82. "height" : "40px",
  83. "width" : "16px",
  84. "float" : "left",
  85. "margin-left" : "6px",
  86. "background": "url(../x_component_Minder/$Common/default/icon/arrow_right_selected.png) no-repeat 0px 12px"
  87. },
  88. "toolbarNode" : {
  89. // "margin-left" : "10px",
  90. // "margin-top" : "10px",
  91. "overflow" : "hidden",
  92. "padding" : "20px 20px 20px 20px",
  93. "background-color" : "#fff",
  94. "font-size" : "14px",
  95. "color" : "#666",
  96. "border-bottom" : "1px solid #ccc"
  97. },
  98. "toolgroupNode" : {
  99. "padding-right" : "10px",
  100. "float" : "left"
  101. },
  102. "toolItemNode_single" : {
  103. "padding" : "5px 10px 5px 32px",
  104. "border" : "1px solid #ccc",
  105. "border-radius" : "4px",
  106. "color" : "#666",
  107. "background-repeat" : "no-repeat",
  108. "background-position" : "8px center",
  109. "float" : "left",
  110. "cursor" : "pointer"
  111. },
  112. "toolItemNode_left" : {
  113. "padding" : "5px 10px 5px 32px",
  114. "border" : "1px solid #ccc",
  115. "border-top-left-radius" : "4px",
  116. "border-bottom-left-radius" : "4px",
  117. "color" : "#666",
  118. "background-repeat" : "no-repeat",
  119. "background-position" : "8px center",
  120. "float" : "left",
  121. "cursor" : "pointer"
  122. },
  123. "toolItemNode_center" : {
  124. "padding" : "5px 10px 5px 32px",
  125. "border-top" : "1px solid #ccc",
  126. "border-right" : "1px solid #ccc",
  127. "border-bottom" : "1px solid #ccc",
  128. "color" : "#666",
  129. "background-repeat" : "no-repeat",
  130. "background-position" : "8px center",
  131. "float" : "left",
  132. "cursor" : "pointer"
  133. },
  134. "toolItemNode_right" : {
  135. "padding" : "5px 10px 5px 32px",
  136. "border-top" : "1px solid #ccc",
  137. "border-right" : "1px solid #ccc",
  138. "border-bottom" : "1px solid #ccc",
  139. "border-top-right-radius" : "4px",
  140. "border-bottom-right-radius" : "4px",
  141. "color" : "#666",
  142. "background-repeat" : "no-repeat",
  143. "background-position" : "8px center",
  144. "float" : "left",
  145. "cursor" : "pointer"
  146. },
  147. "toolItemNode_over" : {
  148. "background-color" : "#3C76B7",
  149. "border" : "1px solid #3D6899",
  150. "color" : "#fff"
  151. },
  152. "toolItemNode_normal" : {
  153. "background-color" : "#fff",
  154. "border" : "1px solid #ccc",
  155. "color" : "#666"
  156. },
  157. "toolabrRightNode" : {
  158. "float" : "right",
  159. "overflow" : "hidden"
  160. },
  161. "searchBarAreaNode": {
  162. //"margin": "0px 20px 0px 20px",
  163. "height": "30px",
  164. "overflow": "hidden",
  165. "float" : "left"
  166. },
  167. "searchBarNode": {
  168. "border-radius": "4px",
  169. "max-width": "250px",
  170. "height": "28px",
  171. "background-color": "#FFF",
  172. "border": "1px solid #ccc",
  173. //"border-radius":"10px",
  174. "float": "left"
  175. },
  176. "searchBarActionNode": {
  177. "width": "40px",
  178. "height": "28px",
  179. "background": "url(../x_component_Minder/$Common/default/icon_tool/search.png) center center no-repeat",
  180. "float": "left",
  181. "cursor": "pointer"
  182. },
  183. "searchBarResetActionNode": {
  184. "position" : "absolute",
  185. "top" : "0px",
  186. "right" : "0px",
  187. "width": "40px",
  188. "height": "28px",
  189. "background": "url(../x_component_Minder/$Common/default/icon_tool/icon_off.png) center center no-repeat",
  190. "cursor": "pointer"
  191. },
  192. "searchBarInputBoxNode": {
  193. "position" : "relative",
  194. "height": "28px",
  195. "line-height": "28px",
  196. "padding-left": "10px",
  197. "float" : "left",
  198. "width" : "160px"
  199. },
  200. "searchBarInputNode": {
  201. "-webkit-user-select": "text",
  202. "-moz-user-select": "text",
  203. "width": "100%",
  204. "height": "24px",
  205. "border": "0px",
  206. "color": "#666"
  207. },
  208. "listViewTypeNode": {
  209. "width": "24px",
  210. "height": "30px",
  211. "background": "url(../x_component_Minder/$Common/default/icon_tool/listview.png) center right no-repeat",
  212. "float": "left",
  213. "cursor": "pointer"
  214. },
  215. "listViewTypeNode_active": {
  216. "width": "24px",
  217. "height": "30px",
  218. "background": "url(../x_component_Minder/$Common/default/icon_tool/listview_active.png) center right no-repeat",
  219. "float": "left",
  220. "cursor": "pointer"
  221. },
  222. "tileViewTypeNode": {
  223. "width": "24px",
  224. "height": "30px",
  225. "background": "url(../x_component_Minder/$Common/default/icon_tool/tileview.png) center right no-repeat",
  226. "float": "left",
  227. "cursor": "pointer"
  228. },
  229. "tileViewTypeNode_active": {
  230. "width": "24px",
  231. "height": "30px",
  232. "background": "url(../x_component_Minder/$Common/default/icon_tool/tileview_active.png) center right no-repeat",
  233. "float": "left",
  234. "cursor": "pointer"
  235. }
  236. }