| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210 |
- .content{
- height: 100%;
- }
- .filterNode {
- height: 20px;
- line-height: 20px;
- padding: 10px 0;
- border-bottom: 1px solid #cccccc;
- background-color: #f0f0f0;
- }
- .keywordNode {
- height: 30px;
- line-height: 30px;
- padding: 2px 0;
- background-color: #ffffff;
- }
- .rangeNode {
- height: 20px;
- padding: 10px 0;
- line-height: 20px;
- border-top: 1px solid #cccccc;
- border-bottom: 1px solid #cccccc;
- background-color: #f0f0f0;
- }
- .resultNode {
- overflow: auto;
- }
- .listNode {
- background-color: #ffffff;
- }
- .previewNode {
- background-color: #f0f0f0;
- }
- .listNode_lr {
- background-color: #ffffff;
- height: 100%;
- float: left;
- }
- .previewNode_lr {
- background-color: #f0f0f0;
- height: 100%;
- }
- .filterNode_title {
- float: left;
- padding: 0 10px;
- text-align: center;
- width: 75px;
- font-size: 12px;
- font-weight: bold;
- height: 20px;
- }
- .filterNode_content {
- margin-left: 80px;
- font-size: 12px;
- color: #666666;
- height: 20px;
- }
- .filterNode_item {
- margin-left: 5px;
- float: left;
- display: inline-flex;
- cursor: default;
- }
- .keywordNode_inputArea {
- margin-left: 95px;
- height: 30px;
- }
- .keywordNode_optionArea {
- width: 85px;
- float: left;
- height: 24px;
- border-right: 1px solid #cccccc;
- padding: 3px 5px;
- }
- .keywordNode_optionItem {
- height: 24px;
- width: 24px;
- background-position: center center;
- background-repeat: no-repeat;
- float: left;
- margin-left: 3px;
- cursor: pointer;
- border-radius: 3px;
- }
- .optionItem_over {
- background-color: #eeeeee;
- }
- .caseSensitiveNode_false {
- background-image: url("../x_component_FindDesigner/$Main/default/icons/op-case-gray.png");
- }
- .matchWholeWordNode_false {
- background-image: url("../x_component_FindDesigner/$Main/default/icons/op-word-gray.png");
- }
- .matchRegExpNode_false {
- background-image: url("../x_component_FindDesigner/$Main/default/icons/op-regex-gray.png");
- }
- .caseSensitiveNode_true {
- background-image: url("../x_component_FindDesigner/$Main/default/icons/op-case.png");
- }
- .matchWholeWordNode_true {
- background-image: url("../x_component_FindDesigner/$Main/default/icons/op-word.png");
- }
- .matchRegExpNode_true {
- background-image: url("../x_component_FindDesigner/$Main/default/icons/op-regex.png");
- }
- .keywordNode_icon {
- height: 30px;
- width: 24px;
- background-position: center center;
- background-repeat: no-repeat;
- float: left;
- margin-left: 3px;
- cursor: pointer;
- border-radius: 3px;
- background-image: url("../x_component_FindDesigner/$Main/default/icons/search.png");
- }
- .keywordNode_action {
- height: 30px;
- width: 24px;
- background-position: center center;
- background-repeat: no-repeat;
- float: right;
- margin-left: 3px;
- cursor: pointer;
- border-radius: 3px;
- background-image: url("../x_component_FindDesigner/$Main/default/icons/enter.png");
- }
- .keywordNode_area {
- margin-left: 24px;
- margin-right: 24px;
- height: 30px;
- }
- .keywordNode_input {
- border: 0;
- width: 90%;
- height: 26px;
- line-height: 26px;
- color: #888888;
- font-size: 14px;
- }
- .keywordNode_input::placeholder {
- color: #bbbbbb;
- }
- .previewNode_separator {
- border-top: 1px solid #cccccc;
- height: 10px;
- cursor: row-resize;
- }
- .previewNode_separator_lr {
- border-left: 1px solid #cccccc;
- height: 100%;
- background-color: #f0f0f0;
- width: 10px;
- cursor: col-resize;
- float: left;
- }
- .previewNode_title {
- height: 20px;
- padding: 0 5px 5px 5px;
- background-color: #f0f0f0;
- border-bottom: 1px solid #cccccc;
- }
- .previewNode_title_lr {
- height: 20px;
- padding: 5px;
- background-color: #f0f0f0;
- border-bottom: 1px solid #cccccc;
- }
- .previewNode_content {
- background-color: #ffffff;
- }
- .previewNode_content_lr {
- background-color: #ffffff;
- }
- .previewNode_title_icon {
- height: 20px;
- width: 24px;
- background-position: center center;
- background-repeat: no-repeat;
- float: left;
- }
- .previewNode_title_action {
- float: right;
- height: 20px;
- width: 24px;
- background-position: center center;
- background-repeat: no-repeat;
- background-image: url("../x_component_FindDesigner/$Main/default/icons/dockRight.png");
- cursor: pointer;
- }
- .previewNode_title_action_lr {
- float: right;
- height: 20px;
- width: 24px;
- background-position: center center;
- background-repeat: no-repeat;
- background-image: url("../x_component_FindDesigner/$Main/default/icons/dockBottom.png");
- cursor: pointer;
- }
- .previewNode_title_content {
- height: 20px;
- line-height: 20px;
- margin-left: 24px;
- margin-right: 24px;
- }
|