Merge branch 'master' of https://dev.azure.com/DBNTech/ForeignAffairs/_git/ForeignAffairs
commit
9a7fe92321
|
|
@ -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_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;}
|
||||
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
|
|
@ -25,14 +25,13 @@
|
|||
<div><img src="img/logo_big.png" alt="해양경찰청"></div>
|
||||
</li>
|
||||
<li>
|
||||
<img src="img/logo.png" alt="해양경찰청">
|
||||
<h3>FOREIGN AFFAIRS DIVISION</h3>
|
||||
<h4>LOGIN</h4>
|
||||
|
||||
<img src="img/login.png" alt="login" class="pt-5" >
|
||||
<div class="pt-5">
|
||||
<input type="text" name="username" id="username" placeholder="아이디" onfocus="this.placeholder=''"
|
||||
onblur="this.placeholder='아이디'" class="form_01 form_log">
|
||||
<input type="password" name="password" id="password" placeholder="비밀번호" onfocus="this.placeholder=''"
|
||||
onblur="this.placeholder='비밀번호'" class="form_01 form_pw">
|
||||
</div>
|
||||
|
||||
<!-- <input name="idcchk" type="checkbox" id="idcchk" class="form_02"> 아이디저장-->
|
||||
<!--<div class="checkbox mb-3">
|
||||
|
|
|
|||
Loading…
Reference in New Issue