优化弹窗和后台设置字体

This commit is contained in:
yml2213
2026-06-05 03:06:09 +08:00
parent 498e3d7bde
commit 3c28297dee
12 changed files with 910 additions and 12 deletions
+18 -3
View File
@@ -338,6 +338,20 @@
max-width: 720px;
}
/* ========== Button Enhancements ========== */
.el-button--primary {
font-weight: 700 !important;
--el-button-text-color: #ffffff;
--el-button-hover-text-color: #ffffff;
--el-button-active-text-color: #ffffff;
}
.el-button--primary span {
color: #ffffff !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
font-weight: 700;
}
.eyebrow {
margin: 0 0 8px;
color: #4f7cff;
@@ -349,10 +363,11 @@
h1 {
margin: 0;
color: #1b2559;
font-size: 28px;
font-weight: 800;
color: #0f172a;
font-size: 32px;
font-weight: 900;
line-height: 1.2;
letter-spacing: -0.5px;
}
.page-header p:last-child {