style.css 4.6 KB

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