25/01/02 풀메뉴 로고 클릭 시 페이지 이동 오류 수정
This commit is contained in:
parent
4503f84b86
commit
f1f9b54e7e
@ -149,7 +149,7 @@
|
||||
<div class="full_all_menu">
|
||||
<div class="top_area">
|
||||
<div class="inner">
|
||||
<h1 class="logo"><a href="./index.html" title="메인으로 이동"><img src="/kofair_case_seed/usr/images/layout/header_logo.png" alt="한국공정거래조정원 KOREA FAIR TRADE MEDIATION AGENCY"></a></h1>
|
||||
<h1 class="logo"><a href="/" title="메인으로 이동"><img src="/kofair_case_seed/usr/images/layout/header_logo.png" alt="한국공정거래조정원 KOREA FAIR TRADE MEDIATION AGENCY"></a></h1>
|
||||
<button type="button" class="btn only_icon btn_menu_close"><i class="icon menu close"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -61,7 +61,7 @@ function popupSet(bodyWidth){
|
||||
var zIndex = 1000 - idx;
|
||||
var topPosi = idx * 45;
|
||||
$(this).css({
|
||||
top: 'calc(10% + '+topPosi+'px)', // 화면 중앙에 위치
|
||||
top: 'calc(1% + '+topPosi+'px)', // 화면 중앙에 위치
|
||||
left: '30px', // 각 팝업을 가로로 정렬
|
||||
/* transform: 'translateY(-50%)', // 세로 중앙 정렬 */
|
||||
position: 'absolute', // 부모 요소 기준으로 위치 설정
|
||||
|
||||
Loading…
Reference in New Issue
Block a user