3
0
Fork 0

feat(share): 更改按钮配色

This commit is contained in:
woody 2025-08-19 13:56:53 +08:00
parent 3f85bc8cdd
commit 075e691d1d
1 changed files with 7 additions and 1 deletions

View File

@ -462,7 +462,13 @@ export default {
display: flex;
align-items: flex-start;
justify-content: center;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
background: linear-gradient(
135deg,
#d4af37 0%,
#ffd700 30%,
#b8860b 70%,
#8b7355 100%
);
// box-shadow: 0 5rpx 12rpx 0 rgba(102, 126, 234, 0.2);
border: none;
border-radius: 70rpx;