123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199 |
- {
- "inputText": {
- "width": "99%",
- "border":"1px solid #DEDEDE",
- "background-color":"#FFF",
- "height": "26px",
- "font-size": "14px",
- "border-radius" : "13px"
- },
- "inputTime" : {
- "width": "99%",
- "border-radius" : "13px",
- "border":"1px solid #DEDEDE",
- "height": "26px",
- "font-size": "14px",
- "background" : "#fff url(../x_component_Template/$MForm/attendance/icon/calendar.png) 98% center no-repeat"
- },
- "inputTimeUnformatWidth" : {
- "border-radius" : "13px",
- "border":"1px solid #DEDEDE",
- "height": "26px",
- "font-size": "14px",
- "background" : "#fff url(../x_component_Template/$MForm/attendance/icon/calendar.png) 98% center no-repeat"
- },
- "inputPerson" : {
- "width": "99%",
- "border-radius" : "13px",
- "border":"1px solid #DEDEDE",
- "min-height": "26px",
- "overflow" : "hidden",
- "font-size": "14px",
- "background" : "#fff url(../x_component_Template/$MForm/attendance/icon/selectperson.png) 98% center no-repeat"
- },
- "inputTextarea" : {
- "width": "99%",
- "border-radius" : "13px",
- "border":"1px solid #DEDEDE",
- "background-color":"#FFF",
- "height": "80px"
- },
- "inputCheckbox" : {
- "float" : "left",
- "margin-right" : "12px"
- },
- "inputRadio" : {
- "float" : "left",
- "margin-right" : "12px"
- },
- "inputSelect" : {
- "width": "99%",
- "border-radius" : "13px",
- "border":"1px solid #DEDEDE",
- "background-color":"#FFF",
- "font-size": "14px",
- "height": "26px"
- },
- "inputSelectUnformatWidth" : {
- "margin-right":"5px",
- "border-radius" : "13px",
- "border":"1px solid #DEDEDE",
- "background-color":"#FFF",
- "font-size": "14px",
- "height": "26px"
- },
- "inputButton" : {
- "background": "#3C76B7",
- "border-radius": "13px",
- "padding" : "0px 10px",
- "line-height" : "26px",
- "height" : "26px",
- "border" : "0px",
- "color" : "#fff",
- "cursor" : "pointer",
- "font-size" : "14px"
- },
- "inputAcceptButton" : {
- "background-color": "#3C76B7",
- "border-radius": "13px",
- "padding" : "0px 10px",
- "line-height" : "26px",
- "height" : "26px",
- "border" : "0px",
- "color" : "#fff",
- "cursor" : "pointer",
- "float" : "left",
- "font-size" : "14px"
- },
- "inputDenyButton" : {
- "background-color": "#f0f0f0",
- "border-radius": "13px",
- "padding" : "0px 10px",
- "float" : "left",
- "line-height" : "26px",
- "height" : "26px",
- "border" : "0px",
- "color" : "#666",
- "cursor" : "pointer",
- "font-size" : "14px"
- },
- "inputOkButton" : {
- "background": "#3C76B7",
- "border-radius": "13px",
- "width" : "230px",
- "height" : "40px",
- "border" : "0px",
- "color" : "#fff",
- "cursor" : "pointer",
- "font-size" : "18px"
- },
- "inputCancelButton" : {
- "background": "#f0f0f0",
- "border-radius": "13px",
- "width" : "110px",
- "height" : "40px",
- "color" : "#666",
- "border" : "0px",
- "margin-left" : "20px",
- "font-size" : "18px",
- "cursor" : "pointer"
- },
- "inputA" : {
- "color" : "#3C76B7",
- "cursor" : "pointer"
- },
- "formTable" : {
- //"margin-top" : "10px"
- },
- "formTableHead" : {
- "height": "50px",
- "line-height": "50px",
- "text-align": "center",
- "min-width": "80px",
- "font-size":"20px",
- "font-weight": "bold"
- },
- "formTableTitle" : {
- "color" : "#333",
- "font-size": "14px",
- "padding": "0px 20px 0px 0px",
- "height" : "35px",
- "line-height" : "35px",
- "text-align": "left"
- },
- "formTableTitleRight": {
- "color" : "#333",
- "font-size": "14px",
- "padding": "0px 20px 0px 0px",
- "height" : "35px",
- "line-height" : "35px",
- "text-align": "right"
- },
- "formTableTitle2" : {
- "color" : "#333",
- "font-size": "14px",
- "padding": "0px 10px 0px 20px",
- "height" : "35px",
- "line-height" : "35px",
- "text-align": "left"
- },
- "formTableValue" : {
- "color" : "#666",
- "text-align": "left",
- "font-size" : "14px"
- },
- "formTableValueTop20" : {
- "color" : "#666",
- "padding-top" : "20px",
- "text-align": "left"
- },
- "formTableTitleDiv" : {
- "font-weight" : "bold"
- },
- "formTableValueDiv" : {
- "color" : "#666",
- "min-height" : "40px",
- "line-height" : "22px"
- },
- "formTableInlineValueDiv" : {
- "color" : "#666",
- "float" : "left",
- "margin-right" : "10px"
- },
- "warmMessageNode" : {
- "margin-top" : "10px",
- "font-size": "14px",
- "color":"#ff5c42",
- "padding-left": "20px",
- "background" : "url(../x_component_Template/$MForm/o2platform/icon/icon_warning.png) left center no-repeat"
- },
- "warningMessageNode" : {
- "margin-top" : "10px",
- "font-size": "14px",
- "color":"#ff5c42",
- "padding-left": "20px",
- "background" : "url(../x_component_Template/$MForm/o2platform/icon/icon_warning.png) left center no-repeat"
- }
- }
|