123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226 |
- {
- "markNode": {
- "opacity": 0.6,
- "position": "absolute",
- "background-color": "#CCC",
- "top": "0px",
- "left": "0px"
- },
- "areaNode": {
- "position": "absolute",
- "opacity": 0,
- "top": "0px"
- },
- "areaNode_mobile": {
- "position": "absolute",
- "opacity": 0,
- "top": "0px",
- "z-index" : "1000",
- "width": "100%",
- "height": "100%"
- },
- "createNode": {
- "background-color": "#FFF",
- //"width": "90%",
- //"max-width": "1000px",
- "box-shadow": "0px 0px 18px #999",
- "margin": "auto",
- "border-radius": "8px",
- "border": "0px solid #666",
- "overflow": "auto"
- },
- "createNode_mobile": {
- "background-color": "#FFF",
- "box-shadow": "0px 0px 0px #999",
- "margin": "auto",
- "border-radius": "0px",
- "border": "0px solid #666",
- "overflow": "auto",
- "width": "100%",
- "height": "100%"
- },
- "createNewNode": {
- "width": "47px",
- "height": "47px",
- "float": "left",
- "background": "url("+"../x_component_process_TaskCenter/$ProcessStarter/default/new.png) no-repeat",
- "display": "none"
- },
- "createCloseNode": {
- "width": "30px",
- "height": "30px",
- "float": "right",
- "cursor": "pointer",
- "background": "url("+"../x_component_process_TaskCenter/$ProcessStarter/default/close.png) center center no-repeat"
- },
- "formNode": {
- "border-radius": "8px",
- "border": "0px solid #666",
- //"width": "90%",
- "margin": "auto 30px",
- "font-size": "16px",
- "color": "#666",
- "overflow": "hidden",
- "font-family": "Microsoft YaHei"
- },
- "actionNode": {
- "width": "280px",
- "margin": "auto",
- "overflow": "hidden"
- },
- "startOkActionNode": {
- "height": "30px",
- "width": "85px",
- "cursor": "pointer",
- "float": "right",
- "line-height": "30px",
- "padding-left": "65px",
- "font-size": "16px",
- "font-family": "Microsoft YaHei",
- "border-radius": "3px",
- "border": "1px solid #354f67",
- "color": "#FFF",
- "margin-right": "20px",
- "margin-top": "20px",
- "margin-bottom": "20px",
- "box-shadow": "0px 0px 0px #666",
- "background": "url("+"../x_component_process_TaskCenter/$ProcessStarter/default/editOk_bg.png) no-repeat"
- },
- "cancelActionNode": {
- "height": "30px",
- "width": "60px",
- "cursor": "pointer",
- "float": "right",
- "line-height": "30px",
- "padding-left": "40px",
- "font-size": "16px",
- "font-family": "Microsoft YaHei",
- "border-radius": "3px",
- "color": "#FFF",
- "margin-top": "20px",
- "margin-bottom": "20px",
- "box-shadow": "0px 0px 0px #666",
- "border": "1px solid #999",
- "background": "url("+"../x_component_process_TaskCenter/$ProcessStarter/default/editCancel_bg.png) no-repeat"
- },
- "departSelNode": {
- "padding": "5px",
- "margin-right": "10px",
- "float": "left",
- "background-color": "#DDD",
- "border-radius": "3px",
- "color": "#000",
- "cursor": "pointer"
- },
- "departSelNode_over": {
- "background-color": "#fecfb7",
- },
- "departSelNode_out": {
- "background-color": "#EEE",
- },
- "departSelNode_selected": {
- "background-color": "#ea621f",
- "color": "#FFF"
- },
- "identityNode": {
- "width": "240px",
- //"height": "120px",
- "border": "1px solid #e6e6e6",
- "border-radius":"8px",
- "background-color": "#FFF",
- "float": "left",
- "cursor": "pointer",
- "font-size": "12px",
- "padding": "20px 20px 10px 20px",
- "margin": "10px 10px 20px 20px",
- "box-shadow": "0px 0px 4px #e6e6e6",
- "position": "relative",
- "background": "url("+"../x_component_process_TaskCenter/$ProcessStarter/default/id_bg.png) no-repeat",
- "background-size": "cover"
- },
- "identityNode_mobile": {
- "width": "240px",
- //"height": "120px",
- "border": "1px solid #e6e6e6",
- "border-radius":"8px",
- "background-color": "#FFF",
- "cursor": "pointer",
- "font-size": "12px",
- "padding": "20px 20px 10px 20px",
- "margin": "10px auto 20px auto",
- "box-shadow": "0px 0px 0px #999",
- "position": "relative",
- "background": "url("+"../x_component_process_TaskCenter/$ProcessStarter/default/id_bg.png) no-repeat"
- },
- "identityNode_over": {
- "border": "1px solid #4A90E2"
- },
- "identityInforNameNode": {
- "height": "50px",
- "margin-bottom": "5px"
- },
- "identityInforPicNode": {
- "height": "50px",
- "width": "50px",
- "border-radius": "25px",
- "overflow": "hidden",
- "float": "left"
- },
- "identityInforNameTextNode": {
- "height": "40px",
- "line-height": "40px",
- "overflow": "hidden",
- "float": "left",
- "margin-left": "10px",
- "margin-right": "30px",
- "width": "150px",
- "color": "#333333",
- "font-size": "16px",
- "text-align": "left"
- },
- "identityInforUnitTextNode": {
- "position": "absolute",
- "float": "right",
- "top": "14px",
- "right": "14px"
- },
- "identityInforNameTextNode_over": {
- //"color": "#da7429"
- },
- "identityDepartmentNode": {
- "height": "36px",
- "line-height": "40px",
- "overflow": "hidden",
- "font-size": "14px",
- //"border-bottom": "1px solid #e6e6e6"
- },
- "identityCompanyNode": {
- "height": "36px",
- "line-height": "40px",
- "overflow": "hidden",
- "border-bottom": "1px solid #e6e6e6"
- },
- "identityDutyNode": {
- "height": "36px",
- "line-height": "40px",
- "overflow": "hidden",
- "font-size": "14px",
- //"border-bottom": "1px solid #e6e6e6"
- },
- "identityTitleNode": {
- "color": "#000",
- "width": "40px",
- "float": "left"
- },
- "identityTitleNode_over": {
- // "color": "#da7429"
- },
- "identityTextNode": {
- "margin-left": "40px",
- "text-align": "left",
- "color": "#999999",
- },
- }
|