mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-06-29 07:32:50 +08:00
首页课程tab动画优化
This commit is contained in:
parent
4b8cac6ed9
commit
2e8379f46c
@ -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));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user