gpt4 book ai didi

css - 为什么即使有供应商前缀也不会在 Heroku 上显示渐变?

转载 作者:太空宇宙 更新时间:2023-11-04 07:08:51 25 4
gpt4 key购买 nike

我在我的应用程序中使用了以下 CSS。在开发中,它工作正常,在生产中,它无法加载渐变。这是我使用的未呈现的 css:

button {
background-image: -moz-linear-gradient( -135deg, rgb(255, 131, 10) 0%, rgb(255, 198, 54) 100%);
background-image: -webkit-linear-gradient( -135deg, rgb(255, 131, 10) 0%, rgb(255, 198, 54) 100%);
background-image: -ms-linear-gradient( -135deg, rgb(255, 131, 10) 0%, rgb(255, 198, 54) 100%);
color: #ffffff;
font-size: 2em;
border-radius: 999px;
width: 19%;
height: 6vh;
border: #ffffff 2px solid;
outline: none;
transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
cursor: pointer;
}

我在所有浏览器上看到的都是灰色/灰色。不是特定于浏览器的问题。

这是我的应用程序的链接:MP3Bolt

最佳答案

缺少渐变的非供应商前缀。

linear-gradient(direction, color-stop1, color-stop2, ...)

关于css - 为什么即使有供应商前缀也不会在 Heroku 上显示渐变?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51349264/

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