css遮罩层代码样式

帆 2024-05-01 0 阅读 0 评论
  <div class="add-tanchuang">123</div>
  <style>
  .add-tanchuang::before {
  content: "";   /* 插入内容 */
  cursor: default;
  background-color: rgba(173, 173, 173, 0.66);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  }
  </style>


本文来源:重庆seo博客

本文地址:https://www.focusonseo.cn/index.php?c=show&id=70

文章声明:以上内容(如有图片或视频亦包括在内)除非注明,否则均为重庆seo博客原创文章,转载或复制请以超链接形式并注明出处。

相关文章

上一篇:CSS 选择器优先权重

下一篇:css遮罩层