平滑移动
This commit is contained in:
parent
22506b623a
commit
aa71190bec
@ -57,6 +57,9 @@
|
|||||||
#theinfo {
|
#theinfo {
|
||||||
height: 15px;
|
height: 15px;
|
||||||
}
|
}
|
||||||
|
.one {
|
||||||
|
transition: transform 0.5s ease; /* 平滑过渡效果 */
|
||||||
|
}
|
||||||
|
|
||||||
.one:hover {
|
.one:hover {
|
||||||
transform: translateY(-10px);
|
transform: translateY(-10px);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user