123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "tabPageContainer" : {
- "height": "100%"
- },
- "elementContentListNode": {
- "overflow": "hidden",
- "margin": "20px",
- "min-width": "960px"
- },
- "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": "100%",
- "max-width": "600px",
- "box-shadow": "0px 0px 20px #999",
- "margin": "auto",
- "border-radius": "4px",
- "border": "1px solid #666",
- "overflow": "hidden"
- },
- "createNewNode": {
- "width": "47px",
- "height": "47px",
- "background": "url(../x_component_Attendance/$PeopleDetail/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/$PeopleDetail/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/$PeopleDetail/default/icon/editCancel_bg.png) no-repeat"
- },
- "checkBox" : {
- "margin-right" : "5px",
- "font-size" : "14px"
- }
- }
|