상세검색 버튼 수정
This commit is contained in:
parent
8078936939
commit
bc54a9e582
@ -100,7 +100,7 @@ $(document).ready(function() {
|
|||||||
depth1 = $(this).parents('.depth2').siblings('.depth1-check').find('label').text();
|
depth1 = $(this).parents('.depth2').siblings('.depth1-check').find('label').text();
|
||||||
depth2 = $("label[for='"+$(this).attr('id')+"']").text();
|
depth2 = $("label[for='"+$(this).attr('id')+"']").text();
|
||||||
|
|
||||||
html = "<li><button type=\"button\" onclick=\"function('');\" title=\"삭제\" name=\""+ $(this).attr('id') +"\">" + depth1 + "<span class=\"sign\"> > </span>"+ depth2 +"</button></li>"
|
html = "<li><button type=\"button\" onclick=\"function('');\" title=\"삭제\" name=\""+ $(this).attr('id') +"\">" + depth1 + "<span class=\"sign\"> > </span><span class=\"del\">삭제</span>"+ depth2 +"</button></li>"
|
||||||
|
|
||||||
$(this).parents('.depth2').siblings('.depth1-check').find('input').prop('checked', true);
|
$(this).parents('.depth2').siblings('.depth1-check').find('input').prop('checked', true);
|
||||||
$(this).parents('.conditions-box').siblings('.selected-conditions').find('.conditions').append(html);
|
$(this).parents('.conditions-box').siblings('.selected-conditions').find('.conditions').append(html);
|
||||||
|
|||||||
@ -1923,8 +1923,9 @@ animation: animate-bg2 2.0s 1.9s ease-in infinite;
|
|||||||
.conditions-wrap .selected-conditions .title button {width: 76px;height: 20px;overflow: hidden;border: 1px solid #ddd;border-radius: 2px;background:#f4f4f4 url(/images/btn/btn-refresh.png) no-repeat center right;position: absolute;right:10px;top:10px;border:0;outline:0;background-color: transparent;}
|
.conditions-wrap .selected-conditions .title button {width: 76px;height: 20px;overflow: hidden;border: 1px solid #ddd;border-radius: 2px;background:#f4f4f4 url(/images/btn/btn-refresh.png) no-repeat center right;position: absolute;right:10px;top:10px;border:0;outline:0;background-color: transparent;}
|
||||||
.conditions-wrap .selected-conditions .conditions {float: left;width: calc(100% - 120px);}
|
.conditions-wrap .selected-conditions .conditions {float: left;width: calc(100% - 120px);}
|
||||||
.conditions-wrap .selected-conditions .conditions li {display: inline-block;margin-right: 6px;overflow: hidden;}
|
.conditions-wrap .selected-conditions .conditions li {display: inline-block;margin-right: 6px;overflow: hidden;}
|
||||||
.conditions-wrap .selected-conditions .conditions li button {background: #f4f4f4;height: 30px;padding: 0 15px;font: 12px 'dotum','돋움', sans-serif;color: #666;border: 1px solid #ddd;border-radius: 16px;}
|
.conditions-wrap .selected-conditions .conditions li button {background: #f4f4f4;height: 30px;padding: 0 35px 0px 15px;font: 12px 'dotum','돋움', sans-serif;color: #666;border: 1px solid #ddd;border-radius: 16px;position:relative;}
|
||||||
.conditions-wrap .selected-conditions .conditions li button:after {content: "";display: inline-block;margin-left: 10px;width: 10px;height: 10px;background: url(/images/btn/btn-close-maplayer.png) no-repeat center;background-size: 7px;}
|
.conditions-wrap .selected-conditions .conditions li button .del {display: inline-block;margin-left: 10px;width: 20px;height: 20px;background: url(/images/btn/btn-close-maplayer.png) no-repeat center;background-size: 12px;position:absolute;right:12px;top:4px;text-indent:-999999px;}
|
||||||
|
/*.conditions-wrap .selected-conditions .conditions li button:after {content: "";display: inline-block;margin-left: 10px;width: 10px;height: 10px;background: url(/images/btn/btn-close-maplayer.png) no-repeat center;background-size: 7px;}*/
|
||||||
.conditions-wrap .selected-conditions .conditions li button:hover,
|
.conditions-wrap .selected-conditions .conditions li button:hover,
|
||||||
.conditions-wrap .selected-conditions .conditions li button:focus {color: #000;border-color: #666;}
|
.conditions-wrap .selected-conditions .conditions li button:focus {color: #000;border-color: #666;}
|
||||||
.conditions-wrap .conditions-box {border: 1px solid #ccc;background: #f4f4f4;border-bottom: none;border-radius: 0 0 4px 4px;}
|
.conditions-wrap .conditions-box {border: 1px solid #ccc;background: #f4f4f4;border-bottom: none;border-radius: 0 0 4px 4px;}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user