li-mei

css样式:

#export_page_cover {
    display:none;
    opacity: 0.7;
    background-color:#FFF;      
    
    z-index: 1001;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

 

页面中显示一个div:<div id="export_page_cover"></div>

js文件中改变状态:$("#export_page_cover").css(\'display\',\'none\');

 

分类:

技术点:

相关文章:

  • 2021-11-17
  • 2021-11-17
  • 2021-11-17
  • 2021-11-17
  • 2021-11-17
  • 2021-11-17
  • 2021-09-06
  • 2022-12-23
猜你喜欢
  • 2021-10-13
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案