增加字体大小设置

This commit is contained in:
2026-07-03 11:45:16 +08:00
parent 451dd2330b
commit c3bd7960d0
28 changed files with 894 additions and 94 deletions
+6 -6
View File
@@ -137,14 +137,14 @@ export default {
.login-title {
color: #ffffff;
font-size: 22px;
font-size: $font-size-xl;
font-weight: 700;
margin-bottom: 6px;
}
.login-subtitle {
color: rgba(255, 255, 255, 0.8);
font-size: 13px;
font-size: $font-size-base;
margin-bottom: 32px;
}
@@ -164,7 +164,7 @@ export default {
border-radius: 10px;
padding: 0 16px;
color: #ffffff;
font-size: 15px;
font-size: $font-size-md;
}
.login-input::placeholder {
@@ -178,7 +178,7 @@ export default {
color: #1890ff;
border: none;
border-radius: 10px;
font-size: 16px;
font-size: $font-size-lg;
font-weight: 700;
line-height: 48px;
}
@@ -188,14 +188,14 @@ export default {
align-items: center;
gap: 6px;
color: rgba(255, 255, 255, 0.8);
font-size: 12px;
font-size: $font-size-xs;
margin-top: 12px;
}
.login-version {
padding-top: 24px;
color: rgba(255, 255, 255, 0.5);
font-size: 11px;
font-size: $font-size-xs;
text-align: center;
}
</style>