簡體   English   中英

語義UI,調光器背景色

[英]Semantic UI, Dimmer Background color

我正在使用語義ui模態,我想更改其調光器的背景顏色,但我不能。
我用了

function modalist(){
    $(".ui.modal").modal("show");
    $(".ui.dimmer").css("background-color", "Yellow");
}

它有效,但是不到兩秒鍾。
請幫我。
最親切的問候;

嘗試將此CSS與“!important”:

.ui.dimmer
{
    background: rgba(100, 100, 0, 0.85) !important;
}

您是否嘗試過更改CSS文件中的CSS?

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM