为什么旋转不出来
.test2 figcaption div{
border:2px solid #FF0;
width:80%;
height:80%;
position:absolute;
top:10%;
left:10%;
transform:translate(0,-370px) rotate(0deg);}
.test2:hover figcaption div{
transform:translate(0,0) rotate(180deg);}
.test2 figcaption H2 {
margin-top:15%;
margin-left:15%}
.test2 figcaption p{
margin-left:15%}