css
This commit is contained in:
parent
d39148b7ae
commit
03cfc9093d
@ -692,7 +692,7 @@ footer .family_site {right:10px;}
|
||||
.data .inner .data-box .culture-box .tab .title .list-search-wrap > div.list-select select { margin-left: 0; width: 100%; }
|
||||
.data .inner .data-box .culture-box .tab .title .list-search-wrap > div.list-input { margin-left: 0; width: 100%; box-sizing: border-box; margin: 10px 0 26px; display: flex; padding: 0 0 0 36px; }
|
||||
.data .inner .data-box .culture-box .tab .title .list-search-wrap > div.list-input input { width: 100%; height: 100%;padding-right:15%; }
|
||||
.data .inner .data-box .culture-box .tab .title .list-search-wrap > div.list-input button[type="submit"] { background: url("/images/icon/icon-search-mo.png") no-repeat center; right: auto; left: 0; }
|
||||
.data .inner .data-box .culture-box .tab .title .list-search-wrap > div.list-input button[type="button"] { background: url("/images/icon/icon-search-mo.png") no-repeat center; right: auto; left: 0; }
|
||||
.data .inner .data-box .culture-box .tab .title .list-search-wrap > div.list-input button.filter-btn {display:inline-block;position: absolute;left: auto;right: 10px;top: 4px;width: 43px;height: 26px;background:#e6e7e9;color:#666;border-radius:50px;text-indent:0;}
|
||||
|
||||
.data .inner .tab_content { padding-right: 16px; box-sizing: border-box; }
|
||||
@ -1216,7 +1216,7 @@ footer .family_site {right:10px;}
|
||||
.pop-advanced-search .btn-wrap { margin: 0; display: flex; }
|
||||
.pop-advanced-search .btn-wrap .btn { width: 50%; }
|
||||
.check input[type="checkbox"]:checked + label:before {background: url(/images/icon/icon-checked.svg) no-repeat 2px;}
|
||||
.popup .btn-wrap {padding-top:59px;}
|
||||
.popup .btn-wrap {padding-top:20px;}
|
||||
.conditions-wrap .selected-conditions .conditions li button {text-align:left;}
|
||||
|
||||
/* 알림 팝업 */
|
||||
|
||||
@ -441,10 +441,8 @@ $(document).ready(function(){
|
||||
$("html, body").addClass('scrollhidden').on('scroll touchmove mousewheel', function (e) {
|
||||
e.stopPropagation();
|
||||
});
|
||||
alert('1');
|
||||
} else {
|
||||
$("html, body").removeClass('scrollhidden').off('scroll touchmove mousewheel');
|
||||
alert('2');
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user