css3毛玻璃效果

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>aero</title>
</head>
<style>
    body {
        min-height: 100vh;
        box-sizing: border-box;
        margin: 0;
        padding-top: calc(50vh - 6em);
        font: 150%/1.6 Baskerville, Palatino, serif;
    }
    .bg {
        margin: 0 auto;
    }
    .bg, .main::before {
        background: url("http://csssecrets.io/images/tiger.jpg") 0 / cover fixed;
    }
    .main {
        position: relative;
        margin: 0 auto;
        padding: 1em;
        max-width: 23em;
        background: hsla(0, 0%, 100%, .25) border-box;

        overflow: hidden;
        border-radius: .3em;
        box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .3) inset,
        0 .5em 1em rgba(0, 0, 0, 0.6);
        text-shadow: 0 1px 1px hsla(0, 0%, 100%, .3);

    }
    .main::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: -30px;
        z-index: -1;
        -webkit-filter: blur(20px);
        filter: blur(20px);
        max-width:30em;
    }
    blockquote {
        font-style: italic
    }
    blockquote cite {
        font-style: normal;
        font-weight: 500;
    }
</style>
<body>
<div class="bg">
    <div class="main">
        <blockquote>“The only way to get rid of a temptation is to yield to it. Resist it, and your soul grows sick with
            longing for the things it has forbidden to itself, with desire for what its monstrous laws have made
            monstrous and unlawful.”</em>
            <footer><cite>Oscar Wilde, The Picture of Dorian Gray</cite></footer>
        </blockquote>
    </div>
</div>
</body>
</html>

效果

这里写图片描述

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值