123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- {
- "name": "淡蓝风格",
- "view": {
- "container" : {
- "height" : "100%",
- "overflow" : "auto",
- "font-size": "14px"
- },
- "table": {
- "margin-bottom": "20px",
- "width": "100%"
- },
- "titleTr":{ //viewTitleTrNode viewTitleLineNode
- "line-height": "32px",
- "height": "32px",
- "color": "#333",
- "background-color": "#F4F6F8"
- },
- "titleTd":{ //viewTitleColumnNode viewTitleCellNode
- "font-weight": "bold",
- "line-height": "24px",
- "padding": "6px 10px",
- "border-bottom": "1px solid #E5E5E5",
- "background" : "inherit"
- },
- "contentTr" : {
- "background": "#ffffff"
- },
- "contentSelectedTr" : {
- "background": "#ecf5ff"
- },
- "contentTd": {
- "height": "30px",
- "line-height": "30px",
- "padding": "6px 5px",
- "border-bottom": "1px solid #dcdfe6"
- },
- "zebraContentTd": {
- "height": "30px",
- "line-height": "30px",
- "padding": "6px 5px",
- "background": "rgba(0,96,235,0.04)",
- "border-bottom": "1px solid #dcdfe6"
- },
- "contentGroupTd": {
- "padding": "5px 5px",
- "border-bottom": "1px solid #dcdfe6",
- "font-weight": "bold",
- "background-color": "#F1F4F9",
- "cursor": "pointer"
- },
- "groupCollapseNode": {
- "height": "30px",
- "line-height": "30px",
- "padding-left" : "20px",
- "background-image": "url(../x_component_query_ViewDesigner/$View/default/icon/right.png)",
- "background-repeat" : "no-repeat",
- "background-position": "left center"
- },
- "groupExpandNode": {
- "height": "30px",
- "line-height": "30px",
- "padding-left" : "20px",
- "background-image": "url(../x_component_query_ViewDesigner/$View/default/icon/down.png)",
- "background-repeat" : "no-repeat",
- "background-position": "left center"
- },
- "checkboxNode" : {
- "background-image": "url(../x_component_query_Query/$Viewer/default/icon_blue/checkbox.png)",
- "background-repeat" : "no-repeat",
- "background-position": "center center"
- },
- "checkedCheckboxNode" : {
- "background-image": "url(../x_component_query_Query/$Viewer/default/icon_blue/checkbox_checked.png)",
- "background-repeat" : "no-repeat",
- "background-position": "center center"
- },
- "radioNode" : {
- "background-image": "url(../x_component_query_Query/$Viewer/default/icon/radiobox.png)",
- "background-repeat" : "no-repeat",
- "background-position": "center center"
- },
- "checkedRadioNode" : {
- "background-image": "url(../x_component_query_Query/$Viewer/default/icon/radiobox_checked.png)",
- "background-repeat" : "no-repeat",
- "background-position": "center center"
- },
- "noDataTextNode" : {
- "height" : "50px",
- "font-size" : "16px",
- "margin" : "20px auto",
- "text-align" : "center"
- },
- "tableProperties": {
- "width": "100%",
- "border": "0",
- "cellpadding": "0",
- "cellspacing": "0"
- }
- },
- "actionbar": {
- "style": "xform_blue_flat",
- "iconStyle" : "blue",
- "iconOverStyle": "white",
- "customIconStyle" : "blue",
- "customIconOverStyle" : "white",
- "forceStyles" : {
- "container" : {
- "width" : "100%",
- "padding-left" : "10px",
- "padding-right" : "10px",
- "border-top" : "0px",
- "border-bottom" : "1px solid #F1F4F9"
- }
- }
- },
- "paging" : {
- "style" : "light_blue",
- "style_rect" : "light_blue",
- "style_round" : "light_blue"
- }
- }
|