我用的是带 Bootstrap 的模式窗口。我已经改变了背景和字体颜色,但我没有成功改变右上角关闭按钮为白色。
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true" class="modal_button">×</span><span class="sr-only">Close</span></button>
这是我的css属性
.modal-header {
border-top: 1px solid white;
border-left: 1px solid white;
border-right: 1px solid white;
text-align: left;
font-size: 23px;
color: white;
background-color: #261f31;
border-bottom: 0px;
}
我想把X按钮变成白色
5条答案
按热度按时间mlnl4t2r1#
Bootstrap是这样设置颜色的:
所以你可以用这个来覆盖它:
4uqofj5v2#
在bootstrap 5中,它们有一个类,允许您将关闭按钮的颜色更改为白色。
<button type="button" class="btn-close btn-close-white" aria-label="Close"></button>
d6kp6zgx3#
把代码写下来
wxclj1h54#
简单的方法,你可以覆盖defual x按钮在模态弹出
xbp102n05#
对于Bootstrap 5,您需要添加btn-close-白色类