mirror of
https://github.com/hequan2017/seal.git
synced 2026-04-26 03:31:45 +08:00
32 lines
461 B
Python
32 lines
461 B
Python
html, body {
|
|
background-color: #2d3a4b;
|
|
}
|
|
|
|
|
|
|
|
.login-main{
|
|
padding-top: 160px;
|
|
padding-bottom: 50px;
|
|
max-width: 350px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.logo{
|
|
text-align: center;
|
|
}
|
|
.logo img{
|
|
max-width: 200px;
|
|
}
|
|
.header{
|
|
font-size: 26px;
|
|
color: #eee;
|
|
margin: 0 auto 40px auto;
|
|
text-align: center;
|
|
font-weight: 700;
|
|
}
|
|
.simpleui-input-inline{
|
|
margin: 10px 0px;
|
|
}
|
|
.login-btn button{
|
|
width: 100%;
|
|
} |