로그인 페이지 css 수정

master
DESKTOP-QGC5RJO\DBNT 2023-03-17 10:22:20 +09:00
parent d6a750a8ad
commit 89db5c6d0b
3 changed files with 4 additions and 5 deletions

View File

@ -80,7 +80,7 @@ div {margin:0px;padding:0px;box-sizing:border-box;}
.form_pw {background:#fff url('../../img/log_icon2.png') 15px 5px no-repeat;} .form_pw {background:#fff url('../../img/log_icon2.png') 15px 5px no-repeat;}
.form_02 {clear:both;width:15px;height:15px;margin:0px 5px 0px 0px;border:0px;border:1px solid #d3d7e4;display:inline-block;position:relative;top:2px;} .form_02 {clear:both;width:15px;height:15px;margin:0px 5px 0px 0px;border:0px;border:1px solid #d3d7e4;display:inline-block;position:relative;top:2px;}
.btn_login {width:100%;height:40px;line-height:38px;text-align:center;background-color:#012f82;color:#fff;font-size:16px;display:inline-block;border-radius:5px;border:0px;margin:40px 0px 10px;transition: background 0.5s ease-in-out;} .btn_login {width:100%;height:40px;line-height:38px;text-align:center;background-color:#012f82;color:#fff;font-size:16px;display:inline-block;border-radius:5px;border:0px;margin:15px 0px 10px;transition: background 0.5s ease-in-out;}
.btn_login:hover {cursor: pointer;background-color:#b72525;font-weight:bold;} .btn_login:hover {cursor: pointer;background-color:#b72525;font-weight:bold;}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -25,14 +25,13 @@
<div><img src="img/logo_big.png" alt="해양경찰청"></div> <div><img src="img/logo_big.png" alt="해양경찰청"></div>
</li> </li>
<li> <li>
<img src="img/logo.png" alt="해양경찰청"> <img src="img/login.png" alt="login" class="pt-5" >
<h3>FOREIGN AFFAIRS DIVISION</h3> <div class="pt-5">
<h4>LOGIN</h4>
<input type="text" name="username" id="username" placeholder="아이디" onfocus="this.placeholder=''" <input type="text" name="username" id="username" placeholder="아이디" onfocus="this.placeholder=''"
onblur="this.placeholder='아이디'" class="form_01 form_log"> onblur="this.placeholder='아이디'" class="form_01 form_log">
<input type="password" name="password" id="password" placeholder="비밀번호" onfocus="this.placeholder=''" <input type="password" name="password" id="password" placeholder="비밀번호" onfocus="this.placeholder=''"
onblur="this.placeholder='비밀번호'" class="form_01 form_pw"> onblur="this.placeholder='비밀번호'" class="form_01 form_pw">
</div>
<!-- <input name="idcchk" type="checkbox" id="idcchk" class="form_02"> 아이디저장--> <!-- <input name="idcchk" type="checkbox" id="idcchk" class="form_02"> 아이디저장-->
<!--<div class="checkbox mb-3"> <!--<div class="checkbox mb-3">