首页课程tab动画优化

This commit is contained in:
禺狨 2023-03-28 10:08:45 +08:00
parent 4b8cac6ed9
commit 2e8379f46c

View File

@ -108,6 +108,7 @@
} }
} }
} }
@keyframes scaleTransX { @keyframes scaleTransX {
0% { 0% {
transform: translateX(0px); transform: translateX(0px);
@ -127,7 +128,7 @@
height: auto; height: auto;
margin: 0 auto; margin: 0 auto;
box-sizing: border-box; box-sizing: border-box;
padding-top: 14px; padding-top: 34px;
display: grid; display: grid;
gap: 24px; gap: 24px;
grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-columns: repeat(3, minmax(0, 1fr));