diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 8ea3838..5271125 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -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; }