gpt4 book ai didi

css - Webkit 变换在悬停伪旋转时在 safari 中不起作用

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

我有一个列表项,每个列表项都设置了伪边框,我的悬停效果在 google chrome 中有效但在 safari 中失败,它们都使用相同的渲染引擎,为什么它不起作用?

.page-content ol li:before {
background: #338ec9;
background: url(../images/tie.png) no-repeat 0;
margin-bottom: 1em;
padding-left: 35px;
font-size: 1.2em;

position: absolute;
left: 0;
top: -2px;

height: 25px;
width: 17px;
line-height: 25px;

font-size: 12px;
text-align: center;

border-radius: 2em;
color: transparent;
transition: 0.6s;
}

.page-content ol li:hover:before {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}

最佳答案

添加

-webkit-transition:0.6s;


.page-content ol li:before

它应该可以达到以下目的:
http://www.w3schools.com/css/css3_transitions.asp

关于css - Webkit 变换在悬停伪旋转时在 safari 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21931471/

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