사용자: #364 에 따른 본인인증 비밀번호 찾기 휴대폰인증 마크업 및 스타일
This commit is contained in:
@ -145,6 +145,7 @@ a:active {color:#000;text-decoration:underline}
|
||||
.btn02:hover {text-decoration:none !important}
|
||||
.btn_confirm {text-align:center} /* 서식단계 진행 */
|
||||
.btn_submit {padding:0 10px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer}
|
||||
button.btn_submit {height:22px !important;font-size:1em}
|
||||
.btn_cancel {display:inline-block;padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa;line-height:2em}
|
||||
.btn_frmline {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#333;color:#fff !important;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:2em} /* 우편번호검색버튼 등 */
|
||||
button.btn_frmline {font-size:1em}
|
||||
@ -260,6 +261,7 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#333;color:#fff;
|
||||
|
||||
/* 아이디/패스워드 찾기 */
|
||||
#find_info_fs {margin:0 auto 20px;padding:10px 20px 15px;width:87%;border-right:1px solid #eee;border-bottom:1px solid #eee;background:#fff}
|
||||
#find_info #mb_hp_label {display:inline-block;margin-left:10px}
|
||||
#find_info #captcha {margin:0 auto 20px;width:87%}
|
||||
#find_info #captcha input {margin-left:5px}
|
||||
|
||||
|
||||
@ -16,13 +16,13 @@ if((int)get_cookie('ck_passwordlost_count') > 2)
|
||||
회원가입 시 등록하신 이름과 핸드폰번호를 입력해 주세요.
|
||||
</p>
|
||||
<label for="mb_name">이름<strong class="sound_only">필수</strong></label>
|
||||
<input type="text" name="mb_name" id="mb_name" required class="fs_input hangul nospace required" size="30">
|
||||
<label for="mb_hp">핸드폰번호<strong class="sound_only">필수</strong></label>
|
||||
<input type="text" name="mb_hp" id="mb_hp" required class="fs_input required" size="30" maxlength="20">
|
||||
<button type="button" id="win_kcpcert">휴대폰인증</button>
|
||||
<input type="text" name="mb_name" id="mb_name" required class="frm_input hangul nospace required" size="10">
|
||||
<label for="mb_hp" id="mb_hp_label">핸드폰번호<strong class="sound_only">필수</strong></label>
|
||||
<input type="text" name="mb_hp" id="mb_hp" required class="frm_input required" size="12" maxlength="20">
|
||||
<button type="button" id="win_kcpcert" class="btn_submit">휴대폰인증</button>
|
||||
<noscript>휴대폰인증을 위해서는 자바스크립트 사용이 가능해야합니다.</noscript>
|
||||
</fieldset>
|
||||
<?=captcha_html(); ?>
|
||||
<?=captcha_html();?>
|
||||
<div class="btn_win">
|
||||
<input type="submit" class="btn_submit" value="확인">
|
||||
<a href="javascript:window.close();" class="btn_cancel">창닫기</a>
|
||||
|
||||
Reference in New Issue
Block a user