styles_cmcc.json 3.1 KB

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