style.css 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. .content{
  2. height: 100%;
  3. }
  4. .filterNode {
  5. height: 20px;
  6. line-height: 20px;
  7. padding: 10px 0;
  8. border-bottom: 1px solid #cccccc;
  9. background-color: #f0f0f0;
  10. }
  11. .keywordNode {
  12. height: 30px;
  13. line-height: 30px;
  14. padding: 2px 0;
  15. background-color: #ffffff;
  16. }
  17. .rangeNode {
  18. height: 20px;
  19. padding: 10px 0;
  20. line-height: 20px;
  21. border-top: 1px solid #cccccc;
  22. border-bottom: 1px solid #cccccc;
  23. background-color: #f0f0f0;
  24. }
  25. .resultNode {
  26. overflow: auto;
  27. }
  28. .listNode {
  29. background-color: #ffffff;
  30. overflow: auto;
  31. }
  32. .previewNode {
  33. background-color: #f0f0f0;
  34. }
  35. .listNode_lr {
  36. background-color: #ffffff;
  37. height: 100%;
  38. float: left;
  39. }
  40. .previewNode_lr {
  41. background-color: #f0f0f0;
  42. height: 100%;
  43. }
  44. .filterNode_title {
  45. float: left;
  46. padding: 0 10px;
  47. text-align: center;
  48. width: 75px;
  49. font-size: 12px;
  50. font-weight: bold;
  51. height: 20px;
  52. }
  53. .filterNode_content {
  54. margin-left: 80px;
  55. font-size: 12px;
  56. color: #666666;
  57. height: 20px;
  58. }
  59. .filterNode_item {
  60. margin-left: 5px;
  61. float: left;
  62. display: inline-flex;
  63. cursor: default;
  64. }
  65. .keywordNode_inputArea {
  66. margin-left: 95px;
  67. height: 30px;
  68. }
  69. .keywordNode_optionArea {
  70. width: 85px;
  71. float: left;
  72. height: 24px;
  73. border-right: 1px solid #cccccc;
  74. padding: 3px 5px;
  75. }
  76. .keywordNode_optionItem {
  77. height: 24px;
  78. width: 24px;
  79. background-position: center center;
  80. background-repeat: no-repeat;
  81. float: left;
  82. margin-left: 3px;
  83. cursor: pointer;
  84. border-radius: 3px;
  85. }
  86. .optionItem_over {
  87. background-color: #eeeeee;
  88. }
  89. .caseSensitiveNode_false {
  90. background-image: url("../x_component_FindDesigner/$Main/default/icons/op-case-gray.png");
  91. }
  92. .matchWholeWordNode_false {
  93. background-image: url("../x_component_FindDesigner/$Main/default/icons/op-word-gray.png");
  94. }
  95. .matchRegExpNode_false {
  96. background-image: url("../x_component_FindDesigner/$Main/default/icons/op-regex-gray.png");
  97. }
  98. .caseSensitiveNode_true {
  99. background-image: url("../x_component_FindDesigner/$Main/default/icons/op-case.png");
  100. }
  101. .matchWholeWordNode_true {
  102. background-image: url("../x_component_FindDesigner/$Main/default/icons/op-word.png");
  103. }
  104. .matchRegExpNode_true {
  105. background-image: url("../x_component_FindDesigner/$Main/default/icons/op-regex.png");
  106. }
  107. .keywordNode_icon {
  108. height: 30px;
  109. width: 24px;
  110. background-position: center center;
  111. background-repeat: no-repeat;
  112. float: left;
  113. margin-left: 3px;
  114. cursor: pointer;
  115. border-radius: 3px;
  116. background-image: url("../x_component_FindDesigner/$Main/default/icons/search.png");
  117. }
  118. .keywordNode_action {
  119. height: 30px;
  120. width: 24px;
  121. background-position: center center;
  122. background-repeat: no-repeat;
  123. float: right;
  124. margin-left: 3px;
  125. cursor: pointer;
  126. border-radius: 3px;
  127. background-image: url("../x_component_FindDesigner/$Main/default/icons/enter.png");
  128. }
  129. .keywordNode_area {
  130. margin-left: 24px;
  131. margin-right: 24px;
  132. height: 30px;
  133. }
  134. .keywordNode_input {
  135. border: 0;
  136. width: 90%;
  137. height: 26px;
  138. line-height: 26px;
  139. color: #888888;
  140. font-size: 14px;
  141. }
  142. .keywordNode_input::placeholder {
  143. color: #bbbbbb;
  144. }
  145. .previewNode_separator {
  146. border-top: 1px solid #cccccc;
  147. height: 10px;
  148. cursor: row-resize;
  149. }
  150. .previewNode_separator_lr {
  151. border-left: 1px solid #cccccc;
  152. height: 100%;
  153. background-color: #f0f0f0;
  154. width: 10px;
  155. cursor: col-resize;
  156. float: left;
  157. }
  158. .previewNode_title {
  159. height: 20px;
  160. padding: 0 5px 5px 5px;
  161. background-color: #f0f0f0;
  162. border-bottom: 1px solid #cccccc;
  163. }
  164. .previewNode_title_lr {
  165. height: 20px;
  166. padding: 5px;
  167. background-color: #f0f0f0;
  168. border-bottom: 1px solid #cccccc;
  169. }
  170. .previewNode_content {
  171. background-color: #ffffff;
  172. overflow: auto;
  173. }
  174. .previewNode_content_lr {
  175. background-color: #ffffff;
  176. overflow: auto;
  177. }
  178. .previewNode_title_icon {
  179. height: 20px;
  180. width: 24px;
  181. background-position: center center;
  182. background-repeat: no-repeat;
  183. float: left;
  184. }
  185. .previewNode_title_action {
  186. float: right;
  187. height: 20px;
  188. width: 24px;
  189. background-position: center center;
  190. background-repeat: no-repeat;
  191. background-image: url("../x_component_FindDesigner/$Main/default/icons/dockRight.png");
  192. cursor: pointer;
  193. }
  194. .previewNode_title_action_lr {
  195. float: right;
  196. height: 20px;
  197. width: 24px;
  198. background-position: center center;
  199. background-repeat: no-repeat;
  200. background-image: url("../x_component_FindDesigner/$Main/default/icons/dockBottom.png");
  201. cursor: pointer;
  202. }
  203. .previewNode_title_content {
  204. height: 20px;
  205. line-height: 20px;
  206. margin-left: 24px;
  207. margin-right: 24px;
  208. }
  209. .inforNode {
  210. display: table;
  211. width: 100%;
  212. height: 100%;
  213. }
  214. .inforNode div{
  215. display: table-cell;
  216. vertical-align: middle;
  217. color: #bbbbbb;
  218. text-align: center;
  219. }