| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901 |
- {
- "titleBar": {
- "overflow": "hidden",
- "height": "50px",
- "background-color": "#4c6b87"
- },
- "titleTextNode": {
- "padding-left": "20px",
- "color": "#FFF",
- "font-size": "18px",
- "line-height": "50px",
- "font-weight": "bold",
- "width": "160px",
- "float": "left"
- },
- "tabAreaNode": {
- "overflow": "auto",
- "height": "100%"
- },
- "serverNaviAreaNode": {
- "float": "left",
- "width": "180px",
- //"margin-top": "1%",
- "height": "100%",
- "background-color": "#4c6b87"
- },
- "serverNaviNode": {
- "overflow": "hidden",
- "margin-top": "40px"
- },
- "serverContentAreaNode":{
- "background-color": "#eee",
- "margin-left": "180px",
- "overflow": "auto",
- // "border-top-left-radius": "10px",
- "height": "100%"
- },
- "naviItemNode": {
- "cursor": "pointer",
- "height": "40px",
- "border-top-left-radius": "20px",
- "border-bottom-left-radius": "20px",
- "margin": "0px 0px 0px 20px",
- "border-bottom": "1px solid #CCC",
- "background-color": "#4c6b87",
- "background-repeat": "no-repeat",
- "background-position": "8px center",
- "color": "#FFF",
- "line-height": "40px",
- "overflow": "hidden",
- "font-size": "14px",
- "padding": "0px 0px 0px 40px"
- },
- "naviItemNode_current": {
- "background-color": "#EEE",
- "border-bottom": "1px solid #EEE",
- "color": "#4c6b87"
- },
- "applicationServerContent": {
- "overflow": "hidden",
- "margin": "auto"
- },
- "applicationServerCreateAction": {
- "cursor": "pointer",
- "height": "77px",
- "width": "77px",
- "float": "left",
- "margin-left": "20px",
- "margin-top": "20px",
- "background-color": "#FFF",
- "border-radius": "10px",
- "box-shadow": "0px 0px 0px #CCC",
- "border": "3px solid #C3C3C3",
- "background-repeat": "no-repeat",
- "background-position": "center center",
- "background-image": "url(/x_component_Setting/$Main/default/icon/add.png)"
- },
- "applicationServerCreateAction_over": {
- "background-image": "url(/x_component_Setting/$Main/default/icon/add_over.png)",
- "border": "3px solid #3498db",
- "box-shadow": "0px 0px 5px #666"
- },
- "applicationServerNode": {
- "height": "80px",
- "float": "left",
- "width": "320px",
- "margin-left": "20px",
- "margin-top": "20px",
- "border": "1px solid #999",
- "cursor": "pointer",
- "background-color": "#FFF"
- },
- "applicationServerIconNode": {
- "height": "80px",
- "width": "80px",
- "margin-bottom": "10px",
- "border-radius": "10px",
- "box-shadow": "0px 0px 0px #CCC",
- "float": "left",
- "background-repeat": "no-repeat",
- "background-position": "center center",
- "background-image": "url(/x_component_Setting/$Main/default/icon/server.png)"
- },
- "applicationServerStatusNode": {
- "width": "5px",
- "height": "80px",
- "float": "right"
- },
- "applicationServerTextNode": {
- "height": "80px",
- "margin-left": "88px",
- "margin-right": "8px",
- "overflow": "hidden"
- },
- "applicationServerNameNode": {
- "height": "26px",
- "font-size": "14px",
- "font-weight": "bold",
- "line-height": "26px"
- },
- "applicationServerHostNode": {
- "height": "20px",
- "width": "100px",
- "float": "left",
- "font-size": "12px",
- "line-height": "20px",
- "color": "#333"
- },
- "applicationServerAdminNode": {
- "height": "20px",
- "width": "100px",
- "float": "right",
- "margin-right": "10px",
- "font-size": "12px",
- "line-height": "20px",
- "text-align": "right",
- "color": "#333"
- },
- "applicationServerMessageNode": {
- "height": "34px",
- "font-size": "12px",
- "line-height": "17px",
- "clear": "both",
- "color": "#666"
- },
- "applicationServerDocumentNode": {
- "background-color": "#FFF",
- "position": "absolute"
- },
- "centerServerDocumentNode": {
- "height": "100%",
- "overflow": "auto"
- },
- "applicationServerDocumentActionNode": {
- "height": "50px",
- "overflow": "hidden",
- "background-color": "#EEE",
- "border-bottom": "1px solid #CCC"
- },
- "applicationServerDocumentSaveNode": {
- "height": "50px",
- "width": "40px",
- "float": "left",
- "margin-left": "10px",
- "cursor": "pointer",
- "background": "url(/x_component_Setting/$Main/default/icon/save.png) no-repeat center center"
- },
- "applicationServerDocumentSaveNode_over": {
- "background": "url(/x_component_Setting/$Main/default/icon/save_over.png) no-repeat center center"
- },
- "applicationServerDocumentSaveNode_down": {
- "background": "url(/x_component_Setting/$Main/default/icon/save_down.png) no-repeat center center"
- },
- "applicationServerDocumentDeleteNode": {
- "height": "50px",
- "width": "40px",
- "float": "left",
- "cursor": "pointer",
- "background": "url(/x_component_Setting/$Main/default/icon/delete.png) no-repeat center center"
- },
- "applicationServerDocumentDeleteNode_over": {
- "background": "url(/x_component_Setting/$Main/default/icon/delete_over.png) no-repeat center center"
- },
- "applicationServerDocumentDeleteNode_down": {
- "background": "url(/x_component_Setting/$Main/default/icon/delete_down.png) no-repeat center center"
- },
- "applicationServerDocumentCloseNode": {
- "height": "50px",
- "width": "40px",
- "float": "right",
- "margin-right": "10px",
- "cursor": "pointer",
- "background": "url(/x_component_Setting/$Main/default/icon/close.png) no-repeat center center"
- },
- "applicationServerDocumentCloseNode_over": {
- "background": "url(/x_component_Setting/$Main/default/icon/close_over.png) no-repeat center center"
- },
- "applicationServerDocumentCloseNode_down": {
- "background": "url(/x_component_Setting/$Main/default/icon/close_down.png) no-repeat center center"
- },
- "applicationServerDocumentDeployNode": {
- "height": "50px",
- "width": "40px",
- "float": "left",
- "margin-left": "20px",
- "cursor": "pointer",
- "background": "url(/x_component_Setting/$Main/default/icon/deploy.png) no-repeat center center"
- },
- "applicationServerDocumentDeployNode_over": {
- "background": "url(/x_component_Setting/$Main/default/icon/deploy_over.png) no-repeat center center"
- },
- "applicationServerDocumentDeployNode_down": {
- "background": "url(/x_component_Setting/$Main/default/icon/deploy_down.png) no-repeat center center"
- },
- "applicationServerDocumentInforAreaNode": {
- "overflow": "hidden"
- },
- "applicationServerDocumentInforNode": {
- "overflow": "auto",
- //"margin": "auto",
- "float": "left",
- "background-color": "#EEE",
- "width": "30%",
- "min-width": "200px",
- "font-size": "14px"
- },
- "dataServerDocumentInforNode": {
- "overflow": "auto",
- //"margin": "auto",
- //"float": "left",
- "background-color": "#EEE",
- "font-size": "14px"
- },
- "applicationServerDocumentTdNode": {
- "font-weight": "bold"
- },
- "applicationServerDocumentInputNode": {
- "width": "98%",
- "height": "24px",
- "line-height": "24px",
- "border": "2px solid #CCC"
- },
- "applicationServerDocumentTextareasNode": {
- "width": "98%",
- "height": "50px",
- "line-height": "24px",
- "border": "2px solid #CCC",
- "overflow": "auto"
- },
- "applicationServerDocumentApplicationAreaNode": {
- "overflow": "auto"
- },
- "applicationServerDocumentApplicationNode": {
- "margin": "10px",
- "font-size": "14px",
- "overflow": "hidden"
- },
- "applicationServerDocumentApplicationDeployedNode": {
- "height": "20px",
- "width": "20px",
- "background": "url(/x_component_Setting/$Main/default/icon/deployed.png) no-repeat center center"
- },
- "applicationServerDocumentApplicationReadyDeployNode":{
- "height": "20px",
- "width": "20px",
- "background": "url(/x_component_Setting/$Main/default/icon/readyDeploy.png) no-repeat center center"
- },
- "applicationServerDocumentApplicationReadyDeleteNode":{
- "height": "20px",
- "width": "20px",
- "background": "url(/x_component_Setting/$Main/default/icon/readyDelete.png) no-repeat center center"
- },
- "applicationServerDocumentApplicationNotDepolyNode": {
- "height": "20px",
- "width": "20px"
- },
- "applicationsContent": {
- "overflow": "hidden"
- },
- "applicationNode": {
- "margin": "20px",
- "overflow": "hidden",
- "background-color": "#CCC"
- },
- "applicationNameNode": {
- "height": "40px"
- },
- "applicationNameIconNode": {
- "height": "40px",
- "width": "40px",
- "float": "left",
- "background": "url(/x_component_Setting/$Main/default/icon/app_current.png) no-repeat center center"
- },
- "dataNameIconNode": {
- "height": "40px",
- "width": "40px",
- "float": "left",
- "background": "url(/x_component_Setting/$Main/default/icon/data_current.png) no-repeat center center"
- },
- "storageNameIconNode": {
- "height": "40px",
- "width": "40px",
- "float": "left",
- "background": "url(/x_component_Setting/$Main/default/icon/storage_current.png) no-repeat center center"
- },
- "storageNameAddNode": {
- "height": "40px",
- "width": "60px",
- "float": "right",
- "text-align": "center",
- "line-height": "40px",
- "cursor": "pointer",
- "color": "#0000FF"
- },
- "applicationNameTextNode": {
- "margin-left": "40px",
- "margin-right": "60px",
- "height": "40px",
- "line-height": "40px",
- "font-size": "14px",
- "font-weight": "bold",
- "color": "#333"
- },
- "applicationServerListNode": {
- //"height": "120px",
- "overflow": "hidden",
- "padding": "0px 0px 10px 0px"
- },
- "applicationInServerNode": {
- "overflow": "hidden",
- "margin": "5px 10px 0px 10px",
- "background-color": "#EEE"
- },
- "applicationInServerTableNode": {
- "height": "40px"
- },
- "applicationInServerJsonNode": {
- "overflow": "hidden",
- "display": "none",
- "border-top": "1px solid #CCC",
- "border-bottom": "1px solid #CCC",
- "-webkit-user-select": "text",
- "-moz-user-select": "text",
- "padding": "5px 10px"
- },
- "applicationInServerJsonButtonNode": {
- "height": "12px",
- "border-top": "0px solid #CCC",
- "cursor": "pointer",
- "background": "url(/x_component_Setting/$Main/default/icon/down.png) no-repeat center center"
- },
- "applicationInServerIconNode": {
- "height": "40px",
- "width": "40px",
- "background": "url(/x_component_Setting/$Main/default/icon/server24.png) no-repeat center center"
- },
- "applicationInServerEditNode": {
- "height": "40px",
- "width": "40px",
- "cursor": "pointer",
- "background": "url(/x_component_Setting/$Main/default/icon/edit.png) no-repeat center center"
- },
- "applicationInServerSaveNode": {
- "background": "url(/x_component_Setting/$Main/default/icon/saveWeight.png) no-repeat center center"
- },
- "applicationInServerWeightInputNode": {
- "border": "1px solid #BBB",
- "width": "78px"
- },
- "dataInServerDataJsonNode": {
- "width": "50%",
- "float": "left",
- "overflow": "hidden"
- },
- "dataInServerMappingJsonNode": {
- "width": "50%",
- "float": "right",
- "overflow": "hidden"
- },
- "mobileCheckInforNode": {
- "width": "80%",
- "margin": "20px auto",
- "height": "160px",
- "font-size": "18px",
- "color": "#666"
- },
- "mobileCheckActionNode": {
- "width": "80%",
- "margin": "20px auto",
- "height": "60px",
- "font-size": "18px",
- "border-top": "1px solid #999",
- "color": "#666"
- },
- "mobileCenterOnlineNode": {
- "margin": "auto",
- "height": "70px",
- "overflow": "hidden"
- },
- "mobileCenterIconNode": {
- "float": "left",
- "width": "80px",
- "height": "70px",
- "background": "url(/x_component_Setting/$Main/default/mobile/center.png) no-repeat center center"
- },
- "mobileCenterOnlineLineNode": {
- "float": "left",
- "width": "80px",
- "height": "70px",
- "background": "url(/x_component_Setting/$Main/default/mobile/line.png) no-repeat center center"
- },
- "mobileServer1IconNode": {
- "float": "left",
- "width": "80px",
- "height": "70px",
- "background": "url(/x_component_Setting/$Main/default/mobile/server.png) no-repeat center center"
- },
- "mobileCenterOnlineTextNode": {
- "margin": "0px 106px 0px 250px",
- "line-height": "70px",
- "hieght": "70px"
- },
- "mobileCenterOnlineStatusNode":{
- "float": "right",
- "width": "70px",
- "height": "70px",
- "line-height": "70px",
- "background": "url(/x_component_Setting/$Main/default/mobile/failure.png) no-repeat left center",
- "padding-left": "36px"
- },
- "mobileComputerOnlineNode": {
- "height": "70px",
- "margin": "20px auto",
- "overflow": "hidden"
- },
- "mobileComputerIconNode": {
- "float": "left",
- "width": "80px",
- "height": "70px",
- "background": "url(/x_component_Setting/$Main/default/mobile/computer.png) no-repeat center center"
- },
- "mobileComputerOnlineLineNode": {
- "float": "left",
- "width": "80px",
- "height": "70px",
- "background": "url(/x_component_Setting/$Main/default/mobile/line.png) no-repeat center center"
- },
- "mobileServer2IconNode": {
- "float": "left",
- "width": "80px",
- "height": "70px",
- "background": "url(/x_component_Setting/$Main/default/mobile/server.png) no-repeat center center"
- },
- "mobileComputerOnlineTextNode": {
- "margin": "0px 106px 0px 250px",
- "line-height": "70px",
- "hieght": "70px"
- },
- "mobileComputerOnlineStatusNode":{
- "float": "right",
- "width": "70px",
- "height": "70px",
- "line-height": "70px",
- "background": "url(/x_component_Setting/$Main/default/mobile/failure.png) no-repeat left center",
- "padding-left": "36px"
- },
- "mobileReCheckActionNode": {
- "float": "right",
- "margin-top": "10px",
- "height": "40px",
- "width": "150px",
- "border-radius": "5px",
- "background-color": "#3498db",
- "line-height": "40px",
- "text-align": "center",
- "cursor": "pointer",
- "color": "#FFF"
- },
- "mobileNextActionNode": {
- "float": "right",
- "margin-top": "10px",
- "height": "40px",
- "width": "150px",
- "border-radius": "5px",
- "background-color": "#999",
- "line-height": "40px",
- "text-align": "center",
- "cursor": "pointer",
- "color": "#FFF"
- },
- "mobileAccountInforNode": {
- "width": "60%",
- "max-width": "500px",
- "min-width": "300px",
- "margin": "30px auto",
- "height": "460px",
- "font-size": "18px",
- "border-radius": "0px",
- //"border": "1px solid #FFF",
- //"background-color": "#DDD",
- //"box-shadow": "0px 0px 20px #666",
- "color": "#666"
- },
- "mobileAccountTitleNode": {
- "height": "60px",
- "color": "#FFF",
- "background": "#666",
- "font-size": "24px",
- "line-height": "60px",
- "text-align": "center"
- },
- "mobileAccountTitleLoginNode": {
- "height": "60px",
- "color": "#FFF",
- "background": "#3498db",
- "font-size": "24px",
- "line-height": "60px",
- "text-align": "center"
- },
- "mobileAccountUsernameNode": {
- "margin-top": "20px",
- "height": "60px",
- "background-color": "#DDD"
- },
- "mobileAccountUsernameIconNode": {
- "width": "60px",
- "height": "60px",
- "float": "left",
- "border-right": "2px solid #EEE",
- "background": "url(/x_component_Setting/$Main/default/mobile/user.png) no-repeat center center"
- },
- "mobileAccountUsernameInputNode": {
- "height": "60px",
- "margin-left": "62px",
- "text-align": "center"
- },
- "mobileAccountUsernameInput": {
- "width": "98%",
- "line-height": "60px",
- "color": "#666",
- "border": "0px",
- "height": "60px",
- "font-size": "18px",
- "font-family": "微软雅黑",
- "background": "transparent"
- },
- "mobileAccountPasswordNode": {
- "margin-top": "20px",
- "height": "60px",
- "background-color": "#DDD"
- },
- "mobileAccountPasswordIconNode": {
- "width": "60px",
- "height": "60px",
- "float": "left",
- "border-right": "2px solid #EEE",
- "background": "url(/x_component_Setting/$Main/default/mobile/password.png) no-repeat center center"
- },
- "mobileAccountPasswordInputNode": {
- "height": "60px",
- "margin-left": "62px",
- "text-align": "center"
- },
- "mobileAccountPasswordInput": {
- "width": "98%",
- "line-height": "60px",
- "color": "#666",
- "border": "0px",
- "height": "60px",
- "font-size": "18px",
- "font-family": "微软雅黑",
- "background": "transparent"
- },
- "mobileAccountCodeNode": {
- "margin-top": "20px",
- "height": "60px",
- "background-color": "#DDD"
- },
- "mobileAccountCodeIconNode": {
- "width": "60px",
- "height": "60px",
- "float": "left",
- "border-right": "2px solid #EEE",
- "background": "url(/x_component_Setting/$Main/default/mobile/code.png) no-repeat center center"
- },
- "mobileAccountCodePicNode": {
- "height": "60px",
- "float": "right",
- "cursor": "pointer",
- "background-color": "#FFF",
- "width": "120px"
- },
- "mobileAccountCodeInputNode": {
- "height": "60px",
- "margin-left": "62px",
- "margin-right": "120px",
- "text-align": "center"
- },
- "mobileAccountCodeInput": {
- "width": "98%",
- "line-height": "60px",
- "color": "#666",
- "border": "0px",
- "height": "60px",
- "font-size": "18px",
- "font-family": "微软雅黑",
- "background": "transparent"
- },
- "mobileAccountInforTextNode": {
- "margin-top": "0px",
- "color": "#FF0000",
- "font-size": "14px",
- "height": "24px",
- "line-height": "24px"
- },
- "mobileAccountLoginActionNode": {
- "margin-top": "20px",
- "background": "#3498db",
- "color": "#FFF",
- "height": "50px",
- "line-height": "50px",
- "cursor": "pointer",
- "text-align": "center"
- },
- "mobileAccountLogoutActionNode": {
- "margin-top": "20px",
- "background": "#e74c3c",
- "color": "#FFF",
- "height": "50px",
- "line-height": "50px",
- "cursor": "pointer",
- "text-align": "center"
- },
- "mobileAccountRegisterActionNode": {
- "margin-top": "20px",
- "font-size": "18px",
- "color": "#666",
- "cursor": "pointer",
- "height": "30px",
- "line-height": "30px",
- "text-align": "center"
- },
- "registerMaskNode": {
- "background-color": "#666",
- "opacity": 0.4,
- "position": "absolute",
- "top": "0px",
- "left": "0px",
- "width": "100%",
- "height": "100%"
- },
- "registerAreaNode": {
- "position": "absolute",
- "top": "0px",
- "opacity": 1,
- "left": "0px",
- "width": "100%",
- "height": "100%"
- },
- "registerNode": {
- "position": "absolute",
- "width": "70%",
- "height": "70%",
- "min-width": "400px",
- "min-height": "440px",
- "font-size": "14px",
- "padding": "2px",
- "border": "3px solid #666",
- "background": "#EEE",
- "border-radius": "8px",
- "box-shadow": "0px 0px 20px #000",
- },
- "registerTitleNode": {
- "height": "50px",
- "color": "#FFF",
- "background": "#3498db",
- "border-top-left-radius": "8px",
- "border-top-right-radius": "8px",
- "font-size": "24px",
- "line-height": "50px",
- "text-align": "center"
- },
- "registerUsernameNode": {
- "margin": "10px 30px 0px 30px",
- "height": "50px",
- "background-color": "#DDD"
- },
- "registerUsernameIconNode": {
- "width": "50px",
- "height": "50px",
- "float": "left",
- "border-right": "2px solid #EEE",
- "background": "url(/x_component_Setting/$Main/default/mobile/user.png) no-repeat center center"
- },
- "registerPhoneIconNode": {
- "width": "50px",
- "height": "50px",
- "float": "left",
- "border-right": "2px solid #EEE",
- "background": "url(/x_component_Setting/$Main/default/mobile/phone.png) no-repeat center center"
- },
- "registerPasswordIconNode": {
- "width": "50px",
- "height": "50px",
- "float": "left",
- "border-right": "2px solid #EEE",
- "background": "url(/x_component_Setting/$Main/default/mobile/password.png) no-repeat center center"
- },
- "registerUsernameInputNode": {
- "height": "50px",
- "margin-left": "52px",
- "text-align": "center"
- },
- "registerUsernameInput": {
- "width": "98%",
- "line-height": "50px",
- "color": "#666",
- "border": "0px",
- "height": "50px",
- "font-size": "14px",
- "font-family": "微软雅黑",
- "background": "transparent"
- },
- "registerCodeNode": {
- "margin": "10px 30px 0px 30px",
- "height": "50px",
- "background-color": "#DDD"
- },
- "registerCodeIconNode": {
- "width": "50px",
- "height": "50px",
- "float": "left",
- "border-right": "2px solid #EEE",
- "background": "url(/x_component_Setting/$Main/default/mobile/code.png) no-repeat center center"
- },
- "registerCodeActionNode": {
- "height": "50px",
- "line-height": "50px",
- "float": "right",
- "cursor": "pointer",
- "background-color": "#3498db",
- "text-align": "center",
- "color": "#FFF",
- "font-size": "14px",
- "width": "180px",
- "border-left": "10px solid #EEE"
- },
- "registerCodeInputNode": {
- "height": "50px",
- "margin-left": "52px",
- "margin-right": "190px",
- "text-align": "center"
- },
- "registerCodeInput": {
- "width": "98%",
- "line-height": "50px",
- "color": "#666",
- "border": "0px",
- "height": "50px",
- "font-size": "14px",
- "font-family": "微软雅黑",
- "background": "transparent"
- },
- "registerPasswordHintNode": {
- "clear": "both",
- "position": "relative",
- "top": "-50px",
- "left": "56px",
- "height": "50px",
- "line-height": "50px",
- "color": "#666"
- },
- "registerConfirmHintNode": {
- "clear": "both",
- "position": "relative",
- "top": "-50px",
- "left": "56px",
- "height": "50px",
- "line-height": "50px",
- "color": "#666"
- },
- "registerActionNode": {
- "margin-top": "20px",
- "background": "#3498db",
- "color": "#FFF",
- "height": "40px",
- "float": "right",
- "width": "300px",
- "line-height": "40px",
- "cursor": "pointer",
- "margin-right": "30px",
- "text-align": "center"
- },
- "registerCancelActionNode": {
- "margin-top": "20px",
- "background": "#CCC",
- "color": "#666",
- "height": "40px",
- "float": "right",
- "width": "100px",
- "line-height": "40px",
- "cursor": "pointer",
- "margin-right": "20px",
- "text-align": "center"
- },
- "registerErrorNode": {
- "position": "relative",
- "top": "-50px",
- "line-height": "50px",
- "padding": "0px 10px",
- "color": "#FF0000",
- "text-align": "right"
- },
- "registerInforTextNode": {
- "margin-right": "440px",
- "margin-left": "30px",
- "margin-top": "20px",
- "height": "50px",
- "color": "#FF0000",
- "font-size": "14px",
- "line-height": "25px"
- },
- "registerSuccessInforNode": {
- "margin": "40px",
- "text-align": "center",
- "color": "#3498db",
- "font-weight": "bold",
- "line-height": "40px",
- "cursor": "pointer",
- "font-size": "24px"
- },
- "mobileAccountMaskNode": {
- "background-color": "#666",
- "opacity": 0.4,
- "position": "relative ",
- "top": "-100%",
- "width": "100%",
- "height": "100%"
- },
- "mobileServerTitleNode": {
- "height": "40px",
- "line-height": "40px",
- "background": "#666",
- "margin": "0px 20px",
- "color": "#FFF",
- "text-align": "center",
- "font-size": "18px",
- "font-weight": "bold"
- },
- "mobileCenterServerListNode": {
- "overflow": "hidden",
- "margin": "0px 20px"
- },
- "mobileServerListNode": {
- "overflow": "hidden",
- "margin": "0px"
- },
- "mobileServerNode": {
- "overflow": "hidden",
- "margin": "0px 20px",
- "padding": "10px 0px",
- "border-bottom": "1px solid #999"
- }
- }
|