maxiag

html代码片段

// 弹出框css代码样式
#tanchu {
        display: none;
        position: fixed;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2010;
        opacity: 1;
    }

 

发表于 2020-09-09 08:32  我是一枚前端小菜鸟  阅读(303)  评论(0编辑  收藏  举报
 

分类:

技术点:

相关文章:

  • 2021-12-25
  • 2022-02-07
  • 2022-01-07
  • 2022-12-23
  • 2021-05-02
  • 2021-09-05
  • 2021-10-21
  • 2021-11-30
猜你喜欢
  • 2021-11-19
  • 2021-12-19
  • 2021-12-18
  • 2021-12-19
  • 2022-01-22
  • 2021-11-29
  • 2022-01-30
相关资源
相似解决方案