.result-icon { width: 120rpx; height: 120rpx; background: #52c41a; border-radius: 50%; margin: 24rpx auto 20rpx; display: flex; align-items: center; justify-content: center; color: #ffffff; font-size: 60rpx; } .result-title { text-align: center; font-size: 40rpx; font-weight: 600; color: #333333; margin-bottom: 28rpx; } .result-data { display: flex; gap: 20rpx; margin-bottom: 24rpx; } .result-item { flex: 1; background: #f5f5f5; border-radius: 20rpx; padding: 24rpx; text-align: center; } .result-value { font-size: 40rpx; font-weight: 600; color: #E6508C; } .result-label { font-size: 22rpx; color: #999999; margin-top: 4rpx; } .result-tip { background: #f0f9ff; border-radius: 20rpx; padding: 24rpx; text-align: center; margin-bottom: 24rpx; } .result-tip-icon { font-size: 40rpx; } .result-tip-text { font-size: 26rpx; color: #333333; margin-top: 6rpx; display: block; } .btn-primary::after { border: none; }