css.wcss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. {
  2. "topContainerNode" : {
  3. "background-color": "#3c76b7",
  4. "overflow" : "hidden"
  5. },
  6. "topNode": {
  7. "margin" : "0px auto",
  8. "width" : "1182px",
  9. "color" : "#333",
  10. "height": "60px",
  11. "background-color": "#3c75b7",
  12. "line-height": "60px",
  13. "font-size": "14px",
  14. "font-weight": "bold",
  15. "text-align": "left"
  16. },
  17. "topIconNode" : {
  18. "width": "200px",
  19. "height": "60px",
  20. "float": "left",
  21. "background": "url(/x_component_Forum/$Main/default/icon/bbs.png) no-repeat center center"
  22. },
  23. "topTextNode" : {
  24. "color" : "#fff",
  25. "padding-left" : "5px",
  26. "font-size": "20px",
  27. "float": "left",
  28. "overflow" : "hidden",
  29. "text-overflow" : "ellipsis",
  30. "white-space":"nowrap",
  31. "letter-spacing" : "4px"
  32. },
  33. "topContentNode" : {
  34. "float" : "right",
  35. "padding-right" : "5px"
  36. },
  37. "searchDiv" : {
  38. "overflow" : "hidden",
  39. "float" : "right",
  40. "margin-right" : "15px",
  41. "margin-top" : "18px",
  42. "border-radius" : "3px"
  43. },
  44. "searchInput" : {
  45. "padding-left" : "10px",
  46. "float" : "left",
  47. "height" : "24px",
  48. "line-height" : "24px",
  49. "width" : "320px",
  50. "border" : "0px",
  51. "color" : "#999",
  52. "background-color" : "#f5f5f5"
  53. },
  54. "searchInput_over" : {
  55. "background-color" : "#fff"
  56. },
  57. "searchAction" : {
  58. "padding-right" : "10px",
  59. "float" : "left",
  60. "height" : "26px",
  61. "line-height" : "26px",
  62. "background": "url(/x_component_Forum/$Main/default/icon/search-20.png) no-repeat center center",
  63. "width" : "26px",
  64. "background-color" : "#f5f5f5",
  65. "cursor" : "pointer"
  66. },
  67. "searchAction_over" : {
  68. "background": "url(/x_component_Forum/$Main/default/icon/search-20-over.png) no-repeat center center",
  69. "background-color" : "#fff"
  70. },
  71. "searchAction_over2" : {
  72. "background": "url(/x_component_Forum/$Main/default/icon/search-20-color.png) no-repeat center center",
  73. "background-color" : "#fff"
  74. },
  75. "topSepNode" : {
  76. "float" : "right",
  77. "margin-top" : "18px",
  78. "margin-left" : "13px",
  79. "overflow" : "hidden",
  80. "height": "24px",
  81. "line-height" : "24px",
  82. "float": "right",
  83. "color" : "#fff",
  84. "font-size" : "16px",
  85. "font-weight" : "normal"
  86. },
  87. "signupNode" : {
  88. "float" : "right",
  89. "margin-top" : "18px",
  90. "margin-left" : "13px",
  91. "overflow" : "hidden",
  92. "cursor" : "pointer"
  93. },
  94. "signupIconNode" : {
  95. "width": "24px",
  96. "height": "24px",
  97. "float": "left",
  98. "background": "url(/x_component_Forum/$Main/default/icon/signup.png) no-repeat center center"
  99. },
  100. "signupTextNode" : {
  101. "height": "24px",
  102. "line-height" : "24px",
  103. "float": "left",
  104. "color" : "#fff",
  105. "font-size" : "16px",
  106. "font-weight" : "normal"
  107. },
  108. "logoutNode" : {
  109. "margin-top" : "18px",
  110. "margin-left" : "13px",
  111. "overflow" : "hidden",
  112. "float" : "right",
  113. "cursor" : "pointer"
  114. },
  115. "logoutIconNode" : {
  116. "width": "24px",
  117. "height": "24px",
  118. "float": "left",
  119. "background": "url(/x_component_Forum/$Main/default/icon/logout.png) no-repeat center center"
  120. },
  121. "logoutTextNode" : {
  122. "height": "24px",
  123. "line-height" : "24px",
  124. "float": "left",
  125. "color" : "#fff",
  126. "font-size" : "16px",
  127. "font-weight" : "normal"
  128. },
  129. "loginNode" : {
  130. "margin-top" : "18px",
  131. "margin-left" : "13px",
  132. "overflow" : "hidden",
  133. "cursor" : "pointer"
  134. },
  135. "loginIconNode" : {
  136. "width": "24px",
  137. "height": "24px",
  138. "float": "left",
  139. "background": "url(/x_component_Forum/$Main/default/icon/user.png) no-repeat center center"
  140. },
  141. "loginTextNode" : {
  142. "height": "24px",
  143. "line-height" : "24px",
  144. "float": "left",
  145. "color" : "#fff",
  146. "font-size" : "16px",
  147. "font-weight" : "normal"
  148. },
  149. "settingNode" : {
  150. "float" : "right",
  151. "margin-top" : "18px",
  152. "margin-left" : "13px",
  153. "overflow" : "hidden",
  154. "cursor" : "pointer"
  155. },
  156. "settingIconNode" : {
  157. "float" : "right",
  158. "width": "24px",
  159. "height": "24px",
  160. "float": "left",
  161. "background": "url(/x_component_Forum/$Main/default/icon/settings.png) no-repeat center center"
  162. },
  163. "settingTextNode" : {
  164. "height": "24px",
  165. "line-height" : "24px",
  166. "float": "left",
  167. "color" : "#fff",
  168. "font-size" : "16px",
  169. "font-weight" : "normal"
  170. },
  171. "personNode" : {
  172. "margin-top" : "18px",
  173. "margin-left" : "13px",
  174. "overflow" : "hidden",
  175. "cursor" : "pointer"
  176. },
  177. "personIconNode" : {
  178. "width": "24px",
  179. "height": "24px",
  180. "float": "left",
  181. "background": "url(/x_component_Forum/$Main/default/icon/user.png) no-repeat center center"
  182. },
  183. "personTextNode" : {
  184. "height": "24px",
  185. "line-height" : "24px",
  186. "float": "left",
  187. "color" : "#fff",
  188. "font-size" : "16px",
  189. "font-weight" : "normal"
  190. }
  191. }