这是我的css
.hover-box {
position: absolute;
top: 0;
left: 4%;
width: 92%;
height: 100%;
border-radius: 5px;
background: #72b842;
visibility: hidden\0/;
opacity: 0\0/;
transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
-webkit-transform: rotateY(-90deg) scale(0.8);
-moz-transform: rotateY(-90deg) scale(0.8);
-ms-transform: rotateY(-90deg) scale(0.8);
-o-transform: rotateY(-90deg) scale(0.8);
transform: rotateY(-90deg) scale(0.8);
}
这会将隐藏元素转换为视图 问题是这不适用于客户端的iPad和iPhone。 你们将如何处理这个问题。 如果我没有将我的问题格式化为标准,我会事先道歉。