css.wcss 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. {
  2. "node" : {
  3. "height": "100%",
  4. "overflow": "hidden"
  5. },
  6. "contentContainerNode" : {
  7. "margin-left": "240px",
  8. "overflow": "hidden",
  9. "background-color" : "#eee",
  10. "opacity": 1
  11. },
  12. "contentScrollNode": {
  13. "margin-top": "10px",
  14. "background-color": "#fff",
  15. "overflow": "scroll"
  16. },
  17. "contentNode": {
  18. "background-color": "#fff",
  19. "padding-bottom": "10px"
  20. },
  21. "topContainerNode" : {
  22. "overflow" : "hidden",
  23. "margin" : "0px auto"
  24. },
  25. "topNode": {
  26. "color" : "#333",
  27. "min-height": "50px",
  28. "overflow": "hidden",
  29. "background-color": "#fff",
  30. "line-height": "50px",
  31. "font-size": "14px",
  32. "font-weight": "bold",
  33. "text-align": "left"
  34. },
  35. "topIconNode" : {
  36. "margin-left": "10px",
  37. "width": "24px",
  38. "height": "24px",
  39. "float": "left",
  40. "background": "url(../x_component_ThreeMember/$Main/default/icon/topIcon.png) no-repeat 0px center",
  41. "background-size": "24px 24px"
  42. },
  43. "topTextNode" : {
  44. "color" : "#333",
  45. "font-size": "16px",
  46. "font-weight": "bold",
  47. "float": "left",
  48. "overflow" : "hidden",
  49. "text-overflow" : "ellipsis",
  50. "white-space":"nowrap"
  51. },
  52. "topContentNode" : {
  53. "overflow" : "hidden",
  54. "padding-right" : "20px"
  55. },
  56. "topNaviTitleNode": {
  57. "font-weight": "normal",
  58. "height": "50px",
  59. "color": "#888",
  60. "font-size": "16px",
  61. "line-height": "50px",
  62. "margin-left": "25px",
  63. "float": "right"
  64. },
  65. "topNaviItemNode": {
  66. "height": "44px",
  67. "color": "#666666",
  68. "line-height": "44px",
  69. "margin-left": "25px",
  70. "border-top": "3px solid #fff",
  71. "border-bottom": "3px solid #fff",
  72. "float": "left",
  73. "cursor": "pointer"
  74. },
  75. "topNaviItemNode_current": {
  76. "color": "#4A90E2",
  77. "border-bottom": "3px solid #4A90E2"
  78. },
  79. "searchInputNode": {
  80. "margin": "10px 18px",
  81. "padding-left": "10px",
  82. "padding-right": "24px",
  83. "width": "160px",
  84. "height": "30px",
  85. "background": "#FFFFFF",
  86. "border-radius": "15px",
  87. "border": "1px solid #4A90E2"
  88. },
  89. "searchActionNode": {
  90. "position": "absolute",
  91. "top": "17px",
  92. "right": "20px",
  93. "width": "20px",
  94. "height": "20px",
  95. "cursor": "pointer",
  96. "background": "url(../x_component_ThreeMember/$PermissionView/default/icon/search_click.png) no-repeat 0px center"
  97. },
  98. "naviScrollNode" : {
  99. "overflow": "auto"
  100. },
  101. "naviAreaNode" : {
  102. },
  103. "naviNode": {
  104. "width": "230px",
  105. "height": "100%",
  106. "overflow": "hidden",
  107. "float": "left",
  108. "position": "relative",
  109. "background-color" : "#fff"
  110. },
  111. "naviTopNode" : {
  112. "line-height": "50px",
  113. "margin-left": "20px",
  114. "padding-left": "32px",
  115. "height": "50px",
  116. "color" : "#333",
  117. "font-size": "16px",
  118. "font-weight": "bold",
  119. "overflow" : "hidden",
  120. "text-overflow" : "ellipsis",
  121. "white-space":"nowrap",
  122. "background": "url(../x_component_ThreeMember/$Main/default/icon/topIcon.png) no-repeat 0px center",
  123. "background-size": "24px 24px"
  124. },
  125. "naviAllNode": {
  126. "display" : "block",
  127. "height": "40px",
  128. "margin": "0px",
  129. "line-height" :"40px",
  130. "font-family": "Microsoft YaHei",
  131. "font-size": "14px",
  132. "color" : "#333",
  133. "padding-left" : "38px",
  134. "cursor": "pointer",
  135. "background": "url(../x_component_ThreeMember/$Main/default/icon/all.png) no-repeat 13px center"
  136. },
  137. "naviAllNode_current" : {
  138. "background-color" : "#F2F5F7",
  139. "color" : "#4A90E2"
  140. },
  141. "naviAllNode_over" : {
  142. "background-color" : "#F2F5F7",
  143. "color" : "#666666"
  144. },
  145. "naviAllNode_normal" : {
  146. "background-color" : "#fff",
  147. "color" : "#333"
  148. },
  149. "naviMenuNode": {
  150. "display" : "block",
  151. "height": "40px",
  152. "margin": "0px",
  153. "line-height" :"40px",
  154. "font-family": "Microsoft YaHei",
  155. "font-size": "14px",
  156. "color" : "#333",
  157. "padding-left" : "8px",
  158. // "background": "url(../x_component_AuditLog/$Main/default/icon/triangle_down.png) no-repeat 15px center",
  159. "cursor": "pointer"
  160. },
  161. // "naviMenuNode_collapse": {
  162. // "background": "url(../x_component_AuditLog/$Main/default/icon/triangle_right.png) no-repeat 15px center"
  163. // },
  164. "naviMenuNode_normal": {
  165. "background-color" : "#fff",
  166. "color" : "#666666"
  167. },
  168. "naviMenuNode_over": {
  169. "background-color" : "#F2F5F7",
  170. "color" : "#666666"
  171. },
  172. "naviMenuNode_current": {
  173. "background-color" : "#F2F5F7",
  174. "color" : "#4A90E2"
  175. },
  176. "naviMenuIconNode_collapse": {
  177. "width": "30px",
  178. "height": "40px",
  179. "float": "left",
  180. "background": "url(../x_component_ThreeMember/$Main/default/icon/triangle_right.png) no-repeat 5px center"
  181. },
  182. "naviMenuIconNode_expand": {
  183. "width": "30px",
  184. "height": "40px",
  185. "float": "left",
  186. "background": "url(../x_component_ThreeMember/$Main/default/icon/triangle_down.png) no-repeat 5px center"
  187. },
  188. "naviMenuTextNode": {
  189. "margin-left": "25px",
  190. "height": "40px",
  191. "line-height" :"40px"
  192. },
  193. "naviItemNode" : {
  194. "background-color" : "#fff",
  195. "cursor" : "pointer",
  196. "color" : "#666666",
  197. "padding-left" : "40px",
  198. "height" : "40px",
  199. "line-height" : "40px",
  200. "font-family": "Microsoft YaHei",
  201. "font-size": "14px"
  202. },
  203. "naviItemNode_current" : {
  204. "background-color" : "#F2F5F7",
  205. "cursor" : "pointer",
  206. "color" : "#4A90E2",
  207. "padding-left" : "40px",
  208. "height" : "40px",
  209. "line-height" : "40px",
  210. "font-family": "Microsoft YaHei",
  211. "font-size": "14px"
  212. },
  213. "naviItemNode_over" : {
  214. "background-color" : "#F2F5F7",
  215. "color" : "#666666"
  216. },
  217. "itemTitleNode": {
  218. "overflow": "hidden",
  219. "margin": "20px 40px 10px 40px",
  220. "height": "40px",
  221. // "color": "#888",
  222. "font-size": "16px",
  223. "line-height": "40px",
  224. //"font-weight": "bold",
  225. "clear": "both",
  226. "border-bottom": "1px solid #ccc"
  227. },
  228. "itemsContentNode": {
  229. "padding": "10px",
  230. "overflow": "hidden",
  231. "margin": "0px 40px"
  232. },
  233. "selectButtonStyle": {
  234. "margin-left": "40px",
  235. "float": "left",
  236. "background-color": "#FFF",
  237. "padding": "4px 14px",
  238. "border": "1px solid #ccc",
  239. "border-radius": "3px",
  240. "margin-top": "10px",
  241. "font-size": "12px",
  242. "color": "#888",
  243. "cursor": "pointer"
  244. },
  245. "noDataTextNode": {
  246. "width": "300px",
  247. "height": "150px",
  248. "text-align": "center",
  249. "border": "1px solid #ccc",
  250. "line-height": "150px",
  251. "margin": "30px auto 0px auto",
  252. "font-size": "18px"
  253. },
  254. "tableProperty": {
  255. "width": "90%",
  256. "border": "0",
  257. "cellpadding":"5",
  258. "cellspacing":"0",
  259. "styles":{
  260. "margin":"0px auto"
  261. }
  262. },
  263. "propertyTitleNode": {
  264. "font-size": "16px",
  265. "height": "36px",
  266. "line-height": "36px",
  267. "padding-top": "30px",
  268. "margin-left": "30px",
  269. "margin-right": "30px",
  270. "border-bottom": "1px solid #ccc"
  271. },
  272. "propertyTitleTd": {
  273. "border-bottom": "1px solid #ddd",
  274. "width": "88px"
  275. },
  276. "propertyContentTd": {
  277. "border-bottom": "1px solid #ddd"
  278. },
  279. "propertyActionTd": {
  280. "border-bottom": "1px solid #ddd",
  281. "width": "130px"
  282. },
  283. "propertyContentNode": {
  284. "padding": "10px",
  285. "overflow": "hidden",
  286. "margin": "0px 0px"
  287. },
  288. "propertyButtonStyle": {
  289. "float": "right",
  290. "background-color": "#FFF",
  291. "padding": "4px 14px",
  292. "border": "1px solid #ccc",
  293. "border-radius": "3px",
  294. "margin-top": "10px",
  295. "font-size": "12px",
  296. "color": "#888",
  297. "cursor": "pointer"
  298. }
  299. }