skew()属性不可用的原因?
.test3 figcaption h4{
transform: skew(90deg);
}
.test3 figcaption p{
transform: skew(90deg);
}
.test3:hover figcaption h4{
transform: skew(0deg);
}
.test3:hover figcaption p{
transform: skew(0deg);
}
.test3 figcaption h4{
transform: skew(90deg);
}
.test3 figcaption p{
transform: skew(90deg);
}
.test3:hover figcaption h4{
transform: skew(0deg);
}
.test3:hover figcaption p{
transform: skew(0deg);
}
2016-07-29
举报