css.wcss 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901
  1. {
  2. "titleBar": {
  3. "overflow": "hidden",
  4. "height": "50px",
  5. "background-color": "#4c6b87"
  6. },
  7. "titleTextNode": {
  8. "padding-left": "20px",
  9. "color": "#FFF",
  10. "font-size": "18px",
  11. "line-height": "50px",
  12. "font-weight": "bold",
  13. "width": "160px",
  14. "float": "left"
  15. },
  16. "tabAreaNode": {
  17. "overflow": "auto",
  18. "height": "100%"
  19. },
  20. "serverNaviAreaNode": {
  21. "float": "left",
  22. "width": "180px",
  23. //"margin-top": "1%",
  24. "height": "100%",
  25. "background-color": "#4c6b87"
  26. },
  27. "serverNaviNode": {
  28. "overflow": "hidden",
  29. "margin-top": "40px"
  30. },
  31. "serverContentAreaNode":{
  32. "background-color": "#eee",
  33. "margin-left": "180px",
  34. "overflow": "auto",
  35. // "border-top-left-radius": "10px",
  36. "height": "100%"
  37. },
  38. "naviItemNode": {
  39. "cursor": "pointer",
  40. "height": "40px",
  41. "border-top-left-radius": "20px",
  42. "border-bottom-left-radius": "20px",
  43. "margin": "0px 0px 0px 20px",
  44. "border-bottom": "1px solid #CCC",
  45. "background-color": "#4c6b87",
  46. "background-repeat": "no-repeat",
  47. "background-position": "8px center",
  48. "color": "#FFF",
  49. "line-height": "40px",
  50. "overflow": "hidden",
  51. "font-size": "14px",
  52. "padding": "0px 0px 0px 40px"
  53. },
  54. "naviItemNode_current": {
  55. "background-color": "#EEE",
  56. "border-bottom": "1px solid #EEE",
  57. "color": "#4c6b87"
  58. },
  59. "applicationServerContent": {
  60. "overflow": "hidden",
  61. "margin": "auto"
  62. },
  63. "applicationServerCreateAction": {
  64. "cursor": "pointer",
  65. "height": "77px",
  66. "width": "77px",
  67. "float": "left",
  68. "margin-left": "20px",
  69. "margin-top": "20px",
  70. "background-color": "#FFF",
  71. "border-radius": "10px",
  72. "box-shadow": "0px 0px 0px #CCC",
  73. "border": "3px solid #C3C3C3",
  74. "background-repeat": "no-repeat",
  75. "background-position": "center center",
  76. "background-image": "url(/x_component_Setting/$Main/default/icon/add.png)"
  77. },
  78. "applicationServerCreateAction_over": {
  79. "background-image": "url(/x_component_Setting/$Main/default/icon/add_over.png)",
  80. "border": "3px solid #3498db",
  81. "box-shadow": "0px 0px 5px #666"
  82. },
  83. "applicationServerNode": {
  84. "height": "80px",
  85. "float": "left",
  86. "width": "320px",
  87. "margin-left": "20px",
  88. "margin-top": "20px",
  89. "border": "1px solid #999",
  90. "cursor": "pointer",
  91. "background-color": "#FFF"
  92. },
  93. "applicationServerIconNode": {
  94. "height": "80px",
  95. "width": "80px",
  96. "margin-bottom": "10px",
  97. "border-radius": "10px",
  98. "box-shadow": "0px 0px 0px #CCC",
  99. "float": "left",
  100. "background-repeat": "no-repeat",
  101. "background-position": "center center",
  102. "background-image": "url(/x_component_Setting/$Main/default/icon/server.png)"
  103. },
  104. "applicationServerStatusNode": {
  105. "width": "5px",
  106. "height": "80px",
  107. "float": "right"
  108. },
  109. "applicationServerTextNode": {
  110. "height": "80px",
  111. "margin-left": "88px",
  112. "margin-right": "8px",
  113. "overflow": "hidden"
  114. },
  115. "applicationServerNameNode": {
  116. "height": "26px",
  117. "font-size": "14px",
  118. "font-weight": "bold",
  119. "line-height": "26px"
  120. },
  121. "applicationServerHostNode": {
  122. "height": "20px",
  123. "width": "100px",
  124. "float": "left",
  125. "font-size": "12px",
  126. "line-height": "20px",
  127. "color": "#333"
  128. },
  129. "applicationServerAdminNode": {
  130. "height": "20px",
  131. "width": "100px",
  132. "float": "right",
  133. "margin-right": "10px",
  134. "font-size": "12px",
  135. "line-height": "20px",
  136. "text-align": "right",
  137. "color": "#333"
  138. },
  139. "applicationServerMessageNode": {
  140. "height": "34px",
  141. "font-size": "12px",
  142. "line-height": "17px",
  143. "clear": "both",
  144. "color": "#666"
  145. },
  146. "applicationServerDocumentNode": {
  147. "background-color": "#FFF",
  148. "position": "absolute"
  149. },
  150. "centerServerDocumentNode": {
  151. "height": "100%",
  152. "overflow": "auto"
  153. },
  154. "applicationServerDocumentActionNode": {
  155. "height": "50px",
  156. "overflow": "hidden",
  157. "background-color": "#EEE",
  158. "border-bottom": "1px solid #CCC"
  159. },
  160. "applicationServerDocumentSaveNode": {
  161. "height": "50px",
  162. "width": "40px",
  163. "float": "left",
  164. "margin-left": "10px",
  165. "cursor": "pointer",
  166. "background": "url(/x_component_Setting/$Main/default/icon/save.png) no-repeat center center"
  167. },
  168. "applicationServerDocumentSaveNode_over": {
  169. "background": "url(/x_component_Setting/$Main/default/icon/save_over.png) no-repeat center center"
  170. },
  171. "applicationServerDocumentSaveNode_down": {
  172. "background": "url(/x_component_Setting/$Main/default/icon/save_down.png) no-repeat center center"
  173. },
  174. "applicationServerDocumentDeleteNode": {
  175. "height": "50px",
  176. "width": "40px",
  177. "float": "left",
  178. "cursor": "pointer",
  179. "background": "url(/x_component_Setting/$Main/default/icon/delete.png) no-repeat center center"
  180. },
  181. "applicationServerDocumentDeleteNode_over": {
  182. "background": "url(/x_component_Setting/$Main/default/icon/delete_over.png) no-repeat center center"
  183. },
  184. "applicationServerDocumentDeleteNode_down": {
  185. "background": "url(/x_component_Setting/$Main/default/icon/delete_down.png) no-repeat center center"
  186. },
  187. "applicationServerDocumentCloseNode": {
  188. "height": "50px",
  189. "width": "40px",
  190. "float": "right",
  191. "margin-right": "10px",
  192. "cursor": "pointer",
  193. "background": "url(/x_component_Setting/$Main/default/icon/close.png) no-repeat center center"
  194. },
  195. "applicationServerDocumentCloseNode_over": {
  196. "background": "url(/x_component_Setting/$Main/default/icon/close_over.png) no-repeat center center"
  197. },
  198. "applicationServerDocumentCloseNode_down": {
  199. "background": "url(/x_component_Setting/$Main/default/icon/close_down.png) no-repeat center center"
  200. },
  201. "applicationServerDocumentDeployNode": {
  202. "height": "50px",
  203. "width": "40px",
  204. "float": "left",
  205. "margin-left": "20px",
  206. "cursor": "pointer",
  207. "background": "url(/x_component_Setting/$Main/default/icon/deploy.png) no-repeat center center"
  208. },
  209. "applicationServerDocumentDeployNode_over": {
  210. "background": "url(/x_component_Setting/$Main/default/icon/deploy_over.png) no-repeat center center"
  211. },
  212. "applicationServerDocumentDeployNode_down": {
  213. "background": "url(/x_component_Setting/$Main/default/icon/deploy_down.png) no-repeat center center"
  214. },
  215. "applicationServerDocumentInforAreaNode": {
  216. "overflow": "hidden"
  217. },
  218. "applicationServerDocumentInforNode": {
  219. "overflow": "auto",
  220. //"margin": "auto",
  221. "float": "left",
  222. "background-color": "#EEE",
  223. "width": "30%",
  224. "min-width": "200px",
  225. "font-size": "14px"
  226. },
  227. "dataServerDocumentInforNode": {
  228. "overflow": "auto",
  229. //"margin": "auto",
  230. //"float": "left",
  231. "background-color": "#EEE",
  232. "font-size": "14px"
  233. },
  234. "applicationServerDocumentTdNode": {
  235. "font-weight": "bold"
  236. },
  237. "applicationServerDocumentInputNode": {
  238. "width": "98%",
  239. "height": "24px",
  240. "line-height": "24px",
  241. "border": "2px solid #CCC"
  242. },
  243. "applicationServerDocumentTextareasNode": {
  244. "width": "98%",
  245. "height": "50px",
  246. "line-height": "24px",
  247. "border": "2px solid #CCC",
  248. "overflow": "auto"
  249. },
  250. "applicationServerDocumentApplicationAreaNode": {
  251. "overflow": "auto"
  252. },
  253. "applicationServerDocumentApplicationNode": {
  254. "margin": "10px",
  255. "font-size": "14px",
  256. "overflow": "hidden"
  257. },
  258. "applicationServerDocumentApplicationDeployedNode": {
  259. "height": "20px",
  260. "width": "20px",
  261. "background": "url(/x_component_Setting/$Main/default/icon/deployed.png) no-repeat center center"
  262. },
  263. "applicationServerDocumentApplicationReadyDeployNode":{
  264. "height": "20px",
  265. "width": "20px",
  266. "background": "url(/x_component_Setting/$Main/default/icon/readyDeploy.png) no-repeat center center"
  267. },
  268. "applicationServerDocumentApplicationReadyDeleteNode":{
  269. "height": "20px",
  270. "width": "20px",
  271. "background": "url(/x_component_Setting/$Main/default/icon/readyDelete.png) no-repeat center center"
  272. },
  273. "applicationServerDocumentApplicationNotDepolyNode": {
  274. "height": "20px",
  275. "width": "20px"
  276. },
  277. "applicationsContent": {
  278. "overflow": "hidden"
  279. },
  280. "applicationNode": {
  281. "margin": "20px",
  282. "overflow": "hidden",
  283. "background-color": "#CCC"
  284. },
  285. "applicationNameNode": {
  286. "height": "40px"
  287. },
  288. "applicationNameIconNode": {
  289. "height": "40px",
  290. "width": "40px",
  291. "float": "left",
  292. "background": "url(/x_component_Setting/$Main/default/icon/app_current.png) no-repeat center center"
  293. },
  294. "dataNameIconNode": {
  295. "height": "40px",
  296. "width": "40px",
  297. "float": "left",
  298. "background": "url(/x_component_Setting/$Main/default/icon/data_current.png) no-repeat center center"
  299. },
  300. "storageNameIconNode": {
  301. "height": "40px",
  302. "width": "40px",
  303. "float": "left",
  304. "background": "url(/x_component_Setting/$Main/default/icon/storage_current.png) no-repeat center center"
  305. },
  306. "storageNameAddNode": {
  307. "height": "40px",
  308. "width": "60px",
  309. "float": "right",
  310. "text-align": "center",
  311. "line-height": "40px",
  312. "cursor": "pointer",
  313. "color": "#0000FF"
  314. },
  315. "applicationNameTextNode": {
  316. "margin-left": "40px",
  317. "margin-right": "60px",
  318. "height": "40px",
  319. "line-height": "40px",
  320. "font-size": "14px",
  321. "font-weight": "bold",
  322. "color": "#333"
  323. },
  324. "applicationServerListNode": {
  325. //"height": "120px",
  326. "overflow": "hidden",
  327. "padding": "0px 0px 10px 0px"
  328. },
  329. "applicationInServerNode": {
  330. "overflow": "hidden",
  331. "margin": "5px 10px 0px 10px",
  332. "background-color": "#EEE"
  333. },
  334. "applicationInServerTableNode": {
  335. "height": "40px"
  336. },
  337. "applicationInServerJsonNode": {
  338. "overflow": "hidden",
  339. "display": "none",
  340. "border-top": "1px solid #CCC",
  341. "border-bottom": "1px solid #CCC",
  342. "-webkit-user-select": "text",
  343. "-moz-user-select": "text",
  344. "padding": "5px 10px"
  345. },
  346. "applicationInServerJsonButtonNode": {
  347. "height": "12px",
  348. "border-top": "0px solid #CCC",
  349. "cursor": "pointer",
  350. "background": "url(/x_component_Setting/$Main/default/icon/down.png) no-repeat center center"
  351. },
  352. "applicationInServerIconNode": {
  353. "height": "40px",
  354. "width": "40px",
  355. "background": "url(/x_component_Setting/$Main/default/icon/server24.png) no-repeat center center"
  356. },
  357. "applicationInServerEditNode": {
  358. "height": "40px",
  359. "width": "40px",
  360. "cursor": "pointer",
  361. "background": "url(/x_component_Setting/$Main/default/icon/edit.png) no-repeat center center"
  362. },
  363. "applicationInServerSaveNode": {
  364. "background": "url(/x_component_Setting/$Main/default/icon/saveWeight.png) no-repeat center center"
  365. },
  366. "applicationInServerWeightInputNode": {
  367. "border": "1px solid #BBB",
  368. "width": "78px"
  369. },
  370. "dataInServerDataJsonNode": {
  371. "width": "50%",
  372. "float": "left",
  373. "overflow": "hidden"
  374. },
  375. "dataInServerMappingJsonNode": {
  376. "width": "50%",
  377. "float": "right",
  378. "overflow": "hidden"
  379. },
  380. "mobileCheckInforNode": {
  381. "width": "80%",
  382. "margin": "20px auto",
  383. "height": "160px",
  384. "font-size": "18px",
  385. "color": "#666"
  386. },
  387. "mobileCheckActionNode": {
  388. "width": "80%",
  389. "margin": "20px auto",
  390. "height": "60px",
  391. "font-size": "18px",
  392. "border-top": "1px solid #999",
  393. "color": "#666"
  394. },
  395. "mobileCenterOnlineNode": {
  396. "margin": "auto",
  397. "height": "70px",
  398. "overflow": "hidden"
  399. },
  400. "mobileCenterIconNode": {
  401. "float": "left",
  402. "width": "80px",
  403. "height": "70px",
  404. "background": "url(/x_component_Setting/$Main/default/mobile/center.png) no-repeat center center"
  405. },
  406. "mobileCenterOnlineLineNode": {
  407. "float": "left",
  408. "width": "80px",
  409. "height": "70px",
  410. "background": "url(/x_component_Setting/$Main/default/mobile/line.png) no-repeat center center"
  411. },
  412. "mobileServer1IconNode": {
  413. "float": "left",
  414. "width": "80px",
  415. "height": "70px",
  416. "background": "url(/x_component_Setting/$Main/default/mobile/server.png) no-repeat center center"
  417. },
  418. "mobileCenterOnlineTextNode": {
  419. "margin": "0px 106px 0px 250px",
  420. "line-height": "70px",
  421. "hieght": "70px"
  422. },
  423. "mobileCenterOnlineStatusNode":{
  424. "float": "right",
  425. "width": "70px",
  426. "height": "70px",
  427. "line-height": "70px",
  428. "background": "url(/x_component_Setting/$Main/default/mobile/failure.png) no-repeat left center",
  429. "padding-left": "36px"
  430. },
  431. "mobileComputerOnlineNode": {
  432. "height": "70px",
  433. "margin": "20px auto",
  434. "overflow": "hidden"
  435. },
  436. "mobileComputerIconNode": {
  437. "float": "left",
  438. "width": "80px",
  439. "height": "70px",
  440. "background": "url(/x_component_Setting/$Main/default/mobile/computer.png) no-repeat center center"
  441. },
  442. "mobileComputerOnlineLineNode": {
  443. "float": "left",
  444. "width": "80px",
  445. "height": "70px",
  446. "background": "url(/x_component_Setting/$Main/default/mobile/line.png) no-repeat center center"
  447. },
  448. "mobileServer2IconNode": {
  449. "float": "left",
  450. "width": "80px",
  451. "height": "70px",
  452. "background": "url(/x_component_Setting/$Main/default/mobile/server.png) no-repeat center center"
  453. },
  454. "mobileComputerOnlineTextNode": {
  455. "margin": "0px 106px 0px 250px",
  456. "line-height": "70px",
  457. "hieght": "70px"
  458. },
  459. "mobileComputerOnlineStatusNode":{
  460. "float": "right",
  461. "width": "70px",
  462. "height": "70px",
  463. "line-height": "70px",
  464. "background": "url(/x_component_Setting/$Main/default/mobile/failure.png) no-repeat left center",
  465. "padding-left": "36px"
  466. },
  467. "mobileReCheckActionNode": {
  468. "float": "right",
  469. "margin-top": "10px",
  470. "height": "40px",
  471. "width": "150px",
  472. "border-radius": "5px",
  473. "background-color": "#3498db",
  474. "line-height": "40px",
  475. "text-align": "center",
  476. "cursor": "pointer",
  477. "color": "#FFF"
  478. },
  479. "mobileNextActionNode": {
  480. "float": "right",
  481. "margin-top": "10px",
  482. "height": "40px",
  483. "width": "150px",
  484. "border-radius": "5px",
  485. "background-color": "#999",
  486. "line-height": "40px",
  487. "text-align": "center",
  488. "cursor": "pointer",
  489. "color": "#FFF"
  490. },
  491. "mobileAccountInforNode": {
  492. "width": "60%",
  493. "max-width": "500px",
  494. "min-width": "300px",
  495. "margin": "30px auto",
  496. "height": "460px",
  497. "font-size": "18px",
  498. "border-radius": "0px",
  499. //"border": "1px solid #FFF",
  500. //"background-color": "#DDD",
  501. //"box-shadow": "0px 0px 20px #666",
  502. "color": "#666"
  503. },
  504. "mobileAccountTitleNode": {
  505. "height": "60px",
  506. "color": "#FFF",
  507. "background": "#666",
  508. "font-size": "24px",
  509. "line-height": "60px",
  510. "text-align": "center"
  511. },
  512. "mobileAccountTitleLoginNode": {
  513. "height": "60px",
  514. "color": "#FFF",
  515. "background": "#3498db",
  516. "font-size": "24px",
  517. "line-height": "60px",
  518. "text-align": "center"
  519. },
  520. "mobileAccountUsernameNode": {
  521. "margin-top": "20px",
  522. "height": "60px",
  523. "background-color": "#DDD"
  524. },
  525. "mobileAccountUsernameIconNode": {
  526. "width": "60px",
  527. "height": "60px",
  528. "float": "left",
  529. "border-right": "2px solid #EEE",
  530. "background": "url(/x_component_Setting/$Main/default/mobile/user.png) no-repeat center center"
  531. },
  532. "mobileAccountUsernameInputNode": {
  533. "height": "60px",
  534. "margin-left": "62px",
  535. "text-align": "center"
  536. },
  537. "mobileAccountUsernameInput": {
  538. "width": "98%",
  539. "line-height": "60px",
  540. "color": "#666",
  541. "border": "0px",
  542. "height": "60px",
  543. "font-size": "18px",
  544. "font-family": "微软雅黑",
  545. "background": "transparent"
  546. },
  547. "mobileAccountPasswordNode": {
  548. "margin-top": "20px",
  549. "height": "60px",
  550. "background-color": "#DDD"
  551. },
  552. "mobileAccountPasswordIconNode": {
  553. "width": "60px",
  554. "height": "60px",
  555. "float": "left",
  556. "border-right": "2px solid #EEE",
  557. "background": "url(/x_component_Setting/$Main/default/mobile/password.png) no-repeat center center"
  558. },
  559. "mobileAccountPasswordInputNode": {
  560. "height": "60px",
  561. "margin-left": "62px",
  562. "text-align": "center"
  563. },
  564. "mobileAccountPasswordInput": {
  565. "width": "98%",
  566. "line-height": "60px",
  567. "color": "#666",
  568. "border": "0px",
  569. "height": "60px",
  570. "font-size": "18px",
  571. "font-family": "微软雅黑",
  572. "background": "transparent"
  573. },
  574. "mobileAccountCodeNode": {
  575. "margin-top": "20px",
  576. "height": "60px",
  577. "background-color": "#DDD"
  578. },
  579. "mobileAccountCodeIconNode": {
  580. "width": "60px",
  581. "height": "60px",
  582. "float": "left",
  583. "border-right": "2px solid #EEE",
  584. "background": "url(/x_component_Setting/$Main/default/mobile/code.png) no-repeat center center"
  585. },
  586. "mobileAccountCodePicNode": {
  587. "height": "60px",
  588. "float": "right",
  589. "cursor": "pointer",
  590. "background-color": "#FFF",
  591. "width": "120px"
  592. },
  593. "mobileAccountCodeInputNode": {
  594. "height": "60px",
  595. "margin-left": "62px",
  596. "margin-right": "120px",
  597. "text-align": "center"
  598. },
  599. "mobileAccountCodeInput": {
  600. "width": "98%",
  601. "line-height": "60px",
  602. "color": "#666",
  603. "border": "0px",
  604. "height": "60px",
  605. "font-size": "18px",
  606. "font-family": "微软雅黑",
  607. "background": "transparent"
  608. },
  609. "mobileAccountInforTextNode": {
  610. "margin-top": "0px",
  611. "color": "#FF0000",
  612. "font-size": "14px",
  613. "height": "24px",
  614. "line-height": "24px"
  615. },
  616. "mobileAccountLoginActionNode": {
  617. "margin-top": "20px",
  618. "background": "#3498db",
  619. "color": "#FFF",
  620. "height": "50px",
  621. "line-height": "50px",
  622. "cursor": "pointer",
  623. "text-align": "center"
  624. },
  625. "mobileAccountLogoutActionNode": {
  626. "margin-top": "20px",
  627. "background": "#e74c3c",
  628. "color": "#FFF",
  629. "height": "50px",
  630. "line-height": "50px",
  631. "cursor": "pointer",
  632. "text-align": "center"
  633. },
  634. "mobileAccountRegisterActionNode": {
  635. "margin-top": "20px",
  636. "font-size": "18px",
  637. "color": "#666",
  638. "cursor": "pointer",
  639. "height": "30px",
  640. "line-height": "30px",
  641. "text-align": "center"
  642. },
  643. "registerMaskNode": {
  644. "background-color": "#666",
  645. "opacity": 0.4,
  646. "position": "absolute",
  647. "top": "0px",
  648. "left": "0px",
  649. "width": "100%",
  650. "height": "100%"
  651. },
  652. "registerAreaNode": {
  653. "position": "absolute",
  654. "top": "0px",
  655. "opacity": 1,
  656. "left": "0px",
  657. "width": "100%",
  658. "height": "100%"
  659. },
  660. "registerNode": {
  661. "position": "absolute",
  662. "width": "70%",
  663. "height": "70%",
  664. "min-width": "400px",
  665. "min-height": "440px",
  666. "font-size": "14px",
  667. "padding": "2px",
  668. "border": "3px solid #666",
  669. "background": "#EEE",
  670. "border-radius": "8px",
  671. "box-shadow": "0px 0px 20px #000",
  672. },
  673. "registerTitleNode": {
  674. "height": "50px",
  675. "color": "#FFF",
  676. "background": "#3498db",
  677. "border-top-left-radius": "8px",
  678. "border-top-right-radius": "8px",
  679. "font-size": "24px",
  680. "line-height": "50px",
  681. "text-align": "center"
  682. },
  683. "registerUsernameNode": {
  684. "margin": "10px 30px 0px 30px",
  685. "height": "50px",
  686. "background-color": "#DDD"
  687. },
  688. "registerUsernameIconNode": {
  689. "width": "50px",
  690. "height": "50px",
  691. "float": "left",
  692. "border-right": "2px solid #EEE",
  693. "background": "url(/x_component_Setting/$Main/default/mobile/user.png) no-repeat center center"
  694. },
  695. "registerPhoneIconNode": {
  696. "width": "50px",
  697. "height": "50px",
  698. "float": "left",
  699. "border-right": "2px solid #EEE",
  700. "background": "url(/x_component_Setting/$Main/default/mobile/phone.png) no-repeat center center"
  701. },
  702. "registerPasswordIconNode": {
  703. "width": "50px",
  704. "height": "50px",
  705. "float": "left",
  706. "border-right": "2px solid #EEE",
  707. "background": "url(/x_component_Setting/$Main/default/mobile/password.png) no-repeat center center"
  708. },
  709. "registerUsernameInputNode": {
  710. "height": "50px",
  711. "margin-left": "52px",
  712. "text-align": "center"
  713. },
  714. "registerUsernameInput": {
  715. "width": "98%",
  716. "line-height": "50px",
  717. "color": "#666",
  718. "border": "0px",
  719. "height": "50px",
  720. "font-size": "14px",
  721. "font-family": "微软雅黑",
  722. "background": "transparent"
  723. },
  724. "registerCodeNode": {
  725. "margin": "10px 30px 0px 30px",
  726. "height": "50px",
  727. "background-color": "#DDD"
  728. },
  729. "registerCodeIconNode": {
  730. "width": "50px",
  731. "height": "50px",
  732. "float": "left",
  733. "border-right": "2px solid #EEE",
  734. "background": "url(/x_component_Setting/$Main/default/mobile/code.png) no-repeat center center"
  735. },
  736. "registerCodeActionNode": {
  737. "height": "50px",
  738. "line-height": "50px",
  739. "float": "right",
  740. "cursor": "pointer",
  741. "background-color": "#3498db",
  742. "text-align": "center",
  743. "color": "#FFF",
  744. "font-size": "14px",
  745. "width": "180px",
  746. "border-left": "10px solid #EEE"
  747. },
  748. "registerCodeInputNode": {
  749. "height": "50px",
  750. "margin-left": "52px",
  751. "margin-right": "190px",
  752. "text-align": "center"
  753. },
  754. "registerCodeInput": {
  755. "width": "98%",
  756. "line-height": "50px",
  757. "color": "#666",
  758. "border": "0px",
  759. "height": "50px",
  760. "font-size": "14px",
  761. "font-family": "微软雅黑",
  762. "background": "transparent"
  763. },
  764. "registerPasswordHintNode": {
  765. "clear": "both",
  766. "position": "relative",
  767. "top": "-50px",
  768. "left": "56px",
  769. "height": "50px",
  770. "line-height": "50px",
  771. "color": "#666"
  772. },
  773. "registerConfirmHintNode": {
  774. "clear": "both",
  775. "position": "relative",
  776. "top": "-50px",
  777. "left": "56px",
  778. "height": "50px",
  779. "line-height": "50px",
  780. "color": "#666"
  781. },
  782. "registerActionNode": {
  783. "margin-top": "20px",
  784. "background": "#3498db",
  785. "color": "#FFF",
  786. "height": "40px",
  787. "float": "right",
  788. "width": "300px",
  789. "line-height": "40px",
  790. "cursor": "pointer",
  791. "margin-right": "30px",
  792. "text-align": "center"
  793. },
  794. "registerCancelActionNode": {
  795. "margin-top": "20px",
  796. "background": "#CCC",
  797. "color": "#666",
  798. "height": "40px",
  799. "float": "right",
  800. "width": "100px",
  801. "line-height": "40px",
  802. "cursor": "pointer",
  803. "margin-right": "20px",
  804. "text-align": "center"
  805. },
  806. "registerErrorNode": {
  807. "position": "relative",
  808. "top": "-50px",
  809. "line-height": "50px",
  810. "padding": "0px 10px",
  811. "color": "#FF0000",
  812. "text-align": "right"
  813. },
  814. "registerInforTextNode": {
  815. "margin-right": "440px",
  816. "margin-left": "30px",
  817. "margin-top": "20px",
  818. "height": "50px",
  819. "color": "#FF0000",
  820. "font-size": "14px",
  821. "line-height": "25px"
  822. },
  823. "registerSuccessInforNode": {
  824. "margin": "40px",
  825. "text-align": "center",
  826. "color": "#3498db",
  827. "font-weight": "bold",
  828. "line-height": "40px",
  829. "cursor": "pointer",
  830. "font-size": "24px"
  831. },
  832. "mobileAccountMaskNode": {
  833. "background-color": "#666",
  834. "opacity": 0.4,
  835. "position": "relative ",
  836. "top": "-100%",
  837. "width": "100%",
  838. "height": "100%"
  839. },
  840. "mobileServerTitleNode": {
  841. "height": "40px",
  842. "line-height": "40px",
  843. "background": "#666",
  844. "margin": "0px 20px",
  845. "color": "#FFF",
  846. "text-align": "center",
  847. "font-size": "18px",
  848. "font-weight": "bold"
  849. },
  850. "mobileCenterServerListNode": {
  851. "overflow": "hidden",
  852. "margin": "0px 20px"
  853. },
  854. "mobileServerListNode": {
  855. "overflow": "hidden",
  856. "margin": "0px"
  857. },
  858. "mobileServerNode": {
  859. "overflow": "hidden",
  860. "margin": "0px 20px",
  861. "padding": "10px 0px",
  862. "border-bottom": "1px solid #999"
  863. }
  864. }