123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174 |
- {
- "formMaskNode": {
- "width": "100%",
- "height": "100%",
- "opacity": 0.6,
- "position": "absolute",
- "background-color": "#CCC",
- "top": "0px",
- "left": "0px"
- },
- "formAreaNode": {
- "position": "absolute",
- "opacity": 0,
- "top": "0px"
- },
- "formNode": {
- "background-color": "#fff",
- "box-shadow": "0px 0px 20px #999",
- "border": "6px solid #666",
- "margin": "auto",
- "border-radius" : "8px",
- "overflow": "hidden"
- },
- "formTopNode": {
- "color" : "#666",
- "height" : "50px",
- "background-color": "#fff",
- "line-height": "40px",
- "font-size": "14px",
- "padding-left" : "5px",
- "text-align": "center",
- "position" : "relative"
- },
- "formTopTextNode" : {
- //"font-family" : "PingFang-SC-Medium",
- "height" : "70px",
- "line-height" : "70px",
- "padding-left" : "18px",
- "font-size": "20px",
- "font-weight" : "bold",
- "overflow" : "hidden",
- "text-overflow" : "ellipsis",
- "white-space":"nowrap"
- },
- "formTopCloseActionNode": {
- "position" : "absolute",
- "width": "32px",
- "height" : "30px",
- "line-height" : "30px",
- "right": "10px",
- "top" : "10px",
- "background": "url(../x_component_Template/$MPopupForm/attendance/icon/close.png) no-repeat center center",
- "cursor": "pointer"
- },
- "resizeNode" : {
- "position": "absolute",
- "height": "15px",
- "width": "15px",
- "bottom": "0px",
- "right": "0px",
- "cursor" : "se-resize"
- },
- "formTopContentNode" : {
- "float" : "right",
- "padding-right" : "10px",
- "text-align" : "right"
- },
- "formTopContentSepNode" : {
- "float" : "right",
- "width" : "1px",
- "margin-top" : "33px",
- "margin-right" : "10px",
- "height" : "16px",
- "border-left" : "1px solid #fff"
- },
- "inputActive" : {
- "border" : "1px solid #3c75b7"
- },
- "formTopContentNode" : {
- "overflow" : "hidden",
- "float" : "right",
- "padding-right" : "10px",
- "text-align" : "right"
- },
- "formTopContentCustomNode" : {
- "float" : "right",
- "margin-top" : "20px",
- "margin-right" : "10px",
- "font-size" : "16px",
- "cursor" : "pointer"
- },
- "formTopContentTitle" : {
- },
- "formTopContentValue" : {
- "padding-right" : "20px",
- "font-size": "12px"
- },
- "formContentNode": {
- "border": "0px solid #666",
- "width": "100%",
- "margin": "auto",
- "font-size": "14px",
- "color": "#666",
- "font-family": "Microsoft YaHei",
- "overflow" : "hidden",
- "position" : "relative"
- },
- "formTableContainer" : {
- "width" : "700px",
- "margin": "0px auto 20px auto",
- "padding-top" : "40px",
- "overflow" : "hidden",
- "positon" : "static"
- },
- "formTableContainer2" : {
- "width" : "600px",
- "margin": "20px auto 0px auto",
- "overflow" : "hidden",
- "positon" : "static"
- },
- "formBottomNode" : {
- "height" : "60px",
- "line-height" : "60px",
- "background-color" : "#fff",
- "overflow" : "hidden"
- },
- "editTableTitle": {
- "width": "80px",
- "font-weight": "bold",
- "font-size": "12px",
- "height": "24px",
- "line-height": "24px",
- "border" : "1px solid #e9e9e9",
- "border-collapse" : "collapse"
- },
- "editTableValue": {
- "height": "24px",
- "line-height": "24px",
- "border" : "1px solid #e9e9e9",
- "border-collapse" : "collapse"
- },
- "formOkActionNode": {
- "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": "30px",
- "box-shadow": "0px 0px 0px #666",
- "background": "url("+"../x_component_Template/$MPopupForm/blue/icon/editOk_bg.png) no-repeat"
- },
- "formCancelActionNode": {
- "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-right": "80px",
- "box-shadow": "0px 0px 0px #666",
- "border": "1px solid #999",
- "background": "url("+"../x_component_Template/$MPopupForm/blue/icon/editCancel_bg.png) no-repeat"
- }
- }
|