直到上个月左右,一切都运行良好,但是自从 chrome 或 webkit 更新以来,似乎出现了问题,而我没有更改代码中的任何内容。
我进行了几次潜水,并使用 webkit css 使它们四舍五入,一个月以来,它们在 chrome 上不再四舍五入,在 safari 上运行良好。
.hostpie {
-webkit-transform:rotate(0deg);
width:148px;
height:300px;
-moz-border-radius:150px;
-webkit-border-radius:150px;
border-radius:150px;
-webkit-border-radius:150px 0 0 150px;
-webkit-transform-origin:right center;
}