css.wcss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  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/pic_o2shequ.png) no-repeat center 14px"
  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. "float" : "right"
  135. },
  136. "loginIconNode" : {
  137. "width": "24px",
  138. "height": "24px",
  139. "float": "left",
  140. "background": "url(../x_component_Forum/$Main/default/icon/user.png) no-repeat center center"
  141. },
  142. "loginTextNode" : {
  143. "height": "24px",
  144. "line-height" : "24px",
  145. "float": "left",
  146. "color" : "#fff",
  147. "font-size" : "16px",
  148. "font-weight" : "normal"
  149. },
  150. "settingNode" : {
  151. "float" : "right",
  152. "margin-top" : "18px",
  153. "margin-left" : "13px",
  154. "overflow" : "hidden",
  155. "cursor" : "pointer"
  156. },
  157. "settingIconNode" : {
  158. "float" : "right",
  159. "width": "24px",
  160. "height": "24px",
  161. "float": "left",
  162. "background": "url(../x_component_Forum/$Main/default/icon/settings.png) no-repeat center center"
  163. },
  164. "settingTextNode" : {
  165. "height": "24px",
  166. "line-height" : "24px",
  167. "float": "left",
  168. "color" : "#fff",
  169. "font-size" : "16px",
  170. "font-weight" : "normal"
  171. },
  172. "personNode" : {
  173. "margin-top" : "18px",
  174. "margin-left" : "13px",
  175. "overflow" : "hidden",
  176. "cursor" : "pointer"
  177. },
  178. "personIconNode" : {
  179. "width": "24px",
  180. "height": "24px",
  181. "float": "left",
  182. "background": "url(../x_component_Forum/$Main/default/icon/user.png) no-repeat center center"
  183. },
  184. "personTextNode" : {
  185. "height": "24px",
  186. "line-height" : "24px",
  187. "float": "left",
  188. "color" : "#fff",
  189. "font-size" : "16px",
  190. "font-weight" : "normal"
  191. }
  192. }