18910140161

CSS背景图像模糊

顺晟科技

2021-09-19 13:22:39

268

  • index.html
<image class="bg" src="/images/bg.png"></image>
  • index.css
 .bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 300%;
    height: 300%;
    z-index: -1;
    filter: blur(10px);
}
相关文章
我们已经准备好了,你呢?
2024我们与您携手共赢,为您的企业形象保驾护航