모바일: 전체검색 레이어 닫기 버튼 추가

This commit is contained in:
whitedot
2013-12-05 18:25:08 +09:00
parent 6e80e62585
commit 808908717d
2 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,7 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
#hd_sch {display:none;z-index:10;position:absolute;top:0;left:0;width:100%;height:100%;background:#f2f5f9;text-align:center}
#hd_sch h2 {margin:0 0 10px}
#hd_sch .sch_inner {padding:22px 0 0}
#hd_sch .sch_inner {padding:10px 0 0}
#hd_sch .frm_input {height:2.5em;border-color:#999;background:#fff;line-height:2.5em}
#hd_sch .btn_submit {height:2.7em}
#hd_sch .pop_close {position:absolute;bottom:5px;right:5px;padding:7px;border:0;background:#626870;color:#fff}

View File

@ -32,6 +32,7 @@ include_once(G5_LIB_PATH.'/popular.lib.php');
<input type="hidden" name="sop" value="and">
<input type="text" name="stx" id="sch_stx" placeholder="검색어(필수)" required class="frm_input required" maxlength="20">
<input type="submit" value="검색" class="btn_submit">
<button type="button" class="pop_close"><span class="sound_only">검색 </span>닫기</button>
</form>
<script>