应用图标背景色加深

This commit is contained in:
mll
2026-04-08 22:35:04 +08:00
parent adc1adefe4
commit cb895f9a02

View File

@@ -285,7 +285,7 @@ export default {
padding: 20px 15px; padding: 20px 15px;
text-align: center; text-align: center;
cursor: pointer; cursor: pointer;
background: #f8f9fa; background: #eeeeee;
border-radius: 12px; border-radius: 12px;
box-shadow: 0 2px 10px rgb(0 0 0 / 5%); box-shadow: 0 2px 10px rgb(0 0 0 / 5%);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);