123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207 |
- {
- "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 10px #999",
- "margin": "auto",
- "border-radius" : "8px",
- "overflow": "hidden",
- "-webkit-user-select": "text",
- "-moz-user-select": "text"
- },
- "formTopNode": {
- "color" : "#333",
- "height" : "50px",
- "background-color": "#f8f8f8",
- "line-height": "40px",
- "font-size": "14px",
- "padding-left" : "5px",
- "text-align": "left",
- "border-bottom" : "1px solid #ccc"
- },
- "formTopTextNode" : {
- //"font-family" : "PingFang-SC-Medium",
- "height" : "50px",
- "line-height" : "50px",
- "padding-left" : "18px",
- "font-size": "18px",
- "float": "left",
- "overflow" : "hidden",
- "text-overflow" : "ellipsis",
- "white-space":"nowrap"
- },
- "formTopCloseActionNode": {
- "width": "24px",
- "height" : "50px",
- "line-height" : "50px",
- "float": "right",
- "margin-right" : "20px",
- "background": "url(../x_component_Template/$MPopupForm/report/icon/icon_off.png) no-repeat center center",
- "cursor": "pointer"
- },
- "formTopMaxActionNode": {
- "width": "24px",
- "height" : "50px",
- "line-height" : "50px",
- "float": "right",
- "background": "url(../x_component_Template/$MPopupForm/report/icon/icon_max.png) no-repeat center center",
- "cursor": "pointer"
- },
- "formTopRestoreActionNode": {
- "display" : "none",
- "width": "24px",
- "height" : "50px",
- "line-height" : "50px",
- "float": "right",
- "background": "url(../x_component_Template/$MPopupForm/report/icon/icon_restore.png) no-repeat center center",
- "cursor": "pointer"
- },
- "formTopContentNode" : {
- "float" : "right",
- "padding-right" : "10px",
- "text-align" : "right"
- },
- "resizeNode" : {
- "position": "absolute",
- "height": "10px",
- "width": "10px",
- "bottom": "0px",
- "right": "0px",
- "cursor" : "se-resize"
- },
- "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"
- },
- "formTabContainer" : {
- "padding-top" : "10px",
- "height" : "30px",
- "border-bottom" : "1px solid #ccc",
- "margin" : "0px 30px"
- },
- "formTabNode":{
- "list-style" : "none",
- "padding": "0px 10px 7px 10px",
- "margin-left" : "10px",
- "height": "20px",
- "line-height": "20px",
- "overflow": "hidden",
- "font-family": "Microsoft YaHei",
- "font-size": "16px",
- "font-weight" : "normal",
- "float": "left",
- "cursor": "pointer",
- "color":"#666"
- //border-bottom-color: rgb(255, 255, 255); border-bottom-width: 2px; border-bottom-style: solid;
- //"display":"inline-block","width":"80px","height":"30px","text-align":"center","line-height":"30px","cursor":"pointer","color":"#3c76c1","font-size":"14px","margin-right" : "10px"
- },
- "formTabNode_over" : {
- "font-size": "16px",
- "color": "#3c76b7",
- "font-weight": "normal"
- },
- "formTabNode_current" : {
- "font-size": "16px",
- "color": "#3c76b7",
- "font-weight": "normal"
- },
- "formContentNode": {
- "border": "0px solid #666",
- "width": "100%",
- "margin": "auto",
- "font-size": "14px",
- "color": "#666",
- "font-family": "Microsoft YaHei",
- "overflow" : "hidden",
- "position" : "relative"
- },
- "formTableContainer" : {
- "width" : "80%",
- "margin": "0px auto 20px auto",
- "overflow" : "hidden",
- "positon" : "static"
- },
- "formTableContainer2" : {
- "width" : "600px",
- "margin": "20px auto 0px auto",
- "overflow" : "hidden",
- "positon" : "static"
- },
- "formBottomNode" : {
- "height" : "80px",
- "background-color" : "#fff",
- "overflow" : "hidden",
- "text-align" : "center"
- },
- "inputOkButton" : {
- "background": "#4898F3",
- "border-radius": "4px",
- "width" : "250px",
- "height" : "40px",
- "line-height" : "40px",
- "border" : "0px",
- "color" : "#fff",
- "cursor" : "pointer",
- "font-size" : "18px"
- },
- "inputCancelButton" : {
- "background": "#f0f0f0",
- "border-radius": "4px",
- "width" : "130px",
- "height" : "40px",
- "line-height" : "40px",
- "color" : "#666",
- "border" : "0px",
- "margin-left" : "20px",
- "font-size" : "18px",
- "cursor" : "pointer"
- },
- "inputCancelButton_long" : {
- "background": "#f0f0f0",
- "border-radius": "4px",
- "width" : "400px",
- "height" : "40px",
- "line-height" : "40px",
- "color" : "#666",
- "border" : "0px",
- "margin-left" : "20px",
- "font-size" : "18px",
- "cursor" : "pointer"
- },
- "helpNode" : {
- "width" : "16px",
- "height" : "16px",
- "background" : "url(x_component_Template/$MPopupForm/report/icon/icon_wen.png) no-repeat center center"
- }
- }
|