statement.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. .o2_statement_statementDesignerNode {
  2. height : 360px;
  3. overflow: hidden;
  4. padding: 20px;
  5. box-shadow: 0 0 10px #999999;
  6. background: #f3f3f3;
  7. border-bottom: 1px solid #cccccc;
  8. }
  9. .o2_statement_statementDesignerFormatLine {
  10. overflow:hidden;
  11. line-height: 30px;
  12. border-bottom: 1px solid #666666;
  13. }
  14. .o2_statement_statementDesignerFormatTitle {
  15. font-weight: bold;
  16. float: left;
  17. margin-right: 10px;
  18. }
  19. .o2_statement_statementDesignerLine {
  20. margin-top: 5px;
  21. overflow: hidden;
  22. line-height: 30px;
  23. }
  24. .o2_statement_statementDesignerLine div {
  25. height: 30px;
  26. line-height: 30px;
  27. float: left;
  28. margin-right: 10px;
  29. user-select: text;
  30. }
  31. .o2_statement_statementDesignerSelectTable {
  32. width: 80px;
  33. margin-top: 3px;
  34. height: 20px !important;
  35. text-align: center;
  36. line-height: 20px !important;
  37. border: 1px solid #cccccc;
  38. border-radius: 3px;
  39. background-color: #ffffff;
  40. cursor: pointer;
  41. }
  42. .o2_statement_statementDesignerTableContent{
  43. min-width: 30px;
  44. }
  45. .o2_statement_statementDesignerTitle {
  46. font-weight: bold;
  47. }
  48. .o2_statement_statementDesignerJpqlLine {
  49. height: 260px;
  50. margin-top: 10px;
  51. border: 1px solid #cccccc;
  52. background: #ffffff;
  53. }
  54. .o2_statement_statementDesignerCountJpqlLine {
  55. height: 260px;
  56. margin-top: 10px;
  57. border: 1px solid #cccccc;
  58. background: #ffffff;
  59. }
  60. .o2_statement_statementDesignerScript {
  61. height: 260px;
  62. margin-top: 10px;
  63. border: 1px solid #cccccc;
  64. background: #ffffff;
  65. }
  66. .o2_statement_statementDesignerCountScript {
  67. height: 260px;
  68. margin-top: 10px;
  69. border: 1px solid #cccccc;
  70. background: #ffffff;
  71. }
  72. .o2_statement_statementDesignerSqlLine {
  73. height: 260px;
  74. margin-top: 10px;
  75. border: 1px solid #cccccc;
  76. background: #ffffff;
  77. }
  78. .o2_statement_statementDesignerCountSqlLine {
  79. height: 260px;
  80. margin-top: 10px;
  81. border: 1px solid #cccccc;
  82. background: #ffffff;
  83. }
  84. .o2_statement_statementDesignerSqlScript {
  85. height: 260px;
  86. margin-top: 10px;
  87. border: 1px solid #cccccc;
  88. background: #ffffff;
  89. }
  90. .o2_statement_statementDesignerCountSqlScript {
  91. height: 260px;
  92. margin-top: 10px;
  93. border: 1px solid #cccccc;
  94. background: #ffffff;
  95. }
  96. .o2_statement_statementRunDefaultNode {
  97. /*overflow: auto;*/
  98. /*float: left;*/
  99. background: #ffffff;
  100. }
  101. .o2_statement_statementRunNode {
  102. margin-top: 10px;
  103. padding: 0px;
  104. box-shadow: 0 0 10px #999999;
  105. background: #f3f3f3;
  106. border-bottom: 1px solid #cccccc;
  107. }
  108. .o2_statement_statementRunContentNode {
  109. overflow: hidden;
  110. }
  111. .o2_statement_statementRunLeftNode{
  112. height: 100%;
  113. width: 47%;
  114. /*overflow: auto;*/
  115. float: left;
  116. background: #ffffff;
  117. }
  118. .o2_statement_statementRunTitleNode{
  119. height: 30px;
  120. line-height: 30px;
  121. color: #333;
  122. padding: 0 10px;
  123. font-size: 14px;
  124. text-align: center;
  125. background-color: #eeeeee;
  126. }
  127. .o2_statement_statementRunFilterNode{
  128. height: calc( 50% - 50px );
  129. width: 100%;
  130. overflow: hidden;
  131. background: #ffffff;
  132. }
  133. .o2_statement_statementRunJsonNode {
  134. height: calc( 50% - 50px );
  135. width: 100%;
  136. overflow: hidden;
  137. background: #ffffff;
  138. }
  139. .o2_statement_statementRunInputNode{
  140. border-top: 1px solid #999;
  141. padding-top: 5px;
  142. height: 40px;
  143. width: 100%;
  144. overflow: hidden;
  145. background: #ffffff;
  146. }
  147. /*.o2_statement_statementRunJsonNode {*/
  148. /* height: 100%;*/
  149. /* width: 40%;*/
  150. /* overflow: hidden;*/
  151. /* float: left;*/
  152. /* background: #ffffff;*/
  153. /*}*/
  154. .o2_statement_statementRunActionNode {
  155. height: 100%;
  156. width: 8%;
  157. overflow: hidden;
  158. float: left;
  159. background: #f3f3f3;
  160. }
  161. .o2_statement_statementRunResultNode {
  162. height: 100%;
  163. width: 45%;
  164. overflow: auto;
  165. float: left;
  166. background: #ffffff;
  167. }
  168. .o2_statement_statementRunActionContent {
  169. height: 50px;
  170. width: 50px;
  171. background: url("../x_component_query_StatementDesigner/$Statement/default/icon/run.png") center center no-repeat;
  172. position: relative;
  173. top:45%;
  174. margin: auto;
  175. cursor: pointer;
  176. }
  177. .o2_statement_tabNode{
  178. height: 32px;
  179. }
  180. .o2_statement_statementJpqlTabNode{
  181. height: 32px;
  182. }
  183. .o2_statement_resizeNode{
  184. height: 3px;
  185. background-color: #505050;
  186. cursor: row-resize;
  187. }
  188. .o2_statement_help{
  189. float: right;
  190. height: 16px;
  191. width: 16px;
  192. margin-top:7px;
  193. cursor: pointer;
  194. background: url("../x_component_process_FormDesigner/$Main/default/formtoolbar/question.png") center center no-repeat;
  195. }