This commit is contained in:
lik
2026-05-31 17:44:06 +08:00
parent 350da5f33a
commit 13a61896db
12 changed files with 318 additions and 27 deletions

View File

@@ -235,7 +235,7 @@ page {
}
.order-btn {
background: linear-gradient(135deg, #D4A853 0%, #D4A853 100%);
background: linear-gradient(135deg, #6B8E7B 0%, #6B8E7B 100%);
color: #FFFFFF;
font-size: 30rpx;
font-weight: 600;
@@ -480,12 +480,12 @@ page {
}
.popup-submit-btn {
background: linear-gradient(135deg, #D4A853 0%, #D4A853 100%);
background: linear-gradient(135deg, #6B8E7B 0%, #6B8E7B 100%);
color: #FFFFFF;
font-size: 30rpx;
font-weight: 600;
padding: 24rpx 56rpx;
border-radius: 40rpx;
border-radius: 20rpx;
border: none;
line-height: 1.5;
}