优化取名逻辑

This commit is contained in:
cjd
2025-11-05 17:26:52 +08:00
parent 1d312df7ca
commit 200c29ac09
5 changed files with 95 additions and 57 deletions

View File

@@ -80,10 +80,24 @@
line-height: 1.6;
}
.summary {
background: rgba(18, 24, 46, 0.7);
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 14px;
padding: 14px 16px;
color: rgba(255, 244, 227, 0.85);
line-height: 1.7;
font-size: 13px;
}
.summary-text {
white-space: pre-line;
}
.tip {
font-size: 14px;
color: rgba(255, 244, 227, 0.7);
letter-spacing: 4px;
letter-spacing: 2px;
text-align: center;
margin-bottom: 8px;
}
@@ -91,7 +105,7 @@
.result-card {
display: flex;
flex-direction: column;
gap: 10px;
gap: 12px;
background: linear-gradient(135deg, rgba(16, 22, 46, 0.86), rgba(36, 44, 80, 0.76));
border-radius: 18px;
padding: 18px 20px;
@@ -101,18 +115,11 @@
backdrop-filter: blur(16px);
}
.result-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
}
.name {
font-size: 20px;
font-weight: 600;
color: #fdf0da;
flex: 1;
.result-line {
font-size: 15px;
color: rgba(255, 244, 227, 0.9);
line-height: 1.8;
word-break: break-all;
}
.collect-button {
@@ -123,12 +130,7 @@
background: rgba(255, 255, 255, 0.12);
color: #fbe6ce;
border: 1px solid rgba(255, 255, 255, 0.18);
}
.meaning {
font-size: 14px;
color: rgba(255, 244, 227, 0.78);
line-height: 1.8;
align-self: flex-end;
}
.back-button {