html背景图圆角图片设置方法


.content-top {
    width: 1250px;
    height: 250px;
    margin: 0 auto;
    border: 1px solid #171d32; 
    background-color: rgba(255,255,255,.06); 
    background-image:url("../images/correcting/lta.png"),url("../images/correcting/lba.png"),url("../images/correcting/rta.png"),url("../images/correcting/rba.png");
    background-repeat: no-repeat, no-repeat,no-repeat, no-repeat;   
    background-position: 0 0, 0 100%, 100% 0, 100% 100%;  
}


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM