123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- {
- "node": {
- "box-shadow": "inset 1px 0 0 0 #CCCCCC",
- "background": "#F8F8F8",
- "width": "300px",
- "height": "490px",
- "position": "absolute",
- "right": "0px",
- "top": "50px",
- "opacity": "0",
- "-webkit-user-select": "text",
- "-moz-user-select": "text"
- },
- "contentNode": {
- "overflow": "hidden"
- },
- "contentLine": {
- "height": "1px",
- "border-bottom": "1px dashed #ccc",
- "margin-top" : "20px",
- "margin-bottom" : "20px"
- },
- "titleDiv": {
- "margin-left" : "20px",
- "height": "30px",
- "width": "120px",
- "color": "#333",
- "font-size": "18px",
- "margin-bottom" : "10px"
- },
- "actionNode": {
- "height": "50px",
- "margin": "20px"
- },
- "actionSaveNode": {
- "background": "#3C76B7",
- "border-radius": "4px",
- "width" : "120px",
- "height" : "40px",
- "line-height" : "40px",
- "border" : "0px",
- "color" : "#fff",
- "cursor" : "pointer",
- "text-align" : "center",
- "margin-right" : "20px",
- "font-size" : "18px",
- "float" : "right"
- },
- "actionCancelNode": {
- "background": "#f0f0f0",
- "border-radius": "4px",
- "width" : "80px",
- "height" : "40px",
- "line-height" : "40px",
- "margin-right" : "20px",
- "color" : "#666",
- "border" : "0px",
- "font-size" : "18px",
- "text-align" : "center",
- "cursor" : "pointer",
- "float" : "right"
- },
- "statusArea": {
- "margin": "20px 0px",
- "overflow": "hidden"
- },
- "statusStyle" : {
- "overflow": "hidden",
- "margin-top":"10px",
- "margin-left":"30px"
- },
- "statusIconStyle": {
- "float": "left",
- "width": "20px",
- "height": "20px",
- "border-radius": "100px"
- },
- "statusIconStyle2": {
- "float": "left",
- "width": "16px",
- "height": "16px",
- "border-radius": "100px"
- },
- "statusTextStyle": {
- "margin-left": "35px",
- "line-height": "20px",
- "height": "20px",
- "font-size": "16px",
- "color": "#666"
- },
- "trapezoid_toRight" : {
- "position" : "absolute",
- "left" : "0px",
- "height": "51px",
- "width": "0",
- "border-left" : "8px solid #ccc",
- "border-right" : "0px",
- "border-top": "4px solid transparent",
- "border-bottom":"4px solid transparent",
- "cursor" : "pointer"
- },
- "trapezoid_toLeft" : {
- "position" : "absolute",
- "left" : "0px",
- "height": "51px",
- "width": "0",
- "border-left" : "0px",
- "border-right" : "8px solid #ccc",
- "border-top": "4px solid transparent",
- "border-bottom":"4px solid transparent",
- "cursor" : "pointer"
- },
- "calendarArea": {
- "margin": "20px 0px"
- },
- "calendarNode" : {
- "margin-left" : "10px",
- "background-color" : "#FAF3F3",
- "padding":"5px 0px 10px 10px",
- "border-raius" : "4px"
- },
- "calendarTopNode" : {
- "font-size" : "16px",
- "line-height" : "24px",
- "color" : "#666"
- },
- "scrollNode" : {
- "overflow" : "hidden"
- },
- "calendarItemContainer":{
- },
- "calendarItemNode" : {
- "margin-top" : "10px",
- "font-size" : "14px",
- "cursor" : "pointer"
- },
- "calendarItemColorNode" : {
- "font-size" : "14px",
- "height" : "20px",
- "width" : "20px",
- "line-height" : "20px",
- "text-align" : "center",
- "color" : "#fff",
- "border-radius" : "100px",
- "float" : "left"
- },
- "calendarItemTextNode" : {
- "font-size" : "16px",
- "margin-left" : "30px",
- "line-height" : "20px",
- "color" : "#666"
- },
- "calendarItemActionNode" : {
- }
- }
|