只是想问一下我的模态中是否可以有背景图像?我尝试过搜索,但我只看到模态的背景相关内容,它指的是页面本身.我想要的是我的模态框,上面有图像背景.或改变它的颜色?谢谢.我在
          .modal-body {
   background-image: url(path/to/image);
} 
 或者如果你想要它在你的模态后面你可以使用
.modal-backdrop {
   background-image: url(path/to/image);
}
        
             .modal-body {
   background-image: url(path/to/image);
} 
 或者如果你想要它在你的模态后面你可以使用
.modal-backdrop {
   background-image: url(path/to/image);
}