<html 
<head>
    <title></title>
    <style>
    .test
    {
    	margin-left:300px;
    	margin-top:200px;
    	width:300px;
    	height:300px;
    	border: dashed 2px red;
    	-ms-transform:rotate(30deg);/*旋转角度单位为deg*/
    	-ms-transform:translate(10px,20px);/*如果设置margin-left或者margin-top则translate在这基础上添加的位移*/
    	-ms-transform:skew(1deg,30deg);/*沿 X 和 Y 轴的倾斜后转换*/
    	}
    </style>
</head>
<body>
<div class="test">
</div>
</body>
</html>

 

相关文章:

  • 2021-12-10
  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
  • 2022-12-23
猜你喜欢
  • 2022-01-08
  • 2022-12-23
  • 2021-10-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-16
相关资源
相似解决方案