毛玻璃效果

目录

 

准备基础

最终效果:


准备基础

HSLA(H,S,L,A) 说明: 
H:Hue(色调)。

          0(或360)表示红色,120表示绿色,240表示蓝色

          取值为:0 - 360 
S:Saturation(饱和度)。

          取值为:0.0% - 100.0% 
L:Lightness(亮度)。

          取值为:0.0% - 100.0% 
A:Alpha透明度。

          取值0~1之间。 

background-attachment 属性设置背景图像是否固定或者随着页面的其余部分滚动。

 blur() 滤镜使用如下:

main {
  width:600px;
  height:300px;
  margin:0 auto;
  padding:20px;
  font-size:18px;
  line-height:28px;
  border-radius:15px;
  background: hsla(0,0%,100%,.5);
  filter:blur(4px);
}

效果图:缺点(整个元素都会被模糊,文字可读性差)

最终效果:

body {
background: url("http://pic37.nipic.com/20140115/14882888_134859703000_2.jpg") 0 / cover fixed;
   background-attachment:fixed;
}
body ,main::before{
  background: url("http://pic37.nipic.com/20140115/14882888_134859703000_2.jpg") 0 / cover fixed;
}
main {
  width:600px;
  height:300px;
  margin:0 auto;
  padding:20px;
  font-size:18px;
  line-height:28px;
  position:relative;
  border-radius:15px;
  background: hsla(0,0%,100%,.3);
  overflow:hidden;
}
main::before{
  content:'';
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  filter:blur(20px);
  z-index:-1;
  margin:-30px;
}
<main>
    <blockquote>
            "The only way to get rid of a temptationThe grounds were covered with dark                 
           green grass through which stretched a straight white stone path .On both 
           sides of the path were planted what I believed to be poinsettias.Now the 
           flowers were surrounded by pinkish leaves instead of bright red ones as they 
           should have been.Trimmed with light green edges,the leaves looked delicate 
           and charming.Along the long  pulling and hooting on its way southward.[...]"
        <footer>-
            <cite>
                Oscar Wilde,
                The Picture of Dorian Gray
            </cite>
        </footer>
    </blockquote>
</main>

 

  • 1
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值