这种背景使用css3如何实现
黄舟
黄舟 2017-04-17 11:52:24
0
1
519

这种背景使用css3如何实现

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

全部回覆(1)
Peter_Zhu

利用:after就可以實現,不知道是不是你想要的效果,希望對你有幫助

.main {
            background: #7272ff;
            position: relative;
            width: 400px;
            height: 150px;
        }
        .main:after {
            content: '';
            background: #fff;
            width: 128%;
            height: 300px;
            position: absolute;
            top: 26px;
            left: -14%;
            border-radius: 50%;
        }
<p class="main"></p>
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板