其他分享
首页 > 其他分享> > 图片作背景虚化

图片作背景虚化

作者:互联网

  1. html页面
    <img :src="musicList.al.picUrl" class="bgimg">
  2. css页面
    .bgimg{ width: 100%; height: 100%; position: absolute; z-index: -1; filter: blur(70px); }
  3. 结果

标签:index,bgimg,背景,100%,height,70px,虚化,图片,页面
来源: https://www.cnblogs.com/huashenyin/p/16320144.html