Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/77.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 什么CSS属性在Bootstrap 4模式的后台禁用活动?_Html_Css_Bootstrap 4_Background_Bootstrap Modal - Fatal编程技术网

Html 什么CSS属性在Bootstrap 4模式的后台禁用活动?

Html 什么CSS属性在Bootstrap 4模式的后台禁用活动?,html,css,bootstrap-4,background,bootstrap-modal,Html,Css,Bootstrap 4,Background,Bootstrap Modal,我想知道什么属性,或属性集,可以用来停用,模糊,甚至把一个引导模式背后的背景更暗 我对在其他地方使用这些相同的属性很感兴趣,但在使用inspect元素(开发人员工具)时,我很难找到它们 希望你们能帮忙。提前谢谢 创建了一个div.modal background,负责此。。。播放以更改此div的颜色或不透明度 .modal background{ 背景:rgba(161247174,0.9)!重要; 不透明度:0.3!重要; } 模态示例 开放模态 模态标题 &时代; 情态体。。 接近 如何

我想知道什么属性,或属性集,可以用来停用,模糊,甚至把一个引导模式背后的背景更暗

我对在其他地方使用这些相同的属性很感兴趣,但在使用inspect元素(开发人员工具)时,我很难找到它们


希望你们能帮忙。提前谢谢

创建了一个div
.modal background
,负责此。。。播放以更改此div的颜色或不透明度

.modal background{
背景:rgba(161247174,0.9)!重要;
不透明度:0.3!重要;
}

模态示例
开放模态
模态标题
&时代;
情态体。。
接近

如何停用模式背后的活动?例如,在您的示例中,一旦打开模式,当滚动时,我们只能滚动模式,背景保持静止(以“模式示例”标题作为参考)您想限制背景的滚动吗?这是你的问题吗?是的!正是这样,比我问的要清楚得多。为此,您必须在
标记上添加CSS属性
overflow:hidden
。。。然后在关闭模式时,删除此css属性