css.wcss 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. {
  2. "node": {
  3. "width": "100%",
  4. "height": "100%",
  5. "overflow": "hidden",
  6. "background-color":"#fff"
  7. },
  8. "rightContentNode": {
  9. "height": "100%",
  10. "margin-left": "222px",
  11. "overflow": "hidden",
  12. "background-color" : "#fff",
  13. "opacity": 1
  14. },
  15. "titleBar": {
  16. "overflow": "hidden",
  17. "height": "80px",
  18. "background":"url(/x_component_cms_Index/$Main/default/icon/titleBackground.png) center center repeat-x"
  19. },
  20. "titleIconAreaNode" : {
  21. "float": "left",
  22. "padding-top" :"8px",
  23. "padding-left" : "8px"
  24. },
  25. "titleIconNode": {
  26. "width": "64px",
  27. "height": "64px",
  28. "border-bottom-left-radius": "10px",
  29. "border-bottom-right-radius": "10px",
  30. "border-top-left-radius": "10px",
  31. "border-top-right-radius": "10px"
  32. },
  33. "createDocumentAction": {
  34. "width": "80px",
  35. "height": "80px",
  36. "background": "url(/x_component_cms_Index/$Main/default/icon/createDocument.png) center center no-repeat",
  37. "float": "left",
  38. "border-right": "1px solid #FFF",
  39. "cursor": "pointer"
  40. },
  41. "titleTextNode": {
  42. "padding-left": "20px",
  43. "color": "#3587d7",
  44. "font-size": "20px",
  45. "line-height": "80px",
  46. "font-weight": "bold",
  47. "width": "160px",
  48. "float": "left",
  49. "text-shadow": "0px 0px 3px #fff"
  50. },
  51. "searchBarAreaNode": {
  52. "margin": "0px 20px 0px 20px",
  53. "height": "60px",
  54. "overflow": "hidden",
  55. "float" : "right",
  56. "width" : "700px"
  57. },
  58. "searchBarNode": {
  59. "width": "80%",
  60. "max-width": "500px",
  61. "height": "30px",
  62. "background-color": "#FFF",
  63. "border": "0px solid #999",
  64. "border-radius":"12px",
  65. "margin-top": "25px",
  66. "float": "right"
  67. },
  68. "searchBarActionNode": {
  69. "width": "40px",
  70. "height": "30px",
  71. "background": "url("+"/x_component_cms_Module/$Main/default/icon/search.png) center center no-repeat",
  72. "float": "right",
  73. "cursor": "pointer"
  74. },
  75. "searchBarResetActionNode": {
  76. "width": "40px",
  77. "height": "30px",
  78. "background": "url("+"/x_component_cms_Module/$Main/default/icon/reset.png) center center no-repeat",
  79. "float": "right",
  80. "cursor": "pointer"
  81. },
  82. "searchBarInputBoxNode": {
  83. "height": "30px",
  84. "line-height": "30px",
  85. "margin-left": "10px",
  86. "margin-right": "50px"
  87. },
  88. "searchBarInputNode": {
  89. "width": "100%",
  90. "height": "24px",
  91. "border": "0px",
  92. "color": "#666"
  93. },
  94. "refreshAreaNode": {
  95. "float": "right",
  96. "margin": "0px 40px 0px 0px",
  97. "width" : "40px",
  98. "overflow": "hidden"
  99. },
  100. "refreshActionNode": {
  101. "width": "40px",
  102. "height": "80px",
  103. "line-height": "80px",
  104. "background": "url(/x_component_cms_Index/$Main/default/icon/refresh.png) center center no-repeat",
  105. "cursor": "pointer"
  106. },
  107. "naviContainerNode": {
  108. "border-top" : "1px solid #fff",
  109. "float": "left",
  110. "overflow": "hidden",
  111. "width": "217px",
  112. "height": "100%",
  113. "background-color" : "#f1f8ff"
  114. },
  115. "naviNode": {
  116. // "border": "0px",
  117. // "border-radius": "0px",
  118. "position": "relative",
  119. "overflow": "hidden"
  120. //"margin-right" : "-7px",
  121. },
  122. // "categoryNaviNode": {
  123. // "cursor" : "pointer",
  124. // "display" : "block",
  125. // "height": "35px",
  126. // "margin": "0px",
  127. // "background": "url(/x_component_cms_Module/$Main/default/icon/category.png) no-repeat 20px center",
  128. // "background-color" : "#f1f8ff",
  129. // "line-height" :"35px",
  130. // "font-family": "微软雅黑",
  131. // "font-size": "14px",
  132. // "color" : "#3587d7",
  133. // "padding-left" : "40px"
  134. // },
  135. "categoryNaviNode": {
  136. "cursor" : "pointer",
  137. "color" : "#3587d7",
  138. "padding-left" : "50px",
  139. "height" : "40px",
  140. "font-weight" : "normal",
  141. "line-height" : "40px",
  142. "font-family": "微软雅黑",
  143. "font-size": "14px",
  144. "background" : "url(/x_component_cms_Module/$Main/default/icon/category_folder.png) no-repeat 20px 12px",
  145. "background-color": "#f1f8ff"
  146. },
  147. "categoryNaviNode_selected" : {
  148. "color" : "#fff",
  149. "background": "url(/x_component_cms_Module/$Main/default/icon/category_folder_selected.png) no-repeat 20px 12px",
  150. "background-color" : "#398dee"
  151. },
  152. "categoryNaviNode_over" : {
  153. "background": "url(/x_component_cms_Module/$Main/default/icon/category_folder.png) no-repeat 20px 12px",
  154. "background-color" : "#e4edf9",
  155. "color" : "#3587d7"
  156. },
  157. "viewNaviListNode" : {
  158. },
  159. "viewNaviListNode_all" : {
  160. // "padding-top" : "10px"
  161. },
  162. "viewNaviNode_all" : {
  163. "cursor" : "pointer",
  164. "color" : "#3587d7",
  165. "padding-left" : "50px",
  166. "height" : "40px",
  167. "line-height" : "40px",
  168. "font-family": "微软雅黑",
  169. "font-size": "14px",
  170. "background" : "url(/x_component_cms_Module/$Main/default/icon/category_all3.png) no-repeat 20px 12px",
  171. "background-color": "#f1f8ff"
  172. },
  173. "viewNaviNode_all_selected" : {
  174. "background": "url(/x_component_cms_Module/$Main/default/icon/category_all_selected.png) no-repeat 20px 12px",
  175. "background-color" : "#398dee",
  176. "color" : "#fff"
  177. },
  178. "viewNaviNode_all_over" : {
  179. "background" : "url(/x_component_cms_Module/$Main/default/icon/category_all3.png) no-repeat 20px 12px",
  180. "background-color" : "#e4edf9",
  181. "color" : "#3587d7"
  182. },
  183. "viewNaviNode" : {
  184. "cursor" : "pointer",
  185. "color" : "#69aef1",
  186. "padding-left" : "60px",
  187. "height" : "30px",
  188. "line-height" : "30px",
  189. "font-family": "微软雅黑",
  190. "font-size": "14px",
  191. "background" : "url(/x_component_cms_Module/$Main/default/icon/category_view.png) no-repeat 30px 8px",
  192. "background-color": "#f1f8ff"
  193. },
  194. "viewNaviNode_selected" : {
  195. "background-color" : "#398dee",
  196. "color" : "#fff"
  197. },
  198. "viewNaviNode_over" : {
  199. "background-color" : "#e4edf9",
  200. "color" : "#69aef1"
  201. },
  202. "viewNaviSepartorNode" : {
  203. // "margin" : "0 auto",
  204. // "height" : "1px",
  205. // "width" : "180px",
  206. // "border-bottom" : "1px solid rgba(240, 242, 251, 1)"
  207. },
  208. "viewNaviBottom" : {
  209. // "width" : "200px",
  210. // "height" : "88px",
  211. // "position" : "absolute",
  212. // "bottom" : "88px",
  213. // "left" : "0px",
  214. // "background-image" : "url(/x_component_cms_Module/$Main/default/icon/titleBackground2.png)",
  215. // "background-position" : "-538px -508px"
  216. }
  217. }