| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847 |
- {
- "chartAreaNode": {
- "height": "100%",
- "width": "500px",
- "overflow": "hidden",
- "float": "left",
- },
- "chartScrollNode": {
- "overflow": "hidden"
- },
- "propertyAreaNode": {
- "height": "100%",
-
- "margin-left": "400px",
- "overflow": "hidden"
- },
- "resizeBarNode": {
- "height": "100%",
- "width": "3px",
- "float": "left",
- "overflow": "hidden",
- "background-color": "#999",
- "cursor": "col-resize"
- },
- "propertyNode": {
- "margin-left": "3px",
- "height": "100%",
- "overflow": "hidden",
- },
- "propertyTitleNode": {
- "background-color": "#4c6b87",
- "height": "50px",
- "color": "#FFF",
- "margin": "0px 0px",
- "text-align": "center",
- "color": "#FFF",
- "line-height": "50px",
- "font-size": "20px",
- "font-weight": "bold"
- },
- "propertyTitleTextNode": {
-
- },
- "propertyContentNode": {
- "overflow": "hidden",
- "margin": "0px 3px 3px 3px"
- },
- "toolbarNode": {
- "height": "50px",
- "background-color": "#4c6b87"
- },
- "addTopCompanyNode": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/addTopCompany.png) center center no-repeat",
- "width": "50px",
- "height": "50px",
- "cursor": "pointer",
- "float": "left",
- "border-right": "1px solid #FFF"
- },
- "searchNode": {
- "margin-left": "60px",
- "height": "50px"
- },
- "searchButtonNode": {
- "float": "right",
- "width": "50px",
- "height": "50px",
- "margin-right": "40px",
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/search.png) no-repeat center center",
- "cursor": "pointer"
- },
- "searchInputAreaNode": {
- "margin-right": "120px",
- "text-align": "right",
- },
- "searchInputBoxNode": {
- "margin-top": "13px",
- "width": "80%",
- "max-width": "500px",
- "height": "24px",
- "border-radius": "3px",
- "background-color": "#EEE",
- "float": "right",
- "text-align": "center",
- },
- "searchInputNode": {
- "width": "96%",
- "height": "24px",
- "border": "0px",
- "font-family": "微软雅黑",
- "font-size": "14px",
- "color": "#999",
- "background": "transparent",
- "-webkit-user-select": "auto",
- "-moz-user-select": "auto"
- },
- "chartNode": {
- "min-height": "100%",
- "overflow": "hidden"
- },
- "formInput": {
- "content": {
- "height": "24px",
- "line-height": "24px",
- "margin": "3px 20px",
- "cursor": "default"
- },
- "input": {
- "width": "90%",
- "height": "22px",
- "border": "1px solid #CCC",
- "box-shadow": "0px 0px 0px",
- },
- "input_focus": {
- "width": "90%",
- "height": "22px",
- "border": "1px solid #da7429",
- "box-shadow": "0px 0px 8px #fab37e",
- }
- },
- "deleteGroupsNode":{
- "position": "absolute",
- "background-color": "#c04444",
- "border": "2px solid #FFF",
- "border-radius": "5px",
- "box-shadow": "0px 0px 10px #999",
- "cursor": "pointer",
- "color": "#FFF",
- "padding": "5px 10px"
- },
- "companyItem": {
- "node": {
- "overflow": "hidden",
- "border": "1px solid #bfc8cf",
- "background-color": "#FFF",
- "margin": "6px 6px 6px 6px",
- "box-shadow": "0px 0px 0px #FFF"
- },
- "nodeMask": {
- "background-color": "#fb8383",
- "opacity": "0.3"
- },
- "node_forDelete": {
- "overflow": "hidden",
- "border": "1px solid #F00",
- "background-color": "#FFF",
- "margin": "6px 6px 6px 6px",
- "box-shadow": "0px 0px 8px #F00"
- },
- "nodeOver": {
- "overflow": "hidden",
- "border": "1px solid #506c80",
- "background-color": "#FFF",
- "margin": "6px 6px 6px 6px"
- },
- "childNode": {
- "overflow": "hidden",
- "margin-left": "20px"
- },
- "contentNode": {
- "height": "40px",
- "cursor": "pointer",
- "background-color": "#d9e1e7",
- "border-bottom": "1px solid #bfc8cf"
- },
- "contentNodeNew": {
- "height": "40px",
- "cursor": "pointer",
- "background-color": "#fae7c6",
- "border-bottom": "1px solid #bfc8cf"
- },
- "contentNode_selected": {
- "height": "40px",
- "cursor": "pointer",
- "background-color": "#eecbcb",
- "border-bottom": "1px solid #d7dbde"
- },
- "flagNode": {
- "height": "40px",
- "width": "12px",
- "float": "left",
- "background": "transparent"
- },
- "flagNodeOver": {
- "height": "40px",
- "width": "12px",
- "float": "left",
- "background": "#da7429"
- },
- "flagNodeSelected": {
- "height": "40px",
- "width": "12px",
- "float": "left",
- "background": "#e14141"
- },
- "flagIconNode": {
- "height": "40px",
- "background-position": "center center",
- "background-repeat": "no-repeat"
- },
- "flagIconNode_e": {
- "background-image": "url("+"/x_component_Organization/$OrgExplorer/default/icon/e.png)",
- },
- "flagIconNode_c": {
- "background-image": "url("+"/x_component_Organization/$OrgExplorer/default/icon/c.png)",
- },
- "iconNode": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/company.png) center center no-repeat",
- "height": "40px",
- "width": "50px",
- "float": "left"
- },
- "textNode":{
- "height": "40px",
- "line-height": "40px",
- "font-size": "14px",
- "color": "#333",
- "font-weight": "normal",
- "margin": "0px 100px 0px 53px"
- },
- "actionNode": {
- "width": "100px",
- "height": "40px",
- "float": "right",
- "opacity": 0
- },
- "actionDeleteNode": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/delete.png) center center no-repeat",
- "height": "40px",
- "width": "20px",
- "float": "right",
- "margin-right": "5px"
- },
- "actionDeleteNode_selected": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/delete_selected.png) center center no-repeat",
- "height": "40px",
- "width": "20px",
- "float": "right",
- "margin-right": "5px"
- },
- "actionAddNode": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/addOrg.png) center center no-repeat",
- "height": "40px",
- "width": "20px",
- "float": "right",
- "margin-right": "5px"
- },
- "actionAddCompanyNode": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/addCompany.png) center center no-repeat",
- "height": "40px",
- "width": "20px",
- "float": "right",
- "margin-right": "5px"
- },
- "actionAddDepartmentNode": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/addDepartment.png) center center no-repeat",
- "height": "40px",
- "width": "20px",
- "float": "right",
- "margin-right": "5px"
- },
- "actionAddNodeButton": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/addOrg.png) 5px center no-repeat",
- "height": "24px",
- "line-height": "24px",
- "margin-top": "8px",
- "width": "24px",
- "float": "right",
- "padding-left": "24px",
- "margin-right": "5px"
- },
- "actionConfigNode": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/config.png) center center no-repeat",
- "height": "40px",
- "width": "20px",
- "float": "right",
- "margin-right": "5px"
- },
- "propertyInforNode": {
- "margin": "10px 10px",
- "border": "1px solid #c9c9c9",
- "background-color": "#f5f6f8",
- "overflow": "hidden"
- },
- "propertyInforTextNode": {
- "height": "40px",
- "margin": "0px 10px",
- "margin-right": "210px",
- "border-bottom": "1px solid #c9c9c9",
- "font-size": "16px",
- "font-weight": "bold",
- "color": "#333",
- "line-height": "50px"
- },
- "propertyInforActionNode":{
- "float": "right",
- "height": "40px",
- "margin-right": "10px",
- "border-bottom": "1px solid #c9c9c9",
- "width": "200px"
- },
- "editBaseNode": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/edit.png) 3px center no-repeat",
- "float": "right",
- "cursor": "pointer",
- "margin-top": "12px",
- "padding": "3px 5px",
- "padding-left": "22px",
- "font-size": "12px",
- "font-weight": "normal",
- "border": "1px solid #AAA",
- "background-color": "#FFF",
- "line-height": "normal",
- "color":"#666",
- "border-radius":"3px"
- },
- "cancelBaseNode": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/editCancel.png) 3px center no-repeat",
- "float": "right",
- "cursor": "pointer",
- "margin-top": "12px",
- "padding": "3px 5px",
- "padding-left": "22px",
- "font-size": "12px",
- "font-weight": "normal",
- "border": "1px solid #999",
- "background-color": "#AAA",
- "line-height": "normal",
- "color":"#FFF",
- "border-radius":"3px"
- },
- "saveBaseNode": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/editOk.png) 15px center no-repeat",
- "float": "right",
- "cursor": "pointer",
- "margin-top": "12px",
- "padding": "3px 20px",
- "padding-left": "35px",
- "font-size": "12px",
- "font-weight": "normal",
- "border": "1px solid #888",
- "background-color": "#6b8bbd",
- "line-height": "normal",
- "color":"#FFF",
- "margin-right": "10px",
- "border-radius":"3px",
- "box-shadow": "0px 0px 5px #888",
- },
- "propertyInforContentNode": {
- "margin": "10px 10px",
- "color": "#333",
- "font-size": "14px",
- "line-height": "30px"
- },
- "propertyBaseContentTdTitle": {
- "width": "20%",
- "text-align": "right",
- "color": "#da7429"
- },
- "addDutyNode": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/additem.png) 3px center no-repeat",
- "float": "right",
- "cursor": "pointer",
- "margin-top": "12px",
- "margin-left": "5px",
- "padding": "3px 5px",
- "padding-left": "22px",
- "font-size": "12px",
- "font-weight": "normal",
- "border": "1px solid #666",
- "background-color": "#FFF",
- "line-height": "normal",
- "color":"#333",
- "border-radius":"3px"
- },
- "deleteDutyNode_desable": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/deleteitem_disable.png) 3px center no-repeat",
- "float": "right",
- "cursor": "pointer",
- "margin-top": "12px",
- "margin-left": "5px",
- "padding": "3px 5px",
- "padding-left": "22px",
- "font-size": "12px",
- "font-weight": "normal",
- "border": "1px solid #CCC",
- "background-color": "#FFF",
- "line-height": "normal",
- "color":"#999",
- "border-radius":"3px"
- },
- "deleteDutyNode": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/deleteitem.png) 3px center no-repeat",
- "float": "right",
- "cursor": "pointer",
- "margin-top": "12px",
- "margin-left": "5px",
- "padding": "3px 5px",
- "padding-left": "22px",
- "font-size": "12px",
- "font-weight": "normal",
- "border": "1px solid #666",
- "background-color": "#FFF",
- "line-height": "normal",
- "color":"#333",
- "border-radius":"3px"
- },
- "propertyDutyContentTdTitle": {
- "border-bottom": "1px solid #CCC",
- "background-color": "#DDD"
- }
- },
- "departmentItem": {
- "node": {
- "overflow": "hidden",
- "border": "1px solid #d7dbde",
- "background-color": "#FFF",
- "margin": "6px 6px 6px 6px",
- "box-shadow": "0px 0px 0px #FFF"
- },
- "nodeMask": {
- "background-color": "#fb8383",
- "opacity": "0.3"
- },
- "node_forDelete": {
- "overflow": "hidden",
- "border": "1px solid #F00",
- "background-color": "#FFF",
- "margin": "6px 6px 6px 6px",
- "box-shadow": "0px 0px 8px #F00"
- },
- "nodeOver": {
- "overflow": "hidden",
- "border": "1px solid #506c80",
- "background-color": "#FFF",
- "margin": "6px 6px 6px 6px"
- },
- "childNode": {
- "overflow": "hidden",
- "margin-left": "20px"
- },
- "contentNode": {
- "height": "36px",
- "cursor": "pointer",
- "background-color": "#eef2f5",
- "border-bottom": "1px solid #d7dbde"
- },
- "contentNodeNew": {
- "height": "40px",
- "cursor": "pointer",
- "background-color": "#fae7c6",
- "border-bottom": "1px solid #bfc8cf"
- },
- "contentNode_selected": {
- "height": "40px",
- "cursor": "pointer",
- "background-color": "#eecbcb",
- "border-bottom": "1px solid #d7dbde"
- },
- "flagNode": {
- "height": "36px",
- "width": "12px",
- "float": "left",
- "background": "transparent"
- },
- "flagNodeOver": {
- "height": "36px",
- "width": "12px",
- "float": "left",
- "background": "#da7429"
- },
- "flagNodeSelected": {
- "height": "36px",
- "width": "12px",
- "float": "left",
- "background": "#e14141"
- },
- "flagIconNode": {
- "height": "40px",
- "background-position": "center center",
- "background-repeat": "no-repeat"
- },
- "flagIconNode_e": {
- "background-image": "url("+"/x_component_Organization/$OrgExplorer/default/icon/e.png)",
- },
- "flagIconNode_c": {
- "background-image": "url("+"/x_component_Organization/$OrgExplorer/default/icon/c.png)",
- },
-
- "iconNode": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/department.png) center center no-repeat",
- "height": "36px",
- "width": "50px",
- "float": "left"
- },
- "textNode":{
- "height": "36px",
- "line-height": "36px",
- "font-size": "14px",
- "color": "#333",
- "font-weight": "normal",
- "margin": "0px 100px 0px 53px"
- },
- "actionNode": {
- "width": "100px",
- "height": "36px",
- "float": "right",
- "opacity": 0
- },
- "actionDeleteNode": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/delete.png) center center no-repeat",
- "height": "40px",
- "width": "20px",
- "float": "right",
- "margin-right": "5px"
- },
- "actionDeleteNode_selected": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/delete_selected.png) center center no-repeat",
- "height": "40px",
- "width": "20px",
- "float": "right",
- "margin-right": "5px"
- },
- "actionAddNode": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/addOrg.png) center center no-repeat",
- "height": "40px",
- "width": "20px",
- "float": "right",
- "margin-right": "5px"
- },
- "actionAddCompanyNode": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/addCompany.png) center center no-repeat",
- "height": "40px",
- "width": "20px",
- "float": "right",
- "margin-right": "5px"
- },
- "actionAddDepartmentNode": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/addDepartment.png) center center no-repeat",
- "height": "40px",
- "width": "20px",
- "float": "right",
- "margin-right": "5px"
- },
- "propertyInforNode": {
- "margin": "10px 10px",
- "border": "1px solid #c9c9c9",
- "background-color": "#f5f6f8",
- "overflow": "hidden"
- },
- "propertyInforTextNode": {
- "height": "40px",
- "margin": "0px 10px",
- "margin-right": "210px",
- "border-bottom": "1px solid #c9c9c9",
- "font-size": "16px",
- "font-weight": "bold",
- "color": "#333",
- "line-height": "50px"
- },
- "propertyInforActionNode":{
- "float": "right",
- "height": "40px",
- "margin-right": "10px",
- "border-bottom": "1px solid #c9c9c9",
- "width": "200px"
- },
- "editBaseNode": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/edit.png) 3px center no-repeat",
- "float": "right",
- "cursor": "pointer",
- "margin-top": "12px",
- "padding": "3px 5px",
- "padding-left": "22px",
- "font-size": "12px",
- "font-weight": "normal",
- "border": "1px solid #AAA",
- "background-color": "#FFF",
- "line-height": "normal",
- "color":"#666",
- "border-radius":"3px"
- },
- "cancelBaseNode": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/editCancel.png) 3px center no-repeat",
- "float": "right",
- "cursor": "pointer",
- "margin-top": "12px",
- "padding": "3px 5px",
- "padding-left": "22px",
- "font-size": "12px",
- "font-weight": "normal",
- "border": "1px solid #999",
- "background-color": "#AAA",
- "line-height": "normal",
- "color":"#FFF",
- "border-radius":"3px"
- },
- "saveBaseNode": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/editOk.png) 15px center no-repeat",
- "float": "right",
- "cursor": "pointer",
- "margin-top": "12px",
- "padding": "3px 20px",
- "padding-left": "35px",
- "font-size": "12px",
- "font-weight": "normal",
- "border": "1px solid #888",
- "background-color": "#6b8bbd",
- "line-height": "normal",
- "color":"#FFF",
- "margin-right": "10px",
- "border-radius":"3px",
- "box-shadow": "0px 0px 5px #888",
- },
- "propertyInforContentNode": {
- "margin": "10px 10px",
- "color": "#333",
- "font-size": "14px",
- "line-height": "30px"
- },
- "propertyBaseContentTdTitle": {
- "width": "20%",
- "text-align": "right",
- "color": "#da7429"
- },
- "addDutyNode": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/edit.png) 3px center no-repeat",
- "float": "right",
- "cursor": "pointer",
- "margin-top": "12px",
- "padding": "3px 5px",
- "padding-left": "22px",
- "font-size": "12px",
- "font-weight": "normal",
- "border": "1px solid #AAA",
- "background-color": "#FFF",
- "line-height": "normal",
- "color":"#666",
- "border-radius":"3px"
- },
- "addDutyNode": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/additem.png) 3px center no-repeat",
- "float": "right",
- "cursor": "pointer",
- "margin-top": "12px",
- "margin-left": "5px",
- "padding": "3px 5px",
- "padding-left": "22px",
- "font-size": "12px",
- "font-weight": "normal",
- "border": "1px solid #666",
- "background-color": "#FFF",
- "line-height": "normal",
- "color":"#333",
- "border-radius":"3px"
- },
- "deleteDutyNode_desable": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/deleteitem_disable.png) 3px center no-repeat",
- "float": "right",
- "cursor": "pointer",
- "margin-top": "12px",
- "margin-left": "5px",
- "padding": "3px 5px",
- "padding-left": "22px",
- "font-size": "12px",
- "font-weight": "normal",
- "border": "1px solid #CCC",
- "background-color": "#FFF",
- "line-height": "normal",
- "color":"#999",
- "border-radius":"3px"
- },
- "deleteDutyNode": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/deleteitem.png) 3px center no-repeat",
- "float": "right",
- "cursor": "pointer",
- "margin-top": "12px",
- "margin-left": "5px",
- "padding": "3px 5px",
- "padding-left": "22px",
- "font-size": "12px",
- "font-weight": "normal",
- "border": "1px solid #666",
- "background-color": "#FFF",
- "line-height": "normal",
- "color":"#333",
- "border-radius":"3px"
- },
- "propertyDutyContentTdTitle": {
- "border-bottom": "1px solid #CCC",
- "background-color": "#DDD"
- },
- "member": {
- "identityNode": {
- "padding": "5px",
- "float": "left",
- "margin-right": "10px",
- "margin-bottom": "10px",
- "background-color": "#DDD",
- "border-radius":"5px",
- "color": "#333",
- "line-height": "20px",
- "cursor": "pointer"
- },
- "identityNode_over": {
- "padding": "5px",
- "float": "left",
- "margin-right": "10px",
- "margin-bottom": "10px",
- "background-color": "#da7429",
- "border-radius":"5px",
- "line-height": "20px",
- "color": "#FFF",
- "cursor": "pointer"
- },
- "identityRemoveNode": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/del.png) center center no-repeat",
- "width": "16px",
- "margin-left": "5px",
- "height": "20px",
- "float": "right"
- },
- "identityInforNode": {
- "overflow": "hidden"
- },
- "identityInforNameNode": {
- "height": "40px"
- },
- "identityInforPicNode": {
- "height": "40px",
- "width": "40px",
- "float": "left"
- },
- "identityInforNameTextNode": {
- "height": "40px",
- "float": "left",
- "margin-left": "10px",
- "width": "80px",
- "color": "#da7429",
- "font-size": "14px",
- "font-weight": "bold"
- },
- "identityInforPhoneNode": {
- "padding": "0px",
- "margin-top": "15px",
- "height": "10px"
- },
- }
- },
- "map": {
- "contentNode": {
- "line-height": "normal",
- "height": "16px",
- "background": "transparent"
- },
- "contentNode_selected": {
- "line-height": "normal",
- "height": "16px",
- "background": "#f7eae1"
- },
- "selectNode":{
- "border-bottom": "1px solid #CCC",
- "cursor": "pointer",
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/select.png) center center no-repeat",
- },
- "selectNode_selected":{
- "border-bottom": "1px solid #CCC",
- "cursor": "pointer",
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/selected.png) center center no-repeat",
- },
- "nameNode": {
- "text-align": "center",
- "font-size": "12px",
- "border-right": "1px solid #CCC",
- "border-bottom": "1px solid #CCC"
- },
- "valueNode": {
- "text-align": "left",
- "font-size": "12px",
- "border-bottom": "1px solid #CCC"
- },
- "actionNode": {
- "background": "url("+"/x_component_Organization/$OrgExplorer/default/icon/add.png) center center no-repeat",
- "border-bottom": "1px solid #CCC",
- "cursor": "pointer"
- },
- "actionAttributeNode":{
- "border-bottom": "1px solid #CCC"
- },
- "identityNode": {
- "padding": "3px",
- "float": "left",
- "margin-right": "3px",
- "margin-bottom": "3px",
- "background-color": "#DDD",
- "border-radius":"5px",
- "color": "#333",
- "cursor": "pointer"
- },
- "identityNode_over": {
- "padding": "3px",
- "float": "left",
- "margin-right": "3px",
- "margin-bottom": "3px",
- "background-color": "#da7429",
- "border-radius":"5px",
- "color": "#FFF",
- "cursor": "pointer"
- },
- "identityInforNode": {
- "overflow": "hidden"
- },
- "identityInforNameNode": {
- "height": "40px"
- },
- "identityInforPicNode": {
- "height": "40px",
- "width": "40px",
- "float": "left"
- },
- "identityInforNameTextNode": {
- "height": "40px",
- "float": "left",
- "margin-left": "10px",
- "width": "80px",
- "color": "#da7429",
- "font-size": "14px",
- "font-weight": "bold"
- },
- "identityInforPhoneNode": {
- "padding": "0px",
- "margin-top": "15px",
- "height": "10px"
- },
- "nameInputNode": {
- "height": "16px",
- "width": "98%",
- "border": "1px solid #CCC"
- }
-
- }
- }
|