CSS漸變按鈕停運通知
尊敬的用戶:
我們很抱歉地通知您,由于最近更新后出現了一些意外問題,我們決定暫停使用CSS漸變按鈕功能。我們正在全力修復這一問題,并將在下一個更新版本中宣布解決情況。
請注意,這不會影響您網站現有的CSS樣式表。如果您的網站使用了漸變按鈕功能,它們將被恢復為默認按鈕樣式,直到該功能得到修復。
我們感謝您對我們的支持和理解。
.button { background: linear-gradient(to bottom, #7db9e8 0%,#428cd4 100%); border: none; color: white; padding: 15px 32px; text-align: center; display: inline-block; font-size: 16px; margin: 4px 2px; cursor: pointer; border-radius: 4px; } /* 以下為默認按鈕樣式 */ .button { background-color: #4CAF50; color: white; }
下一篇css漸變能用過度的