feat: 颜色调整

This commit is contained in:
zoujing
2026-04-01 20:25:53 +08:00
parent 453bf0a0d2
commit 6549347a65

View File

@@ -283,11 +283,11 @@ const handleStyleChange = (id) => {
height: 60px;
border-radius: 30px;
border: none;
background: linear-gradient(90deg, #C5FF94, #87F1FF);
background: linear-gradient(90deg, #D9FBC8 0%, #8BE2FF 100%);
box-shadow: 0px 0px 20px 0px rgba(217, 251, 200, 0.3);
font-weight: bold;
font-size: 20px;
color: #000;
box-shadow: 0 5px 15px rgba(135, 241, 255, 0.3);
cursor: pointer;
}