zoukankan      html  css  js  c++  java
  • css 弧度

    style
    
    .head-bg {
    				position: absolute;
    				height: 1.9rem;
    				 100%;  
    				overflow: hidden;
    				z-index: -1;
    				
    			} 
    .head-bg .bgImg{ 
    				position: absolute;  
    				content: '';
    				z-index: 1;
    				height: 2.5rem;
    				top: -.6rem;
    				left: -75%;
    				 250%;
    				border-radius: 50%; 
    				overflow: hidden;
    			}
    .head-bg .bgImg:after{
    				position: absolute;  
    				content: '';filter:blur(10px);   //模糊
    				z-index: 1;
    				height: 3.9rem;
    				top: -1rem;
    				left: 0;
    				 100%;
    				background: url(https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1536115840&di=9fbd7bb1fd052bceb0b3c47833e4c084&imgtype=jpg&er=1&src=http%3A%2F%2Ffile25.mafengwo.net%2FM00%2F0A%2FAC%2FwKgB4lMC26CAWsKoAALb5778DWg60.rbook_comment.w1024.jpeg) no-repeat center;
    				background-size:200%;
    			}
    
    
    
    html
    <div class="head-bg"><div class="bgImg"></div></div>
    

      

     
  • 相关阅读:
    四则运算
    软工与我
    四则运算结对作业
    《构建之法》读第四、十七章收获
    2016012088四则运算
    构建之法第一、二、十六章
    我的软件工程之路
    小学四则运算结对项目报告【GUI】
    构建之法4,17章读书笔记
    2016012095+小学四则远算练习软件项目报告
  • 原文地址:https://www.cnblogs.com/yjgbk/p/9552997.html
Copyright © 2011-2022 走看看