gpt4 book ai didi

css - Webkit 转换错误

转载 作者:行者123 更新时间:2023-11-28 13:45:13 26 4
gpt4 key购买 nike

我正在处理 CSS3,但我在这段代码上遇到了错误:

-webkit-transform: translate3d(0,0,0) !important; 

错误是 translate3d(0,0,0)-webkit-transform 属性无效

最佳答案

尝试:

-webkit-transform: translate3d(0,0,0);/* without !important */

关于css - Webkit 转换错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11950955/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com