css.wcss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  1. {
  2. "node": {
  3. "position": "absolute",
  4. "border-radius": "8px",
  5. "background-color": "#f1f1f1",
  6. "box-shadow": "0px 0px 10px #cccccc",
  7. "width": "800px",
  8. "height": "520px",
  9. "-webkit-user-select": "none",
  10. "-moz-user-select": "none"
  11. },
  12. "titleAreaNode": {
  13. "background-color": "#3c75b7",
  14. "height": "60px",
  15. "line-height": "60px",
  16. "border-top-left-radius": "8px",
  17. "border-top-right-radius": "8px"
  18. },
  19. "backNode": {
  20. "height": "60px",
  21. "width": "80px",
  22. "display": "none",
  23. "background": "url("+"../x_component_Collect/$Main/default/icon/back.png) center center no-repeat",
  24. "cursor": "pointer",
  25. "float": "left"
  26. },
  27. "closeNode": {
  28. "height": "60px",
  29. "width": "80px",
  30. "background": "url("+"../x_component_Collect/$Main/default/icon/close.png) center center no-repeat",
  31. "cursor": "pointer",
  32. "float": "right"
  33. },
  34. "titleNode": {
  35. "background-color": "#3c75b7",
  36. "height": "60px",
  37. "line-height": "60px",
  38. "color": "#ffffff",
  39. "font-size": "24px",
  40. "text-align": "center",
  41. "margin": "0px 80px"
  42. },
  43. "contentNode": {
  44. "height": "440px",
  45. "display": "none"
  46. },
  47. "registerContentNode": {
  48. "height": "460px",
  49. "display": "none"
  50. },
  51. "statusConnectNode": {
  52. "height": "80px",
  53. "padding": "0px 20px",
  54. "margin": "10px auto 0px auto",
  55. "width": "660px",
  56. "overflow": "hidden"
  57. },
  58. "statusLoginNode": {
  59. "height": "80px",
  60. "padding": "0px 20px",
  61. "margin": "10px auto 0px auto",
  62. "width": "660px",
  63. "overflow": "hidden"
  64. },
  65. "statusConnectIconsNode": {
  66. "width": "228px",
  67. "height": "80px",
  68. "float": "left"
  69. },
  70. "statusConnectIconCenterNode": {
  71. "width": "64px",
  72. "height": "80px",
  73. "background": "url("+"../x_component_Collect/$Main/default/icon/centerServer64.png) center center no-repeat",
  74. "float": "left"
  75. },
  76. "statusConnectIconConnectNode": {
  77. "width": "100px",
  78. "height": "80px",
  79. "background": "url("+"../x_component_Collect/$Main/default/icon/connect.png) center center no-repeat",
  80. "float": "left"
  81. },
  82. "statusConnectIconConnectedNode": {
  83. "width": "100px",
  84. "height": "80px",
  85. "background": "url("+"../x_component_Collect/$Main/default/icon/connected.png) center center no-repeat",
  86. "float": "left"
  87. },
  88. "statusConnectIconDisconnectNode": {
  89. "width": "100px",
  90. "height": "80px",
  91. "background": "url("+"../x_component_Collect/$Main/default/icon/disconnect.png) center center no-repeat",
  92. "float": "left"
  93. },
  94. "statusConnectIconCollectNode": {
  95. "width": "64px",
  96. "height": "80px",
  97. "background": "url("+"../x_component_Collect/$Main/default/icon/o2Server64.png) center center no-repeat",
  98. "float": "left"
  99. },
  100. "statusConnectTextNode": {
  101. "margin-left": "230px",
  102. "padding-left": "30px",
  103. "height": "80px",
  104. "line-height": "80px",
  105. "color": "#666666",
  106. "font-size": "20px"
  107. },
  108. "statusLoginIconsNode": {
  109. "width": "228px",
  110. "height": "80px",
  111. "float": "left"
  112. },
  113. "statusLoginIconCenterNode": {
  114. "width": "64px",
  115. "height": "80px",
  116. "background": "url("+"../x_component_Collect/$Main/default/icon/centerServer64.png) center center no-repeat",
  117. "float": "left"
  118. },
  119. "statusLoginIconConnectNode": {
  120. "width": "100px",
  121. "height": "80px",
  122. "background": "url("+"../x_component_Collect/$Main/default/icon/connect.png) center center no-repeat",
  123. "float": "left"
  124. },
  125. "statusLoginIconConnectedNode": {
  126. "width": "100px",
  127. "height": "80px",
  128. "background": "url("+"../x_component_Collect/$Main/default/icon/connected.png) center center no-repeat",
  129. "float": "left"
  130. },
  131. "statusLoginIconDisconnectNode": {
  132. "width": "100px",
  133. "height": "80px",
  134. "background": "url("+"../x_component_Collect/$Main/default/icon/disconnect.png) center center no-repeat",
  135. "float": "left"
  136. },
  137. "statusLoginIconCollectNode": {
  138. "width": "64px",
  139. "height": "80px",
  140. "background": "url("+"../x_component_Collect/$Main/default/icon/o2ServerLogin64.png) center center no-repeat",
  141. "float": "left"
  142. },
  143. "statusLoginTextNode": {
  144. "margin-left": "230px",
  145. "padding-left": "30px",
  146. "height": "80px",
  147. "line-height": "80px",
  148. "color": "#666666",
  149. "font-size": "20px"
  150. },
  151. "recheckActionNode": {
  152. "float": "right",
  153. "margin-top": "20px",
  154. "margin-right": "10px",
  155. "height": "40px",
  156. "width": "100px",
  157. "border-radius": "5px",
  158. "background-color": "#3498db",
  159. "line-height": "40px",
  160. "text-align": "center",
  161. "cursor": "pointer",
  162. "color": "#FFF"
  163. },
  164. "actionsNode": {
  165. "margin": "10px 40px",
  166. "padding": "20px",
  167. "overflow": "hidden"
  168. },
  169. "loginInfor": {
  170. "line-height": "50px",
  171. "color": "#666666",
  172. "font-size": "20px",
  173. "float": "left"
  174. },
  175. "inforAction": {
  176. "float": "left",
  177. "margin-left": "10px",
  178. "margin-top": "7px",
  179. "height": "34px",
  180. "width": "120px",
  181. "border-radius": "5px",
  182. "background-color": "#3498db",
  183. "line-height": "34px",
  184. "text-align": "center",
  185. "cursor": "pointer",
  186. "color": "#FFF"
  187. },
  188. "notLoginInfor": {
  189. "line-height": "50px",
  190. "color": "#666666",
  191. "font-size": "20px",
  192. "float": "left"
  193. },
  194. "disconnectInfor": {
  195. "line-height": "30px",
  196. "color": "#666666",
  197. "font-size": "16px",
  198. "float": "left",
  199. "color": "#3c75b7"
  200. },
  201. "loginUsernameNode": {
  202. "height": "40px",
  203. "width": "400px",
  204. "border": "1px solid #CCC",
  205. "border-radius": "5px",
  206. "background-color": "#ffffff",
  207. "margin": "60px auto 0px auto"
  208. },
  209. "loginUsernameNode_over": {
  210. "border": "1px solid #3c75b7"
  211. },
  212. "loginUsernameNode_error": {
  213. "border": "1px solid #ff5c42"
  214. },
  215. "loginPasswordNode": {
  216. "height": "40px",
  217. "width": "400px",
  218. "border": "1px solid #CCC",
  219. "border-radius": "5px",
  220. "background-color": "#ffffff",
  221. "margin": "0px auto"
  222. },
  223. "loginPasswordNode_over": {
  224. "border": "1px solid #3c75b7"
  225. },
  226. "loginPasswordNode_error": {
  227. "border": "1px solid #ff5c42"
  228. },
  229. "loginActionNode": {
  230. "height": "40px",
  231. "width": "400px",
  232. "border-radius": "5px",
  233. "background-color": "#3498db",
  234. "line-height": "40px",
  235. "text-align": "center",
  236. "cursor": "pointer",
  237. "font-size": "16px",
  238. "color": "#FFF",
  239. "margin": "0px auto 5px auto"
  240. },
  241. "loginUsernameIconNode": {
  242. "width": "60px",
  243. "height": "40px",
  244. "background": "url("+"../x_component_Collect/$Main/default/icon/icon_username.png) center center no-repeat",
  245. "float": "left"
  246. },
  247. "registerNewNameIconNode": {
  248. "width": "60px",
  249. "height": "40px",
  250. "background": "url("+"../x_component_Collect/$Main/default/icon/icon_username.png) center center no-repeat",
  251. "float": "left"
  252. },
  253. "loginPasswordIconNode": {
  254. "width": "60px",
  255. "height": "40px",
  256. "background": "url("+"../x_component_Collect/$Main/default/icon/icon_password_or.png) center center no-repeat",
  257. "float": "left"
  258. },
  259. "registerSecretIconNode": {
  260. "width": "60px",
  261. "height": "40px",
  262. "background": "url("+"../x_component_Collect/$Main/default/icon/icon_password_or.png) center center no-repeat",
  263. "float": "left"
  264. },
  265. "registerKeyIconNode": {
  266. "width": "60px",
  267. "height": "40px",
  268. "background": "url("+"../x_component_Collect/$Main/default/icon/icon_password_or.png) center center no-repeat",
  269. "float": "left"
  270. },
  271. "loginInputAreaNode": {
  272. "margin-left": "60px",
  273. "height": "40px"
  274. },
  275. "loginInputNode": {
  276. "border": "0px solid",
  277. "width": "98%",
  278. "height": "38px",
  279. "color": "#999999",
  280. "line-height": "38px",
  281. "font-size": "18px",
  282. "-webkit-user-select": "text",
  283. "-moz-user-select": "text"
  284. },
  285. "loginOtherActionNode": {
  286. "height": "40px",
  287. "width": "400px",
  288. "margin": "5px auto 5px auto"
  289. },
  290. "loginRegisterActionNode": {
  291. "display": "block",
  292. "float": "left",
  293. "cursor": "pointer",
  294. "color": "#3c75b7"
  295. },
  296. "loginRegisterActionNode_over": {
  297. "color": "#ff5c42"
  298. },
  299. "loginForgetActionNode": {
  300. "display": "block",
  301. "float": "right",
  302. "cursor": "pointer",
  303. "color": "#3c75b7"
  304. },
  305. "loginForgetActionNode_over": {
  306. "color": "#ff5c42"
  307. },
  308. "loginErrorNode": {
  309. "color": "#ff5c42",
  310. "height": "30px",
  311. "width": "390px",
  312. "font-size": "16px",
  313. "margin": "5px auto"
  314. },
  315. "registerAreaNode": {
  316. "height": "40px",
  317. "width": "440px",
  318. "border": "1px solid #CCC",
  319. "border-radius": "5px",
  320. "background-color": "#ffffff",
  321. "margin": "0px auto 0px auto"
  322. },
  323. "registerAreaNode_over": {
  324. "border": "1px solid #3c75b7"
  325. },
  326. "registerAreaNode_error": {
  327. "border": "1px solid #ff5c42"
  328. },
  329. "registerAreaNode_normal": {
  330. "border": "1px solid #cccccc",
  331. },
  332. "registerUsernameIconNode": {
  333. "width": "60px",
  334. "height": "40px",
  335. "background": "url("+"../x_component_Collect/$Main/default/icon/icon_username.png) center center no-repeat",
  336. "float": "left"
  337. },
  338. "registerPasswordIconNode": {
  339. "width": "60px",
  340. "height": "40px",
  341. "background": "url("+"../x_component_Collect/$Main/default/icon/icon_password_or.png) center center no-repeat",
  342. "float": "left"
  343. },
  344. "registerMobileIconNode": {
  345. "width": "60px",
  346. "height": "40px",
  347. "background": "url("+"../x_component_Collect/$Main/default/icon/icon_phone.png) center center no-repeat",
  348. "float": "left"
  349. },
  350. "registerMailIconNode": {
  351. "width": "60px",
  352. "height": "40px",
  353. "background": "url("+"../x_component_Collect/$Main/default/icon/icon_mail.png) center center no-repeat",
  354. "float": "left"
  355. },
  356. "registerCodeIconNode": {
  357. "width": "60px",
  358. "height": "40px",
  359. "background": "url("+"../x_component_Collect/$Main/default/icon/icon_verify_code.png) center center no-repeat",
  360. "float": "left"
  361. },
  362. "registerCheckIconNode": {
  363. "width": "40px",
  364. "height": "40px",
  365. "float": "right"
  366. },
  367. "registerInputAreaNode": {
  368. "margin-left": "60px",
  369. "margin-right": "40px",
  370. "overflow": "hidden",
  371. "height": "40px"
  372. },
  373. "registerInputNode": {
  374. "border": "0px solid",
  375. "width": "98%",
  376. "height": "38px",
  377. "color": "#999999",
  378. "line-height": "38px",
  379. "font-size": "18px",
  380. "-webkit-user-select": "text",
  381. "-moz-user-select": "text"
  382. },
  383. "registerErrorNode": {
  384. "color": "#ff5c42",
  385. "height": "20px",
  386. "width": "430px",
  387. "font-size": "14px",
  388. "margin": "5px auto"
  389. },
  390. "registerActionNode": {
  391. "height": "40px",
  392. "width": "440px",
  393. "border-radius": "5px",
  394. "background-color": "#3498db",
  395. "line-height": "40px",
  396. "text-align": "center",
  397. "cursor": "pointer",
  398. "font-size": "16px",
  399. "color": "#FFF",
  400. "margin": "0px auto 5px auto"
  401. },
  402. "registerCodeAreaNode": {
  403. "height": "72px",
  404. "width": "440px",
  405. "overflow": "hidden",
  406. "margin": "0px auto 0px auto"
  407. },
  408. "registerGetCodeAtionNode": {
  409. "height": "40px",
  410. "width": "140px",
  411. "border-radius": "5px",
  412. "background-color": "#3498db",
  413. "line-height": "40px",
  414. "text-align": "center",
  415. "cursor": "pointer",
  416. "font-size": "14px",
  417. "color": "#FFF",
  418. "float": "right"
  419. },
  420. "registerGetCodeAtionNode_next": {
  421. "background-color": "#999999",
  422. "color": "#FFF"
  423. }
  424. }