styles_blue-flat.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "蓝白扁平",
  3. "form": {
  4. "styles":{
  5. "background-color": "#f1f4f9"
  6. }
  7. },
  8. "table": {
  9. "tableStyles": {
  10. "background-color": "#FFF",
  11. "border" : "1px solid #DCDFE6"
  12. },
  13. "titleTdStyles":{
  14. "background-color": "#F1F4F9",
  15. "color": "#12171F",
  16. "font-weight": "bold",
  17. "height": "30px",
  18. "line-height": "30px",
  19. "text-align": "center"
  20. },
  21. "contentTdStyles": {
  22. "background-color": "#FFFFFF",
  23. "color": "#535861"
  24. },
  25. "contentTdOverStyles": {
  26. "background-color": "#FFFFFF",
  27. "color": "#535861"
  28. },
  29. "contentTdSelectedStyles": {
  30. "background-color": "#FFFFFF",
  31. "color": "#535861"
  32. },
  33. "properties": {
  34. "width": "100%",
  35. "border": "0",
  36. "cellpadding": "3",
  37. "cellspacing": "5",
  38. "align": "center"
  39. }
  40. },
  41. "actionbar": {
  42. "style": "xform_blue_flat",
  43. "iconOverStyle": "xform_blue_flat_over",
  44. "customIconStyle" : "blue",
  45. "customIconOverStyle" : "white"
  46. },
  47. "paging" : {
  48. }
  49. }