@@ -1032,15 +1032,9 @@ export default {
padding: 24upx 24upx;
box-shadow: 0 4upx 12upx rgba(255, 107, 107, 0.15);
transition: all 0.3s ease;
-
- &:active {
- transform: scale(0.98);
- background: linear-gradient(135deg, #ffe6e6 0%, #ffd6d6 100%);
- }
.warning-text {
color: #d63031;
- font-size: 32upx;
+ font-size: 34upx;
font-weight: bold;
text-align: center;
}