| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "name": "蓝白扁平",
- "table": {
- "containerStyles" : {
- },
- "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",
- "forceStyles" : {
- "container" : {
- "width" : "100%",
- "padding-left" : "10px",
- "padding-right" : "10px",
- "border-top" : "0px",
- "border-bottom" : "1px solid #4a90e2"
- }
- }
- },
- "paging" : {
- "style" : "default"
- }
- }
|