我有一些css似乎不适用于三星s5手机:
.app > header h1 .icon-ui-largearrow-down {
position: absolute;
left: -13px;
top: 3px;
font-size: 43px;
transform: rotate(90deg) scaleY(0.9);
display: inline-block;
width: 20px;
height: 20px;
color: #555555 !important;
}
准确地说,转换位在S5上不起作用,但是适用于桌面。可能是什么问题?
答案 0 :(得分:0)
你能试试吗?
-webkit-transform:
Android Chrome(假设您的S5使用此功能)依赖于http://caniuse.com/#search=transform
中所述的前缀支持前缀:~webkit~