css 设置div半透明 悬浮在页面底部 不随滚动条滚动

.action-button {
  width: 100%;
  background:rgba(0,0,0,0.7);
  position:fixed;
  bottom:0;
  left: 0; 
  z-index: 10; 
  text-align: center;
  margin: 0;
}

 

posted @ 2019-11-21 10:36  dirgo  阅读(1397)  评论(0编辑  收藏  举报