css.wcss 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. {
  2. "contentNode" : {
  3. "float" : "left"
  4. },
  5. "rightNode" : {
  6. "overflow" : "hidde",
  7. "float" : "left"
  8. },
  9. "treeNode": {
  10. "position": "relative",
  11. "overflow-x" : "hidden",
  12. "overflow-y": "auto",
  13. "min-width" : "260px",
  14. "max-width" : "350px",
  15. "box-shadow": "0 1px 3px 0 rgba(0,0,0,0.25)",
  16. "float" : "left",
  17. "background-color" : "#F8F8F8"
  18. },
  19. "listNode" : {
  20. //"margin-left" : "10px",
  21. "padding" : "0px 20px 20px 20px",
  22. "background-color" : "#fff",
  23. "overflow": "hidden",
  24. "min-width" : "260px"
  25. },
  26. "listViewTable": {
  27. "width": "100%"
  28. },
  29. "listViewTableTh": {
  30. "height": "40px",
  31. "line-height": "40px",
  32. "font-size": "14px",
  33. "background-color": "#F0F0F0",
  34. "text-align": "left",
  35. "padding": "0px 10px",
  36. "font-weight" : "normal",
  37. "color": "#333"
  38. },
  39. "listViewTableCenterTh" : {
  40. "height": "40px",
  41. "line-height": "40px",
  42. "font-size": "14px",
  43. "background-color": "#F0F0F0",
  44. "text-align": "center",
  45. "padding": "0px 10px",
  46. "font-weight" : "normal",
  47. "color": "#333"
  48. },
  49. "sortIconNode" : {
  50. "height": "21px",
  51. "width": "16px",
  52. //"float": "left",
  53. "display":"inline-block",
  54. "margin-left": "5px",
  55. "background-position" : "center center",
  56. "background-repeat" : "no-repeat",
  57. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dblsort.png)"
  58. },
  59. "sortIconNode_asc" : {
  60. "height": "21px",
  61. "width": "16px",
  62. //"float": "left",
  63. "display":"inline-block",
  64. "margin-left": "5px",
  65. "background-position" : "center center",
  66. "background-repeat" : "no-repeat",
  67. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dblasc.png)"
  68. },
  69. "sortIconNode_desc" : {
  70. "height": "21px",
  71. "width": "16px",
  72. //"float": "left",
  73. "display":"inline-block",
  74. "margin-left": "5px",
  75. "background-position" : "center center",
  76. "background-repeat" : "no-repeat",
  77. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dbldesc.png)"
  78. },
  79. "listViewTableTd_noclick": {
  80. "min-height": "50px",
  81. "line-height": "30px",
  82. "border-bottom": "1px solid #CCC",
  83. "color": "#666",
  84. "padding": "0px 10px",
  85. "font-size": "14px"
  86. },
  87. "listViewTableTd": {
  88. "min-height": "50px",
  89. "line-height": "30px",
  90. "border-bottom": "1px solid #CCC",
  91. "color": "#666",
  92. "padding": "0px 10px",
  93. "font-size": "14px",
  94. "cursor": "pointer"
  95. },
  96. "listViewTableTd_action": {
  97. "min-height": "50px",
  98. "line-height": "30px",
  99. "border-bottom": "1px solid #CCC",
  100. "color" : "#3c76b6",
  101. "text-decoration" : "none",
  102. "padding": "0px 10px",
  103. "font-size": "14px",
  104. "cursor": "pointer"
  105. },
  106. "listViewTableTd_action_over" : {
  107. "color" : "#2160a7",
  108. "text-decoration" : "underline"
  109. },
  110. "listViewTableImgTd" : {
  111. "min-height": "50px",
  112. "border-bottom": "1px solid #CCC",
  113. "color": "#666",
  114. "padding": "5px 10px",
  115. "font-size": "14px",
  116. "cursor": "pointer",
  117. "text-align" : "center",
  118. "vertical-align" : "middle",
  119. "position" : "relative"
  120. },
  121. "listViewTableImgTd_noclick" : {
  122. "min-height": "50px",
  123. "border-bottom": "1px solid #CCC",
  124. "color": "#666",
  125. "padding": "5px 10px",
  126. "font-size": "14px",
  127. "text-align" : "center",
  128. "vertical-align" : "middle",
  129. "position" : "relative"
  130. },
  131. "listSharedIcon" : {
  132. "width" : "16px",
  133. "height" : "16px",
  134. "cursor" : "pointer",
  135. "background-position" : "center center",
  136. "background-repeat" : "no-repeat",
  137. "background-image" : "url(../x_component_Minder/$Main/default/icon/shared_blue.png)"
  138. },
  139. "listViewTableTr" : {
  140. "background-color": "#FFF"
  141. },
  142. "listViewTableTr_over": {
  143. "background-color": "#fbfbfb"
  144. },
  145. "tileListNode" : {
  146. "overflow" : "hidden"
  147. },
  148. "tileToolbar" : {
  149. "background-color" : "#F0F0F0",
  150. "height" : "40px"
  151. },
  152. "tileSelectAllNode" : {
  153. "cursor" : "pointer",
  154. "font-size" : "14px",
  155. "color" : "#333",
  156. "margin-left" : "30px",
  157. "padding-left" : "25px",
  158. "width" : "40px",
  159. "height" : "40px",
  160. "line-height" : "40px",
  161. "background-position" : "left center",
  162. "background-repeat" : "no-repeat",
  163. "background-image" : "url(../x_component_Minder/$MineExplorer/default/icon/circle.png)"
  164. },
  165. "tileSelectAllNode_selected" : {
  166. "background-image" : "url(../x_component_Minder/$MineExplorer/default/icon/circle_selected.png)"
  167. },
  168. "tileNode" : {
  169. "padding" : "10px",
  170. "margin" : "10px",
  171. "float" : "left",
  172. "font-size" : "14px",
  173. "text-align" : "center",
  174. "border" : "1px solid #eee",
  175. "border-radius" : "6px",
  176. "background-color" : "#fff",
  177. "height" : "150px",
  178. "width" : "156px",
  179. "overflow" : "hidden"
  180. },
  181. "tileNode_over" : {
  182. "background-color" : "#F8F8F8"
  183. },
  184. "tileItemNode":{
  185. "position" : "relative"
  186. },
  187. "tileItemTitleNode" : {
  188. "height" : "36px",
  189. "vertical-align" : "middle",
  190. "padding-top" : "2px",
  191. "text-align" : "center",
  192. "overflow" : "hidden"
  193. },
  194. "tileItemSelectNode" : {
  195. "cursor" : "pointer",
  196. "position" : "absolute",
  197. "top" : "0px",
  198. "left" : "0px",
  199. "width" : "16px",
  200. "height" : "16px",
  201. "display" : "none",
  202. "background-position" : "center center",
  203. "background-repeat" : "no-repeat",
  204. "background-image" : "url(../x_component_Minder/$MineExplorer/default/icon/circle.png)"
  205. },
  206. "tileItemSelectNode_selected" : {
  207. "display" : "",
  208. "background-image" : "url(../x_component_Minder/$MineExplorer/default/icon/circle_selected.png)"
  209. },
  210. "tileItemIconNode" : {
  211. },
  212. "tileSharedIcon" : {
  213. "top" : "0px",
  214. "right" : "0px",
  215. "width" : "16px",
  216. "height" : "16px",
  217. "cursor" : "pointer",
  218. "position" : "absolute",
  219. "background-position" : "center center",
  220. "background-repeat" : "no-repeat",
  221. "background-image" : "url(../x_component_Minder/$Main/default/icon/shared_blue.png)"
  222. },
  223. "toolbar" : {
  224. "overflow" : "hidden",
  225. "position" : "absolute",
  226. "right" : "10px",
  227. "top" : "12px"
  228. },
  229. // "cancelAction" : {
  230. // "width": "16px",
  231. // "height": "16px",
  232. // "background" : "url(../x_component_Minder/$MineExplorer/default/icon/remove.png) no-repeat left",
  233. // "margin-left": "2px",
  234. // "margin-right": "2px",
  235. // "float": "left",
  236. // "cursor": "pointer"
  237. // },
  238. // "cancelAction_over" : {
  239. // "width": "16px",
  240. // "height": "16px",
  241. // "background" : "url(../x_component_Minder/$MineExplorer/default/icon/remove_over.png) no-repeat left",
  242. // "margin-left": "2px",
  243. // "margin-right": "2px",
  244. // "float": "left",
  245. // "cursor": "pointer"
  246. // },
  247. "deleteAction" : {
  248. "width": "16px",
  249. "height": "16px",
  250. "background" : "url(../x_component_Minder/$MineExplorer/default/icon/delete_white.png) no-repeat left",
  251. "margin-left": "2px",
  252. "margin-right": "2px",
  253. "float": "left",
  254. "cursor": "pointer"
  255. },
  256. "deleteAction_over" : {
  257. "width": "16px",
  258. "height": "16px",
  259. "background" : "url(../x_component_Minder/$MineExplorer/default/icon/delete_gray.png) no-repeat left",
  260. "margin-left": "2px",
  261. "margin-right": "2px",
  262. "float": "left",
  263. "cursor": "pointer"
  264. },
  265. "editAction" : {
  266. "width": "16px",
  267. "height": "16px",
  268. "background" : "url(../x_component_Minder/$MineExplorer/default/icon/edit_white.png) no-repeat left",
  269. "margin-left": "2px",
  270. "margin-right": "2px",
  271. "float": "left",
  272. "cursor": "pointer"
  273. },
  274. "editAction_over" : {
  275. "width": "16px",
  276. "height": "16px",
  277. "background" : "url(../x_component_Minder/$MineExplorer/default/icon/edit_gray.png) no-repeat left",
  278. "margin-left": "2px",
  279. "margin-right": "2px",
  280. "float": "left",
  281. "cursor": "pointer"
  282. }
  283. }