body { background-color: #fff; } .reset-container { padding: 1.25rem; } .tip-text { font-size: 0.875rem; color: #666; margin-bottom: 1.875rem; line-height: 1.5; } .input-group { display: flex; align-items: center; border-bottom: 1px solid #f0f0f0; padding-bottom: 0.625rem; margin-bottom: 1.875rem; } .label { font-size: 0.9375rem; color: #333; width: 3.75rem; } .input-wrapper { flex: 1; display: flex; align-items: center; justify-content: space-between; } .code-input { flex: 1; font-size: 0.9375rem; color: #333; } .get-code-btn { background-color: #F8F8F8; padding: 0.3125rem 0.625rem; border-radius: 0.25rem; } .btn-text { font-size: 0.8125rem; color: #FF5722; } .next-btn { background: linear-gradient(90deg, #FF6F00 0%, #FF5722 100%); color: #fff; font-size: 1rem; font-weight: bold; border-radius: 0.25rem; /* 图2也是带圆角的矩形,和登录页一致 */ height: 2.75rem; line-height: 2.75rem; } .next-btn::after { border: none; }