我的css

.dividerli {
height: 30px;
line-height: 30px;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, rgb(150,
150, 150) ), color-stop(1.0, rgb(115, 115, 120) ) );
}

没有line-height:文字不居中。

transform 好用的动画:

$("#test").css("-webkit-transform", 'translate3d(-2em,5em,0)');

原文地址:https://www.cnblogs.com/happyPawpaw/p/2678746.html