最佳答案
使用CSS,如何应用多个transform
?
示例:在下面的示例中,仅应用平移,而不是旋转。
li:nth-child(2) {transform: rotate(15deg);transform: translate(-20px,0px);}