0
我使用引導程序,當我嘗試設置.modal和.modal標題背景顏色默認不透明度時,您可以看到模式更改爲白色的網站。我想保持不透明度爲默認值,只更改模態和模態標題顏色。這是我使用的代碼:在的頂部bootstrap模式不透明度變爲白色
.modal {
background-color: white;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size:16px;
}
.modal-header {
background-color: blue;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size:24px;
}
這個工程工作,而不是現在的弧形角模態不見了 – user3312792 2014-11-25 12:47:51
編輯了答案。將邊框半徑添加到標題。 – anpsmn 2014-11-25 12:56:41