styles_blue-flat.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "name": "蓝白扁平",
  3. "view": {
  4. "container" : {
  5. "height" : "100%",
  6. "overflow" : "auto",
  7. "font-size": "14px"
  8. },
  9. "table": {
  10. "margin-bottom": "20px",
  11. "width": "100%"
  12. },
  13. "titleTr":{ //viewTitleTrNode viewTitleLineNode
  14. "line-height": "40px",
  15. "height": "40px",
  16. "color": "#666666",
  17. "background-color": "#F1F4F9"
  18. },
  19. "titleTd":{ //viewTitleColumnNode viewTitleCellNode
  20. "font-weight": "bold",
  21. "padding": "0px 10px",
  22. "border-bottom": "1px solid #dcdfe6"
  23. },
  24. "contentTr" : {
  25. "background": "#ffffff"
  26. },
  27. "contentSelectedTr" : {
  28. "background": "#ecf5ff"
  29. },
  30. "contentTd": {
  31. "height": "30px",
  32. "line-height": "30px",
  33. "padding": "5px 5px",
  34. "border-bottom": "1px solid #dcdfe6"
  35. },
  36. "contentGroupTd": {
  37. "padding": "5px 5px",
  38. "border-bottom": "1px solid #dcdfe6",
  39. "font-weight": "bold",
  40. "background-color": "#F1F4F9",
  41. "cursor": "pointer"
  42. },
  43. "groupCollapseNode": {
  44. "height": "30px",
  45. "line-height": "30px",
  46. "padding-left" : "20px",
  47. "background-image": "url(/x_component_process_ViewDesigner/$View/default/icon/right.png)",
  48. "background-repeat" : "no-repeat",
  49. "background-position": "left center"
  50. },
  51. "groupExpandNode": {
  52. "height": "30px",
  53. "line-height": "30px",
  54. "padding-left" : "20px",
  55. "background-image": "url(/x_component_process_ViewDesigner/$View/default/icon/down.png)",
  56. "background-repeat" : "no-repeat",
  57. "background-position": "left center"
  58. },
  59. "checkboxNode" : {
  60. "background-image": "url(/x_component_query_Query/$Viewer/default/icon/checkbox.png)",
  61. "background-repeat" : "no-repeat",
  62. "background-position": "center center"
  63. },
  64. "checkedCheckboxNode" : {
  65. "background-image": "url(/x_component_query_Query/$Viewer/default/icon/checkbox_checked.png)",
  66. "background-repeat" : "no-repeat",
  67. "background-position": "center center"
  68. },
  69. "radioNode" : {
  70. "background-image": "url(/x_component_query_Query/$Viewer/default/icon/radiobox.png)",
  71. "background-repeat" : "no-repeat",
  72. "background-position": "center center"
  73. },
  74. "checkedRadioNode" : {
  75. "background-image": "url(/x_component_query_Query/$Viewer/default/icon/radiobox_checked.png)",
  76. "background-repeat" : "no-repeat",
  77. "background-position": "center center"
  78. },
  79. "tableProperties": {
  80. "width": "100%",
  81. "border": "0",
  82. "cellpadding": "0",
  83. "cellspacing": "0"
  84. }
  85. },
  86. "actionbar": {
  87. "style": "xform_blue_flat",
  88. "iconStyle" : "blue",
  89. "iconOverStyle": "white",
  90. "customIconStyle" : "blue",
  91. "customIconOverStyle" : "white",
  92. "forceStyles" : {
  93. "container" : {
  94. "width" : "100%",
  95. "padding-left" : "10px",
  96. "padding-right" : "10px",
  97. "border-top" : "0px",
  98. "border-bottom" : "1px solid #F1F4F9"
  99. }
  100. }
  101. },
  102. "paging" : {
  103. "style" : "blue_round",
  104. "style_rect" : "default",
  105. "style_round" : "blue_round"
  106. }
  107. }