styles_light-blue.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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": "32px",
  15. "height": "32px",
  16. "color": "#333",
  17. "background-color": "#F4F6F8"
  18. },
  19. "titleTd":{ //viewTitleColumnNode viewTitleCellNode
  20. "font-weight": "bold",
  21. "line-height": "24px",
  22. "padding": "6px 10px",
  23. "border-bottom": "1px solid #E5E5E5",
  24. "background" : "inherit"
  25. },
  26. "contentTr" : {
  27. "background": "#ffffff"
  28. },
  29. "contentSelectedTr" : {
  30. "background": "#ecf5ff"
  31. },
  32. "contentTd": {
  33. "height": "30px",
  34. "line-height": "30px",
  35. "padding": "6px 5px",
  36. "border-bottom": "1px solid #dcdfe6"
  37. },
  38. "zebraContentTd": {
  39. "height": "30px",
  40. "line-height": "30px",
  41. "padding": "6px 5px",
  42. "background": "rgba(0,96,235,0.04)",
  43. "border-bottom": "1px solid #dcdfe6"
  44. },
  45. "contentGroupTd": {
  46. "padding": "5px 5px",
  47. "border-bottom": "1px solid #dcdfe6",
  48. "font-weight": "bold",
  49. "background-color": "#F1F4F9",
  50. "cursor": "pointer"
  51. },
  52. "groupCollapseNode": {
  53. "height": "30px",
  54. "line-height": "30px",
  55. "padding-left" : "20px",
  56. "background-image": "url(../x_component_query_ViewDesigner/$View/default/icon/right.png)",
  57. "background-repeat" : "no-repeat",
  58. "background-position": "left center"
  59. },
  60. "groupExpandNode": {
  61. "height": "30px",
  62. "line-height": "30px",
  63. "padding-left" : "20px",
  64. "background-image": "url(../x_component_query_ViewDesigner/$View/default/icon/down.png)",
  65. "background-repeat" : "no-repeat",
  66. "background-position": "left center"
  67. },
  68. "checkboxNode" : {
  69. "background-image": "url(../x_component_query_Query/$Viewer/default/icon_blue/checkbox.png)",
  70. "background-repeat" : "no-repeat",
  71. "background-position": "center center"
  72. },
  73. "checkedCheckboxNode" : {
  74. "background-image": "url(../x_component_query_Query/$Viewer/default/icon_blue/checkbox_checked.png)",
  75. "background-repeat" : "no-repeat",
  76. "background-position": "center center"
  77. },
  78. "radioNode" : {
  79. "background-image": "url(../x_component_query_Query/$Viewer/default/icon/radiobox.png)",
  80. "background-repeat" : "no-repeat",
  81. "background-position": "center center"
  82. },
  83. "checkedRadioNode" : {
  84. "background-image": "url(../x_component_query_Query/$Viewer/default/icon/radiobox_checked.png)",
  85. "background-repeat" : "no-repeat",
  86. "background-position": "center center"
  87. },
  88. "noDataTextNode" : {
  89. "height" : "50px",
  90. "font-size" : "16px",
  91. "margin" : "20px auto",
  92. "text-align" : "center"
  93. },
  94. "tableProperties": {
  95. "width": "100%",
  96. "border": "0",
  97. "cellpadding": "0",
  98. "cellspacing": "0"
  99. }
  100. },
  101. "actionbar": {
  102. "style": "xform_blue_flat",
  103. "iconStyle" : "blue",
  104. "iconOverStyle": "white",
  105. "customIconStyle" : "blue",
  106. "customIconOverStyle" : "white",
  107. "forceStyles" : {
  108. "container" : {
  109. "width" : "100%",
  110. "padding-left" : "10px",
  111. "padding-right" : "10px",
  112. "border-top" : "0px",
  113. "border-bottom" : "1px solid #F1F4F9"
  114. }
  115. }
  116. },
  117. "paging" : {
  118. "style" : "light_blue",
  119. "style_rect" : "light_blue",
  120. "style_round" : "light_blue"
  121. }
  122. }