styles_default.json 3.1 KB

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