实例
.contentPhone_1:hover .bottomDiscuss{
display: block;
-webkit-animation: upmove 1s ease; -o-animation: upmove 1s ease; animation: upmove 1s ease;
}
@keyframes upmove { from { top: 265px; opacity: 0; } to { top: 245px;opacity: 1; } }
运行实例 »
点击 "运行实例" 按钮查看在线实例
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号