통합인증 : 기존 회원 본인인증 페이지 섹션 스타일 변경
This commit is contained in:
@ -50,9 +50,10 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div id="find_info" class="new_win">
|
<section id="find_info" class="new_win">
|
||||||
<h3>본인인증으로 찾기</h3>
|
<h2>인증수단 선택하기</h2>
|
||||||
|
|
||||||
|
<div class="find_btn">
|
||||||
<?php
|
<?php
|
||||||
if ($config['cf_cert_use']) {
|
if ($config['cf_cert_use']) {
|
||||||
echo '<div class="cert_btn">';
|
echo '<div class="cert_btn">';
|
||||||
@ -72,7 +73,8 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
echo '<noscript>본인확인을 위해서는 자바스크립트 사용이 가능해야합니다.</noscript>' . PHP_EOL;
|
echo '<noscript>본인확인을 위해서는 자바스크립트 사용이 가능해야합니다.</noscript>' . PHP_EOL;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
</section>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@ -112,7 +112,7 @@
|
|||||||
.member_cert_refresh_agree input[type="checkbox"]:checked + label span {background:url('./img/chk.png') no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}
|
.member_cert_refresh_agree input[type="checkbox"]:checked + label span {background:url('./img/chk.png') no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}
|
||||||
.member_cert_refresh_agree.chk_all input[type="checkbox"] + label span {top:15px}
|
.member_cert_refresh_agree.chk_all input[type="checkbox"] + label span {top:15px}
|
||||||
|
|
||||||
#member_cert_refresh #find_info {padding:30px 0}
|
#member_cert_refresh #find_info .find_btn > div {margin:10px 0;padding:0}
|
||||||
|
|
||||||
/* 로그인 */
|
/* 로그인 */
|
||||||
#mb_login {}
|
#mb_login {}
|
||||||
|
|||||||
@ -46,9 +46,10 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div id="find_info" class="new_win">
|
<section id="find_info" class="new_win">
|
||||||
<h3>본인인증으로 찾기</h3>
|
<h2>인증수단 선택하기</h2>
|
||||||
|
|
||||||
|
<div class="find_btn">
|
||||||
<?php
|
<?php
|
||||||
if ($config['cf_cert_use']) {
|
if ($config['cf_cert_use']) {
|
||||||
echo '<div class="cert_btn">';
|
echo '<div class="cert_btn">';
|
||||||
@ -68,7 +69,8 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
echo '<noscript>본인확인을 위해서는 자바스크립트 사용이 가능해야합니다.</noscript>' . PHP_EOL;
|
echo '<noscript>본인확인을 위해서는 자바스크립트 사용이 가능해야합니다.</noscript>' . PHP_EOL;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
</section>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@ -130,6 +130,8 @@
|
|||||||
.member_cert_refresh_agree.chk_all input[type="checkbox"] + label span {top:18px}
|
.member_cert_refresh_agree.chk_all input[type="checkbox"] + label span {top:18px}
|
||||||
|
|
||||||
#member_cert_refresh #find_info {margin:50px 0}
|
#member_cert_refresh #find_info {margin:50px 0}
|
||||||
|
#member_cert_refresh #find_info .find_btn {padding:10px 20px;background:#fff}
|
||||||
|
#member_cert_refresh #find_info .find_btn > div {margin:10px 0}
|
||||||
|
|
||||||
/* 로그인 */
|
/* 로그인 */
|
||||||
#mb_login {}
|
#mb_login {}
|
||||||
|
|||||||
@ -50,8 +50,10 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div id="find_info" class="new_win">
|
<section id="find_info" class="new_win">
|
||||||
<h3>본인인증으로 찾기</h3>
|
<h2>인증수단 선택하기</h2>
|
||||||
|
|
||||||
|
<div class="find_btn">
|
||||||
<?php
|
<?php
|
||||||
if ($config['cf_cert_use']) {
|
if ($config['cf_cert_use']) {
|
||||||
echo '<div class="cert_btn">';
|
echo '<div class="cert_btn">';
|
||||||
@ -71,7 +73,8 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
echo '<noscript>본인확인을 위해서는 자바스크립트 사용이 가능해야합니다.</noscript>' . PHP_EOL;
|
echo '<noscript>본인확인을 위해서는 자바스크립트 사용이 가능해야합니다.</noscript>' . PHP_EOL;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
</section>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@ -113,7 +113,7 @@
|
|||||||
.member_cert_refresh_agree input[type="checkbox"]:checked + label span {background:url('./img/chk.png') no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}
|
.member_cert_refresh_agree input[type="checkbox"]:checked + label span {background:url('./img/chk.png') no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}
|
||||||
.member_cert_refresh_agree.chk_all input[type="checkbox"] + label span {top:15px}
|
.member_cert_refresh_agree.chk_all input[type="checkbox"] + label span {top:15px}
|
||||||
|
|
||||||
#member_cert_refresh #find_info {padding:30px 0}
|
#member_cert_refresh #find_info .find_btn > div {margin:10px 0;padding:0}
|
||||||
|
|
||||||
/* 로그인 */
|
/* 로그인 */
|
||||||
#mb_login {}
|
#mb_login {}
|
||||||
|
|||||||
@ -46,9 +46,10 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div id="find_info" class="new_win">
|
<section id="find_info" class="new_win">
|
||||||
<h3>본인인증으로 찾기</h3>
|
<h2>인증수단 선택하기</h2>
|
||||||
|
|
||||||
|
<div class="find_btn">
|
||||||
<?php
|
<?php
|
||||||
if ($config['cf_cert_use']) {
|
if ($config['cf_cert_use']) {
|
||||||
echo '<div class="cert_btn">';
|
echo '<div class="cert_btn">';
|
||||||
@ -68,7 +69,8 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
echo '<noscript>본인확인을 위해서는 자바스크립트 사용이 가능해야합니다.</noscript>' . PHP_EOL;
|
echo '<noscript>본인확인을 위해서는 자바스크립트 사용이 가능해야합니다.</noscript>' . PHP_EOL;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
</section>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@ -130,6 +130,8 @@
|
|||||||
.member_cert_refresh_agree.chk_all input[type="checkbox"] + label span {top:18px}
|
.member_cert_refresh_agree.chk_all input[type="checkbox"] + label span {top:18px}
|
||||||
|
|
||||||
#member_cert_refresh #find_info {margin:50px 0}
|
#member_cert_refresh #find_info {margin:50px 0}
|
||||||
|
#member_cert_refresh #find_info .find_btn {padding:10px 20px;background:#fff}
|
||||||
|
#member_cert_refresh #find_info .find_btn > div {margin:10px 0}
|
||||||
|
|
||||||
/* 로그인 */
|
/* 로그인 */
|
||||||
#mb_login {}
|
#mb_login {}
|
||||||
|
|||||||
Reference in New Issue
Block a user