styles_green-flat.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "name": "绿色扁平",
  3. "view": {
  4. "container" : {
  5. "height" : "100%",
  6. "overflow" : "auto",
  7. "font-size": "14px",
  8. "border-radius":"15px"
  9. },
  10. "table": {
  11. "margin-bottom": "20px",
  12. "width": "100%"
  13. },
  14. "titleTr":{ //viewTitleTrNode viewTitleLineNode
  15. "line-height": "24px",
  16. "height": "24px",
  17. "color": "#666666",
  18. "background-color": "#fafafa"
  19. },
  20. "titleTd":{ //viewTitleColumnNode viewTitleCellNode
  21. "font-weight": "600",
  22. "padding": "16px 10px",
  23. "border-bottom": "1px solid #ebeef5",
  24. "background" : "inherit"
  25. },
  26. "contentTr" : {
  27. "background": "#ffffff"
  28. },
  29. "contentSelectedTr" : {
  30. "background": "#F5FBFA"
  31. },
  32. "contentTd": {
  33. "color": "#333333",
  34. "height": "24px",
  35. "line-height": "24px",
  36. "padding": "16px 5px",
  37. "border-bottom": "1px solid #ebeef5"
  38. },
  39. "zebraContentTd": {
  40. "color": "#333333",
  41. "height": "24px",
  42. "line-height": "24px",
  43. "padding": "16px 5px",
  44. "border-bottom": "1px solid #ebeef5"
  45. },
  46. "contentGroupTd": {
  47. "padding": "16px 5px",
  48. "border-bottom": "1px solid #ebeef5",
  49. "color": "#666666",
  50. "font-weight": "500",
  51. "background-color": "#fafafa",
  52. "cursor": "pointer"
  53. },
  54. "groupCollapseNode": {
  55. "height": "24px",
  56. "line-height": "24px",
  57. "padding-left" : "20px",
  58. "background-image": "url(../x_component_query_ViewDesigner/$View/default/icon/right.png)",
  59. "background-repeat" : "no-repeat",
  60. "background-position": "left center"
  61. },
  62. "groupExpandNode": {
  63. "height": "24px",
  64. "line-height": "24px",
  65. "padding-left" : "20px",
  66. "background-image": "url(../x_component_query_ViewDesigner/$View/default/icon/down.png)",
  67. "background-repeat" : "no-repeat",
  68. "background-position": "left center"
  69. },
  70. "checkboxNode" : {
  71. "background-image": "url(../x_component_query_Query/$Viewer/default/icon_green/checkbox.png)",
  72. "background-repeat" : "no-repeat",
  73. "background-position": "center center"
  74. },
  75. "checkedCheckboxNode" : {
  76. "background-image": "url(../x_component_query_Query/$Viewer/default/icon_green/checkbox_checked.png)",
  77. "background-repeat" : "no-repeat",
  78. "background-position": "center center"
  79. },
  80. "radioNode" : {
  81. "background-image": "url(../x_component_query_Query/$Viewer/default/icon_green/radiobox.png)",
  82. "background-repeat" : "no-repeat",
  83. "background-position": "center center"
  84. },
  85. "checkedRadioNode" : {
  86. "background-image": "url(../x_component_query_Query/$Viewer/default/icon_green/radiobox_checked.png)",
  87. "background-repeat" : "no-repeat",
  88. "background-position": "center center"
  89. },
  90. "noDataTextNode" : {
  91. "height" : "50px",
  92. "font-size" : "16px",
  93. "margin" : "20px auto",
  94. "text-align" : "center"
  95. },
  96. "tableProperties": {
  97. "width": "100%",
  98. "border": "0",
  99. "cellpadding": "0",
  100. "cellspacing": "0"
  101. }
  102. },
  103. "actionbar": {
  104. "style": "xform_green_flat",
  105. "iconStyle" : "green",
  106. "iconOverStyle": "green",
  107. "customIconStyle" : "green",
  108. "customIconOverStyle" : "green",
  109. "forceStyles" : {
  110. "container" : {
  111. "width" : "auto",
  112. "padding-left" : "10px",
  113. "padding-right" : "10px",
  114. "padding-top": "10px",
  115. "padding-bottom": "10px",
  116. "border-top" : "0px",
  117. "margin" : "0px auto 10px auto",
  118. "border-radius": "15px",
  119. "border-bottom" : "1px solid #F1F4F9"
  120. }
  121. }
  122. },
  123. "paging" : {
  124. "style" : "green_round",
  125. "style_rect" : "green",
  126. "style_round" : "green_round"
  127. }
  128. }