Hiding the background in an iframe that belongs to a different domain with css

后端 未结 0 1509
情书的邮戳
情书的邮戳 2020-11-28 05:31
body {
  height: 4000px;
}

.container-fluid {
  z-index: 10011;
  background: rgba(0,0,0,.5);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题