mirror of
https://github.com/yhl452493373/frps-panel.git
synced 2026-04-04 06:16:59 +08:00
30 lines
414 B
CSS
30 lines
414 B
CSS
html, body {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
}
|
|
|
|
.login-title {
|
|
text-align: center;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.login-title .title-text {
|
|
font-size: 24px;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.login-title .title-version {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.login-container {
|
|
width: 320px;
|
|
margin: 0 auto;
|
|
} |