优化登录页:标题完整显示+渐变色设计
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
root
2026-02-15 14:10:50 +01:00
parent 25c4bf7ad1
commit 537d81beb1

View File

@@ -193,7 +193,7 @@
background-size: 100%; background-size: 100%;
position: relative; position: relative;
width: 340px; width: 340px;
height: 460px; height: 500px;
background: rgba(255, 255, 255, 1); background: rgba(255, 255, 255, 1);
border-radius: 8px; border-radius: 8px;
right: 0; right: 0;
@@ -212,24 +212,28 @@
text-align: center; text-align: center;
.header { .header {
height: 44px; height: auto;
line-height: 44px; line-height: 1.3;
margin-top: 35px; margin-top: 30px;
margin-bottom: 35px; margin-bottom: 30px;
text-align: center;
.title { .title {
font-size: 35px; font-size: 28px;
color: #666; background: linear-gradient(135deg, #1890ff, #722ed1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 700; font-weight: 700;
position: relative; letter-spacing: 1px;
top: 2px; display: inline;
} }
.desc { .desc {
font-size: 16px; font-size: 14px;
color: #666; color: #999;
margin-top: 12px; margin-top: 4px;
margin-left: 10px; margin-left: 8px;
margin-bottom: 40px; display: inline;
} }
} }
} }