.erp-login-page { padding-top: 0; } .erp-login-nav { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; height: 176rpx; margin: 0 -24rpx 22rpx; padding-top: 88rpx; border-bottom: 1rpx solid rgba(213, 222, 235, 0.9); background: rgba(247, 248, 250, 0.96); box-sizing: border-box; } .erp-login-nav-title { color: #111827; font-size: 34rpx; font-weight: 700; line-height: 1; } .login-card { padding-top: 92rpx; } .status-mark { position: absolute; right: 26rpx; top: 24rpx; min-width: 120rpx; padding: 12rpx 18rpx; border: 2rpx solid rgba(20, 99, 255, 0.25); border-radius: 14rpx; background: #edf4ff; color: #1456c2; font-size: 24rpx; font-weight: 800; line-height: 1; text-align: center; box-sizing: border-box; } .status-mark.success { border-color: rgba(8, 116, 67, 0.24); background: #e7f7ef; color: #087443; } .status-mark.danger { border-color: rgba(180, 35, 24, 0.24); background: #fff1f0; color: #b42318; } .loading-text { color: #6b778c; font-size: 28rpx; line-height: 1.5; } .meta-row { padding: 20rpx 0; border-bottom: 1rpx solid rgba(102, 112, 133, 0.16); } .meta-row:last-child { border-bottom: 0; } .meta-row .value { word-break: break-all; } .button-stack { display: grid; gap: 20rpx; margin-top: 34rpx; }