123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "node" : {
- "height": "100%",
- "overflow": "hidden"
- },
- "contentContainerNode" : {
- "margin-left": "0px",
- "overflow": "hidden",
- "background-color" : "#eee",
- "opacity": 1
- },
- "contentScrollNode": {
- "background-color": "#fff",
- "overflow": "scroll"
- },
- "contentNode": {
- "background-color": "#fff",
- "padding-bottom": "10px"
- },
- "bottomNode": {
- "height": "60px",
- "overflow": "hidden"
- },
- "inputEditButton": {
- "margin-top": "20px",
- "background": "#4A90E2",
- "border-radius": "20px",
- "width" : "320px",
- "height" : "40px",
- "line-height" : "40px",
- "border" : "0px",
- "color" : "#fff",
- "cursor" : "pointer",
- "font-size" : "16px",
- "text-align": "center"
- },
- "inputOkButton" : {
- "margin-top": "20px",
- "background": "#4A90E2",
- "border-radius": "20px",
- "width" : "230px",
- "height" : "40px",
- "line-height" : "40px",
- "border" : "0px",
- "color" : "#fff",
- "cursor" : "pointer",
- "font-size" : "16px",
- "text-align": "center",
- "float": "left"
- },
- "inputCancelButton" : {
- "margin-top": "20px",
- "background": "#fff",
- "border-radius": "20px",
- "width" : "160px",
- "height" : "40px",
- "line-height" : "40px",
- "color" : "#666",
- "border" : "0px",
- "margin-left" : "20px",
- "font-size" : "16px",
- "text-align": "center",
- "cursor" : "pointer",
- "float": "left"
- }
- }
|