사용자: 우편번호찾기 스타일
This commit is contained in:
@ -303,6 +303,16 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#494949;color:#f
|
||||
.sch_datetime {display:inline-block;margin-right:15px;color:#999}
|
||||
.sch_word {font-weight:bold} /* 검색어 강조 */
|
||||
|
||||
/* 우편번호 검색 */
|
||||
#post_code fieldset {margin:0 auto 10px;padding:15px 10px;width:87%;text-align:center}
|
||||
#post_code dl {margin:0 auto 10px;padding:20px 10px;width:87%}
|
||||
#post_code dt {margin-bottom:15px;color:#109ff1}
|
||||
#post_code dd {margin:0;padding:0}
|
||||
#post_code ul {margin:0;padding:0;list-style:none}
|
||||
#post_code li a {display:block;padding:8px 0 6px;border-bottom:1px solid #eee;color:#000;text-decoration:none}
|
||||
#post_code p {margin:0 auto 30px;width:90%}
|
||||
.post_code {display:inline-block;width:50px;color:#999}
|
||||
|
||||
/* 게시판 쓰기 */
|
||||
#bo_w caption {padding:0;height:0;overflow:hidden}
|
||||
|
||||
|
||||
@ -12,10 +12,10 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
<input type="hidden" name="frm_addr1" value="<?=$frm_addr1?>">
|
||||
<input type="hidden" name="frm_addr2" value="<?=$frm_addr2?>">
|
||||
|
||||
<fieldset>
|
||||
<fieldset class="cbg">
|
||||
<label for="addr1">동/읍/면/리 검색</label>
|
||||
<input type="text" id="addr1" name="addr1" class="fieldset_input" value="<?=$addr1?>" required minlength=2>
|
||||
<input type="submit" class="fieldset_submit" value="검색">
|
||||
<input type="text" id="addr1" name="addr1" class="fs_input" value="<?=$addr1?>" required minlength=2>
|
||||
<input type="submit" class="fs_submit" value="검색">
|
||||
</fieldset>
|
||||
|
||||
<!-- 검색결과 여기서부터 -->
|
||||
@ -26,7 +26,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
|
||||
|
||||
<? if ($search_count > 0) { ?>
|
||||
<dl>
|
||||
<dl class="cbg">
|
||||
<dt>총 <?=$search_count?>건 가나다순 정렬</dt>
|
||||
<dd>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user