M쇼핑몰: #159 레이어 상품검색 일부 수정
This commit is contained in:
@ -35,8 +35,7 @@ a:active {color:#000;text-decoration:underline}
|
||||
#hd_sch {display:none;z-index:10;position:absolute;top:0;left:0;padding:2.2em 0;width:100%;background:#f5f6fa;text-align:center}
|
||||
#hd_sch h2 {margin:0 0 1em}
|
||||
#hd_sch .frm_input {height:2.5em;border-color:#999;background:#fff;line-height:2.5em}
|
||||
#hd_sch #submit {padding:0 1em;height:2.6em;border:0;background:#333;color:#fff;font-size:1em;letter-spacing:-0.1em;vertical-align:top;cursor:pointer;-webkit-appearance:none}
|
||||
#hd_sch #pop_close {position:absolute;bottom:0.5em;right:0.5em;border:0;background:transparent}
|
||||
#hd_sch .pop_close {position:absolute;bottom:0.5em;right:0.5em;border:0;background:transparent}
|
||||
|
||||
#hd_mb {margin:1em 1em 0;text-align:center}
|
||||
#hd_mb li {display:inline-block;margin:0 0 0 1em}
|
||||
@ -395,8 +394,7 @@ a.sanchor_on {background:#626870;color:#fff !important;text-decoration:none}
|
||||
|
||||
/* 화면낭독기 사용자용 */
|
||||
#hd_login_msg {position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden}
|
||||
.msg_sound_only,
|
||||
.sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
|
||||
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
|
||||
/* 본문 바로가기 */
|
||||
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden}
|
||||
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:1.5em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}
|
||||
|
||||
@ -21,8 +21,8 @@ include_once(G4_LIB_PATH.'/popular.lib.php');
|
||||
<h2>상품 검색</h2>
|
||||
<label for="sch_str" class="sound_only">상품명<strong class="sound_only"> 필수</strong></label>
|
||||
<input type="text" name="search_str" value="<?php echo stripslashes(get_text($search_str)); ?>" id="sch_str" required class="frm_input">
|
||||
<input type="submit" value="검색" id="submit">
|
||||
<button type="button" id="pop_close"><span class="sound_only">검색 </span>닫기</button>
|
||||
<input type="submit" value="검색" class="btn_submit">
|
||||
<button type="button" class="pop_close"><span class="sound_only">검색 </span>닫기</button>
|
||||
</aside>
|
||||
<script>
|
||||
$(function (){
|
||||
@ -30,7 +30,7 @@ include_once(G4_LIB_PATH.'/popular.lib.php');
|
||||
$('#hd_sch_open').click(function(){
|
||||
hd_sch.css('display','block');
|
||||
});
|
||||
$('#hd_sch #pop_close').click(function(){
|
||||
$('#hd_sch .pop_close').click(function(){
|
||||
hd_sch.css('display','none');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user