12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "elementContentListNode": {
- "overflow": "hidden",
- "margin": "20px",
- "min-width": "1140px"
- },
- "createMarkNode": {
- "width": "100%",
- "height": "100%",
- "opacity": 0.6,
- "position": "absolute",
- "background-color": "#CCC",
- "top": "0px",
- "left": "0px"
- },
- "createAreaNode": {
- "position": "absolute",
- "opacity": 0,
- "top": "0px"
- },
- "createNode": {
- "background-color": "#FFF",
- "width": "80%",
- "max-width": "600px",
- "box-shadow": "0px 0px 20px #999",
- "margin": "auto",
- "border-radius": "8px",
- "border": "6px solid #666",
- "overflow": "hidden"
- },
- "createNewNode": {
- "width": "47px",
- "height": "47px",
- "background": "url(../x_component_Attendance/$UnitDetail/default/icon/new.png) no-repeat"
- },
- "createIconNode": {
- "width": "47px",
- "height": "47px"
- },
- "createEditNode": {
- "width": "47px",
- "height": "47px"
- },
- "createFormNode": {
- "border-radius": "8px",
- "border": "0px solid #666",
- "width": "70%",
- "margin": "auto",
- "font-size": "16px",
- "color": "#666",
- "font-family": "Microsoft YaHei"
- },
- "createOkActionNode": {
- "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",
- "box-shadow": "0px 0px 0px #666",
- "background": "url(../x_component_Attendance/$UnitDetail/default/icon/editOk_bg.png) no-repeat"
- },
- "createCancelActionNode": {
- "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",
- "box-shadow": "0px 0px 0px #666",
- "border": "1px solid #999",
- "background": "url(../x_component_Attendance/$UnitDetail/default/icon/editCancel_bg.png) no-repeat"
- },
- "checkBox" : {
- "margin-right" : "5px",
- "font-size" : "14px"
- }
- }
|