vue 实现简单的遮罩层

<div class='popContainer'></div>


div.popContainer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
posted @ 2020-01-08 16:45  熊大的小跟班  阅读(14908)  评论(0编辑  收藏  举报