css3 设置背景模糊

  .bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url() no-repeat 0 0 ;
            background-size: cover;
            /* 模糊度 */
            filter: blur(100px);

        }

 

你可能感兴趣的:(css3,周家大小姐)