更改bootstrap-sweetalert背景颜色的最佳方法是什么? 这是我的代码
.sweet-alert
{
background-color: #2f2f2f96;
}
$(".sweet-alert").css("background-color","#2f2f2f96");
答案 0 :(得分:1)
使用您的编码更新您的sweetalert.css并刷新您的网络浏览器。它应该工作。
.sweet-alert {
background-color: #2f2f2f96;
...other codings...
}