尝试将 webkit 渐变转换为 moz:格式错误

发布于 2025-01-01 15:28:32 字数 353 浏览 0 评论 0原文

我正在尝试在此 页面 中导入下面的渐变(“从 CSS 导入”):

background:-webkit-gradient( linear, left top, left bottom, color-stop(0.25, #ACACAC, color-stop(4, #dfdfdf));

但我遇到了这个错误:

无法解析渐变 CSS。请检查格式并重试。

有什么想法吗?

哈维尔

I'm trying to import the gradient below in this page ("Import from CSS"):

background:-webkit-gradient( linear, left top, left bottom, color-stop(0.25, #ACACAC, color-stop(4, #dfdfdf));

but I'm gettin this error:

Couldn't parse gradient CSS. Please check the format and try again.

Any idea?

Javier

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

清醇 2025-01-08 15:28:32

您的第一个 color-stop 缺少右括号

You're missing a closing bracket on your first color-stop

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文