1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "inputText": {
- "width": "99%",
- "border":"1px solid #999",
- "background-color":"#FFF",
- "border-radius": "3px",
- "height": "18px"
- },
- "inputRadio" : {
- "float" : "left",
- "margin-right" : "5px"
- },
- "inputTime" : {
- "width": "99%",
- "border":"1px solid #999",
- "background-color":"#FFF",
- "border-radius": "3px",
- "height": "18px",
- "background" : "url(../x_component_Template/$MForm/default/icon/calendar.png) 99% center no-repeat"
- },
- "inputPerson" : {
- "width": "99%",
- "border":"1px solid #999",
- "background-color":"#FFF",
- "border-radius": "3px",
- "min-height": "18px",
- "overflow" : "hidden",
- "background" : "url(../x_component_Template/$MForm/default/icon/selectperson.png) 99% center no-repeat"
- },
- "inputTextarea" : {
- "width": "99%",
- "border":"1px solid #999",
- "background-color":"#FFF",
- "border-radius": "3px",
- "height": "32px"
- },
- "formTable" : {
- "border" : "1px solid #ccc",
- "border-collapse" : "collapse",
- "font-size" : "12px"
- },
- "formTableHead" : {
- "height": "50px",
- "line-height": "50px",
- "text-align": "center",
- "min-width": "80px",
- "font-size":"20px",
- "font-weight": "bold",
- "border" : "1px solid #ccc",
- "border-collapse" : "collapse"
- },
- "formTableTitle" : {
- "height": "30px",
- "background-color" : "#eee",
- "line-height": "30px",
- "text-align": "left",
- "border" : "1px solid #ccc",
- "border-collapse" : "collapse"
- },
- "formTableValue" : {
- "text-align": "left",
- "border" : "1px solid #ccc",
- "border-collapse" : "collapse",
- "min-width" : "60px"
- }
- }
|