mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-06-28 18:22:48 +08:00
首页课程tab动画优化
This commit is contained in:
parent
4b8cac6ed9
commit
2e8379f46c
@ -108,6 +108,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes scaleTransX {
|
||||
0% {
|
||||
transform: translateX(0px);
|
||||
@ -127,7 +128,7 @@
|
||||
height: auto;
|
||||
margin: 0 auto;
|
||||
box-sizing: border-box;
|
||||
padding-top: 14px;
|
||||
padding-top: 34px;
|
||||
display: grid;
|
||||
gap: 24px;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
|
Loading…
x
Reference in New Issue
Block a user