statement.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. .o2_statement_statementDesignerNode {
  2. overflow: hidden;
  3. padding: 20px;
  4. box-shadow: 0 0 10px #999999;
  5. background: #f3f3f3;
  6. border-bottom: 1px solid #cccccc;
  7. }
  8. .o2_statement_statementDesignerFormatLine {
  9. height:30px;
  10. line-height: 30px;
  11. border-bottom: 1px solid #666666;
  12. }
  13. .o2_statement_statementDesignerFormatTitle {
  14. font-weight: bold;
  15. float: left;
  16. margin-right: 10px;
  17. }
  18. .o2_statement_statementDesignerLine {
  19. margin-top: 5px;
  20. height: 30px;
  21. line-height: 30px;
  22. }
  23. .o2_statement_statementDesignerLine div {
  24. height: 30px;
  25. line-height: 30px;
  26. float: left;
  27. margin-right: 10px;
  28. }
  29. .o2_statement_statementDesignerSelectTable {
  30. width: 80px;
  31. margin-top: 3px;
  32. height: 20px !important;
  33. text-align: center;
  34. line-height: 20px !important;
  35. border: 1px solid #cccccc;
  36. border-radius: 3px;
  37. background-color: #ffffff;
  38. cursor: pointer;
  39. }
  40. .o2_statement_statementDesignerTableContent{
  41. min-width: 30px;
  42. }
  43. .o2_statement_statementDesignerTitle {
  44. font-weight: bold;
  45. }
  46. .o2_statement_statementDesignerJpqlLine {
  47. height: 260px;
  48. margin-top: 10px;
  49. border: 1px solid #cccccc;
  50. background: #ffffff;
  51. }
  52. .o2_statement_statementDesignerScript {
  53. height: 260px;
  54. margin-top: 10px;
  55. border: 1px solid #cccccc;
  56. background: #ffffff;
  57. }
  58. .o2_statement_statementRunNode {
  59. margin-top: 10px;
  60. padding: 0px;
  61. box-shadow: 0 0 10px #999999;
  62. background: #f3f3f3;
  63. border-bottom: 1px solid #cccccc;
  64. }
  65. .o2_statement_statementRunTitleNode{
  66. height: 26px;
  67. line-height: 26px;
  68. color: #ffffff;
  69. padding: 0 10px;
  70. font-size: 14px;
  71. text-align: center;
  72. background-color: #505050;
  73. }
  74. .o2_statement_statementRunContentNode {
  75. overflow: hidden;
  76. }
  77. .o2_statement_statementRunJsonNode {
  78. height: 100%;
  79. width: 40%;
  80. overflow: auto;
  81. float: left;
  82. background: #ffffff;
  83. }
  84. .o2_statement_statementRunActionNode {
  85. height: 100%;
  86. width: 8%;
  87. overflow: hidden;
  88. float: left;
  89. background: #f3f3f3;
  90. }
  91. .o2_statement_statementRunResultNode {
  92. height: 100%;
  93. width: 52%;
  94. overflow: auto;
  95. float: left;
  96. background: #ffffff;
  97. }
  98. .o2_statement_statementRunActionContent {
  99. height: 50px;
  100. width: 50px;
  101. background: url("../x_component_query_StatementDesigner/$Statement/default/icon/run.png") center center no-repeat;
  102. position: relative;
  103. top:45%;
  104. margin: auto;
  105. cursor: pointer;
  106. }