修复服务区样式缓存问题

This commit is contained in:
lwt
2026-05-09 14:04:55 +08:00
parent d078b44026
commit a3a0190184
2 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -31,6 +31,7 @@
.services-section {
position: relative;
scroll-margin-top: 24px;
padding: 30px 42px 34px;
background: rgba(255, 255, 255, 0.78);
border: 1px solid rgba(215, 226, 242, 0.95);
@@ -49,7 +50,7 @@
.services {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 24px;
}