Files
MiniProgram/NamingAssistant/app.ttss

38 lines
776 B
Plaintext
Raw Normal View History

2025-11-05 00:22:09 +08:00
page {
background: radial-gradient(120% 120% at 50% 0%, #1b2735 0%, #0b1023 55%, #05060f 100%);
color: #f5f0d7;
font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
min-height: 100vh;
}
text {
color: #f5f0d7;
}
button.primary {
background: linear-gradient(135deg, #c474ff 0%, #5bc0f8 100%);
color: #0f1224;
border-radius: 28px;
font-weight: 600;
letter-spacing: 2px;
}
button.primary:disabled {
background: rgba(255, 255, 255, 0.16);
color: rgba(255, 255, 255, 0.4);
}
button.secondary {
background: rgba(255, 255, 255, 0.12);
color: #f7edd8;
border-radius: 999px;
border: 1px solid rgba(255, 255, 255, 0.2);
font-weight: 500;
letter-spacing: 2px;
}
radio {
transform: scale(0.92);
color: #ff6a6a;
}