구동 오류 수정
This commit is contained in:
@@ -319,7 +319,7 @@ header h1 {display:flex; align-items:center; height: 100%}
|
||||
.loginLogo_new {display: block; width: 246px; height: 100px; background: url(/images/loginLogo_kumho.png) left bottom no-repeat;background-size:contain; margin-bottom:10px;margin-left:-80px;}
|
||||
.slogun_box_new {position: relative; margin:144px 0px 0px 330px; width:50%; height:640px; background:#E7E9F0; border-radius: 25px 0px 0px 25px; z-index:1;}
|
||||
.slogun_box_new2 {display: block; width:78%; height:90%; background: url(/images/Intops-loginpage_last1.png) left bottom no-repeat; background-size:contain; margin-left:7%;padding-top:0;}
|
||||
header h1 .mainLogo_new {display:block; margin-left:8px; width:180px; height:40px; background: url(/images/logo.png) center center no-repeat;
|
||||
header h1 .mainLogo_new {display:block; margin-left:8px; width:223px; height:40px; background: url(/images/logo.png) center center no-repeat;
|
||||
background-size: contain; margin-top:0px; }
|
||||
|
||||
/*로그인 페이지 (intops)
|
||||
@@ -2755,32 +2755,41 @@ a,a:visited,a:hover,a:active {
|
||||
|
||||
/* 우성SE */
|
||||
/* basic.css 에 아래 코드 추가 */
|
||||
#loginBack_woosungse { background: url(/images/loginPage_woosungse.png) no-repeat bottom; width:100%; height:100%; background-size: cover; position:absolute; top:0;}
|
||||
#loginBack_woosungse > form#loginForm {height:100%;}
|
||||
#loginBack_woosungse .login_layout {display:flex; height:100%;}
|
||||
#loginBack_woosungse .logo_slogan_box {display:flex; padding:150px 120px; flex:4; background-color:rgba(255,255,255,0);}
|
||||
#loginBack_woosungse #loginWrap {
|
||||
#loginBack_ilshin { background: url(/images/loginPage_ilshin.jpg) no-repeat bottom; width:100%; height:100%; background-size: cover; position:absolute; top:0;}
|
||||
#loginBack_ilshin > form#loginForm {height:100%;}
|
||||
#loginBack_ilshin .login_layout {display:flex; height:100%;}
|
||||
#loginBack_ilshin .logo_slogan_box {display:flex; padding:150px 120px; flex:4; background-color:rgba(255,255,255,0);}
|
||||
#loginBack_ilshin #loginWrap {
|
||||
display:flex;
|
||||
justify-content:center;
|
||||
align-items:center;
|
||||
flex: 2;
|
||||
min-width:400px;
|
||||
max-width:400px;
|
||||
background: rgb(255 255 255);
|
||||
box-shadow: 0 8px 32px 0 rgba(37, 37, 42, 0.37);
|
||||
backdrop-filter: blur( 8px );
|
||||
-webkit-backdrop-filter: blur( 8px );
|
||||
border-left: 1px solid rgba( 255, 255, 255, 0.1 );
|
||||
}
|
||||
#loginBack_woosungse #login_box {padding:0px 100px 100px 100px; display: flex; flex-direction: column; align-items: center;
|
||||
width: unset; top: unset; right: unset; position: unset; margin-top: 460px;}
|
||||
#loginBack_woosungse #login_box input[type="button"] { border-radius: 5px; border: 1px solid #0B0D33; background: #0B0D33; width:100%; display: block; color:#fff; font-size:11px; font-weight:normal; margin-top:15px; text-transform:uppercase;}
|
||||
#loginBack_woosungse input {height: 34px !important; font-size:14px !important; width: 100%}
|
||||
.loginLogo_woosungse {display: block; width: 200px; height: 100px; background: url(/images/loginLogo_woosungse.png) center center no-repeat;background-size:contain; margin-bottom:50px;}
|
||||
.slogun_box_woosungse {background: url(/images/slogan_woosungse.png) no-repeat; background-size: contain; width: 380px;}
|
||||
header h1 .mainLogo_woosungse {display:block; margin-left:18px; width:197px; height:33px; background: url(/images/mainLogo_woosungse.png) left center no-repeat; background-size: contain; margin-top:16px; }
|
||||
#loginBack_ilshin #login_box {
|
||||
padding: 0px 42px 100px 42px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
width: unset;
|
||||
top: unset;
|
||||
right: unset;
|
||||
position: unset;
|
||||
margin-top: 460px;
|
||||
}
|
||||
#loginBack_ilshin #login_box input[type="button"] { border-radius: 5px; border: 1px solid #0B0D33; background: #0B0D33; width:100%; display: block; color:#fff; font-size:11px; font-weight:normal; margin-top:15px; text-transform:uppercase;}
|
||||
#loginBack_ilshin input {height: 34px !important; font-size:14px !important; width: 100%}
|
||||
.loginLogo_ilshin {display: block;width: 312px;height: 118px;background: url(/images/loginLogo_ilshin.png) center center no-repeat;background-size: 302px;margin-bottom: 50px;position: relative;top: 9px;}
|
||||
.slogun_box_ilshin { background-size: contain; width: 380px;}
|
||||
header h1 .mainLogo_ilshin {display:block; margin-left:18px; width:197px; height:33px; background: url(/images/mainLogo_ilshin.png) left center no-repeat; background-size: contain; margin-top:16px; }
|
||||
@media screen and (max-width: 1200px) {
|
||||
#loginBack_woosungse .logo_slogan_box { display:none; }
|
||||
#loginBack_woosungse #loginWrap {
|
||||
#loginBack_ilshin .logo_slogan_box { display:none; }
|
||||
#loginBack_ilshin #loginWrap {
|
||||
padding: 100px;
|
||||
box-shadow: initial;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user