当前位置:Gxlcms > html代码 > multiplebackgrounds多重背景_html/css_WEB-ITnose

multiplebackgrounds多重背景_html/css_WEB-ITnose

时间:2021-07-01 10:21:17 帮助过:10人阅读

语法缩写如下:

background : [background-color] | [background-image] | [background-position][/background-size] | [background-repeat] | [background-attachment] | [background-clip] | [background-origin],...

注意:用逗号隔开每组background的缩写值;如果有size值,需要紧跟position并且用"/"隔开;分解写法时,background-color只能设置一个。

例如:

background:url(./image.jpg) no-repeat left top / 200px 70px,url(./image.jpg) no-repeat right bottom / 150px 60px;

 多重背景   

人气教程排行