css.wcss 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. {
  2. "titleBar": {
  3. "overflow": "hidden",
  4. "height": "60px",
  5. "background":"url(/x_component_cms_Index/$Main/default/icon/titleBackground.png) center center repeat-x"
  6. },
  7. "createDocumentAction": {
  8. "width": "80px",
  9. "height": "60px",
  10. "background": "url(/x_component_cms_Index/$Main/default/icon/createDocument.png) center center no-repeat",
  11. "float": "left",
  12. "border-right": "1px solid #FFF",
  13. "cursor": "pointer"
  14. },
  15. "titleTextNode": {
  16. "padding-left": "20px",
  17. "color": "#3587d7",
  18. "font-size": "20px",
  19. "line-height": "60px",
  20. "font-weight": "bold",
  21. "width": "160px",
  22. "float": "left",
  23. "text-shadow": "0px 0px 3px #fff"
  24. },
  25. "searchBarAreaNode": {
  26. "margin": "0px 20px 0px 20px",
  27. "height": "60px",
  28. "overflow": "hidden",
  29. "float" : "right",
  30. "width" : "700px"
  31. },
  32. "searchBarNode": {
  33. "width": "70%",
  34. "max-width": "500px",
  35. "height": "30px",
  36. "background-color": "#FFF",
  37. "border": "0px solid #999",
  38. "border-radius":"12px",
  39. "margin-top": "15px",
  40. "float": "right"
  41. },
  42. "searchBarActionNode": {
  43. "width": "40px",
  44. "height": "30px",
  45. "background": "url("+"/x_component_cms_Index/$Main/default/icon/search.png) center center no-repeat",
  46. "float": "right",
  47. "cursor": "pointer"
  48. },
  49. "searchBarResetActionNode": {
  50. "width": "40px",
  51. "height": "30px",
  52. "background": "url("+"/x_component_cms_Index/$Main/default/icon/reset.png) center center no-repeat",
  53. "float": "right",
  54. "cursor": "pointer"
  55. },
  56. "searchBarInputBoxNode": {
  57. "height": "30px",
  58. "line-height": "30px",
  59. "margin-left": "10px",
  60. "margin-right": "50px"
  61. },
  62. "searchBarInputNode": {
  63. "width": "100%",
  64. "height": "24px",
  65. "border": "0px",
  66. "color": "#666"
  67. },
  68. "refreshAreaNode": {
  69. "float": "right",
  70. "margin": "0px 40px 0px 0px",
  71. "width" : "40px",
  72. "overflow": "hidden"
  73. },
  74. "refreshActionNode": {
  75. "width": "40px",
  76. "height": "60px",
  77. "line-height": "60px",
  78. "background": "url(/x_component_cms_Index/$Main/default/icon/refresh.png) center center no-repeat",
  79. "cursor": "pointer"
  80. },
  81. "contentContainerNode" : {
  82. "background-color": "#FFF",
  83. "height" : "100%",
  84. "overflow": "hidden"
  85. },
  86. "contentNode" : {
  87. "-webkit-user-select": "none",
  88. "-moz-user-select": "none"
  89. },
  90. "columnItemNode" : {
  91. "width": "350px",
  92. "float": "left",
  93. "height" : "350px",
  94. "border": "1px solid #e8e8e8",
  95. "box-shadow": "0px 0px 0px #BBB",
  96. "margin-left": "20px",
  97. "margin-top": "20px",
  98. "position" : "relative"
  99. },
  100. "columnItemTopNode": {
  101. "overflow": "hidden",
  102. "background-color": "#FFF",
  103. "cursor" : "pointer"
  104. },
  105. "columnItemNode_select": {
  106. //"border": "1px solid #e97070",
  107. //"box-shadow": "0px 0px 10px #e97070"
  108. },
  109. // "columnItemNewNode": {
  110. // "width": "47px",
  111. // "height": "47px",
  112. // "position": "relative",
  113. // "top": "-80px",
  114. // "background": "url(/x_component_cms_Index/$Main/default/icon/new.png) no-repeat right"
  115. // },
  116. "columnItemIconAreaNode" : {
  117. "float": "left",
  118. "padding-top" :"8px",
  119. "padding-left" : "8px"
  120. },
  121. "columnItemIconNode": {
  122. "width": "64px",
  123. "height": "64px",
  124. "border-bottom-left-radius": "10px",
  125. "border-bottom-right-radius": "10px",
  126. "border-top-left-radius": "10px",
  127. "border-top-right-radius": "10px"
  128. },
  129. "columnItemTextNode": {
  130. "margin-left": "80px",
  131. "margin-right": "5px",
  132. "height": "80px"
  133. },
  134. "columnItemTitleNode": {
  135. "height": "30px",
  136. "color": "#333333",
  137. "line-height": "40px",
  138. "font-family": "微软雅黑",
  139. "font-size": "18px"
  140. },
  141. "columnItemDescriptionNode" : {
  142. "margin-top" : "10px",
  143. "height": "50px",
  144. "color": "#666",
  145. "line-height": "20px",
  146. "font-family": "微软雅黑",
  147. "font-size": "12px"
  148. },
  149. "categoryContainer" : {
  150. "border-bottom" : "1px solid #e8e8e8",
  151. "height" :"40px",
  152. "overflow" : "hidden"
  153. },
  154. "categoryArrowNode" : {
  155. "width": "20px",
  156. "height": "40px",
  157. "line-height" : "40px",
  158. "cursor" : "pointer",
  159. "background":"url(/x_component_cms_Index/$Main/default/icon/down.png) center center no-repeat",
  160. "float" : "right",
  161. "background-color" : "#fff"
  162. },
  163. "categoryArrowNode_over" : {
  164. "background":"url(/x_component_cms_Index/$Main/default/icon/down.png) center center no-repeat",
  165. "background-color" : "#eee"
  166. },
  167. "categoryArrowNode_down" : {
  168. "background":"url(/x_component_cms_Index/$Main/default/icon/up.png) center center no-repeat",
  169. "background-color" : "#fff"
  170. },
  171. "categoryArrowNode_down_over" : {
  172. "background":"url(/x_component_cms_Index/$Main/default/icon/up.png) center center no-repeat",
  173. "float" : "right",
  174. "background-color" : "#eee"
  175. },
  176. "categoryList" : {
  177. "width": "322px",
  178. "padding-left":"5px",
  179. "float" : "left",
  180. "position" : "static",
  181. "border":"0"
  182. },
  183. "categoryList_all" : {
  184. "width": "322px",
  185. "position" : "absolute",
  186. "border" : "1px solid #eee",
  187. "background-color" : "#fff"
  188. },
  189. "categoryItem" : {
  190. "float" : "left",
  191. "cursor" : "pointer",
  192. "margin-right" : "5px",
  193. "margin-top" : "7px",
  194. "margin-bottom" : "7px",
  195. "padding-left" : "5px",
  196. "padding-right" : "5px",
  197. "height": "25px",
  198. "line-height": "25px",
  199. "color": "#666",
  200. "font-family": "微软雅黑",
  201. "font-size": "12px",
  202. "background-color" : "#FFF",
  203. "border" : "1px solid #e2e2e2",
  204. "border-radius": "3px"
  205. },
  206. "categoryItem_over" : {
  207. "border" : "1px solid #98b7d5",
  208. "color": "#98b7d5"
  209. //"background-color" : "#ebf4fe"
  210. },
  211. "documentList" : {
  212. },
  213. "documentItem" : {
  214. "height": "25px",
  215. "line-height" : "25px",
  216. "font-family": "微软雅黑",
  217. "font-size": "14px",
  218. "color": "#666",
  219. "padding-left" : "5px",
  220. "border-bottom" : "1p solid #e2e2e2",
  221. "cursor" : "pointer",
  222. "text-overflow" : "ellipsis",
  223. "overflow":"hidden",
  224. "white-space":"nowrap"
  225. },
  226. "documentItem_over" : {
  227. "color": "#98b7d5"
  228. },
  229. "moreArea" : {
  230. "position" : "absolute",
  231. "bottom" : "0px",
  232. "height": "35px",
  233. "line-height" : "35px",
  234. "border-top" : "1p solid #e2e2e2",
  235. "width" :"99%",
  236. "padding-left" : "5px"
  237. },
  238. "moreLink" : {
  239. "display" : "inline",
  240. "line-height" : "21px",
  241. "font-family": "微软雅黑",
  242. "font-size": "14px",
  243. "color" : "#666",
  244. "border-bottom" : "1px solid #bdbdbd",
  245. "cursor" : "pointer"
  246. },
  247. "moreLink_over" : {
  248. "border-bottom" : "1px solid #98b7d5",
  249. "color": "#98b7d5"
  250. },
  251. "rightContentNode": {
  252. "height": "100%",
  253. "margin-left": "200px",
  254. "overflow": "hidden",
  255. "opacity": 1
  256. }
  257. }