添加网站文件
This commit is contained in:
108
public/static/common/css/login.css
Normal file
108
public/static/common/css/login.css
Normal file
@@ -0,0 +1,108 @@
|
||||
body {
|
||||
|
||||
}
|
||||
|
||||
|
||||
.login {
|
||||
min-width: 1180px;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background:url(https://supply.chain.wo-shop.net/static/admin/img/bg-admin2.jpg) no-repeat center fixed;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
}
|
||||
.gray-bg{
|
||||
background:url("/static/admin/img/bg-admin.jpg") no-repeat center fixed;
|
||||
background-size: 100% 100%;
|
||||
height: auto;
|
||||
}
|
||||
.login-form-box {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.logo {
|
||||
position: fixed;
|
||||
top: 10px;
|
||||
left: 40px;
|
||||
}
|
||||
|
||||
.login-left .login-left-img{
|
||||
width: 500px;
|
||||
height: 590px;
|
||||
}
|
||||
|
||||
.login-left .login-left-img img{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.login-right {
|
||||
width: 500px;
|
||||
height: 450px;
|
||||
background-color: white;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.login-title {
|
||||
font-size: 24px;
|
||||
font-weight: 500;
|
||||
margin-top: 40px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.login-form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
margin-left: 15%;
|
||||
}
|
||||
|
||||
.form-box-item {
|
||||
width: 346px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 40px;
|
||||
border:1px solid rgba(229,229,229,1);
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.form-box-checked {
|
||||
width: 346px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-top: 16px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.submit-btn {
|
||||
width:346px;
|
||||
height:44px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: white;
|
||||
background-color: #2ad3b6;
|
||||
border: none;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.icon {
|
||||
width: 45px;
|
||||
height: 40px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border:1px solid rgba(229,229,229,1);
|
||||
}
|
||||
|
||||
footer {
|
||||
position: fixed;
|
||||
bottom: 20px;
|
||||
left: 40%;
|
||||
font-size:12px;
|
||||
color:rgba(112,112,112,1);
|
||||
font-weight:400;
|
||||
}
|
||||
Reference in New Issue
Block a user