| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "蓝白扁平",
- "form": {
- "styles":{
- "background-color": "#f1f4f9"
- }
- },
- "table": {
- "tableStyles": {
- "background-color": "#FFF",
- "border" : "1px solid #DCDFE6"
- },
- "titleTdStyles":{
- "background-color": "#F1F4F9",
- "color": "#12171F",
- "font-weight": "bold",
- "height": "30px",
- "line-height": "30px",
- "text-align": "center"
- },
- "contentTdStyles": {
- "background-color": "#FFFFFF",
- "color": "#535861"
- },
- "contentTdOverStyles": {
- "background-color": "#FFFFFF",
- "color": "#535861"
- },
- "contentTdSelectedStyles": {
- "background-color": "#FFFFFF",
- "color": "#535861"
- },
- "properties": {
- "width": "100%",
- "border": "0",
- "cellpadding": "3",
- "cellspacing": "5",
- "align": "center"
- }
- },
- "actionbar": {
- "style": "xform_blue_flat",
- "iconOverStyle": "xform_blue_flat_over",
- "customIconStyle" : "blue",
- "customIconOverStyle" : "white"
- },
- "paging" : {
- }
- }
|