|
|
@@ -1978,7 +1978,7 @@ export default {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
- padding: 30upx 24upx;
|
|
|
+ padding: 30upx 15upx;
|
|
|
min-height: 100upx;
|
|
|
|
|
|
.alert-title {
|
|
|
@@ -2029,12 +2029,12 @@ export default {
|
|
|
}
|
|
|
|
|
|
.alert-card-error {
|
|
|
- background: linear-gradient(135deg, #fff2f0 0%, #fff7f5 100%);
|
|
|
- border-color: #fff7f5;
|
|
|
-
|
|
|
+ background-color: #ff6b6b;
|
|
|
+ border-color: #ff6b6b;
|
|
|
.alert-content {
|
|
|
.alert-text {
|
|
|
- color: #d9363e;
|
|
|
+ font-size:32upx;
|
|
|
+ color: white;
|
|
|
}
|
|
|
}
|
|
|
}
|