/* 🔐 登录/注册/付费界面 */ .auth-overlay { position: fixed; inset: 0; z-index: 9999; background: #f5f5f7; display: flex; align-items: center; justify-content: center; animation: fadeIn 0.3s ease; } .auth-overlay.hidden { display: none; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes shake { 0%,100%{transform:translateX(0)} 25%{transform:translateX(-6px)} 75%{transform:translateX(6px)} } .auth-card { background: white; border-radius: 20px; padding: 36px 32px; width: 360px; box-shadow: 0 8px 40px rgba(0,0,0,0.1); text-align: center; } .auth-card h2 { font-size: 1.3em; font-weight: 700; margin-bottom: 2px; } .auth-card .sub { color: #86868b; font-size: 0.85em; margin-bottom: 20px; } .auth-card input { width: 100%; padding: 11px 14px; border: 1.5px solid #d2d2d7; border-radius: 10px; font-size: 0.95em; outline: none; transition: border-color 0.2s; box-sizing: border-box; margin-bottom: 10px; } .auth-card input:focus { border-color: #0071e3; } .auth-card .error { color: #c0392b; font-size: 0.85em; margin: 4px 0; min-height: 20px; } .auth-card .btn { width: 100%; margin-top: 6px; padding: 12px; border: none; border-radius: 10px; background: #0071e3; color: white; font-size: 1em; font-weight: 600; cursor: pointer; } .auth-card .btn.gold { background: #bf9b30; } .auth-card .link { color: #0071e3; font-size: 0.85em; cursor: pointer; margin-top: 12px; display: inline-block; } .auth-card .link:hover { text-decoration: underline; }
输入出生信息,排盘后保存至数据库,可添加命理简批
输入信息,点击「排盘」