<style type="text/css">
body{
background:url("./4.jpg");
background-repeat:no-repeat;
background-size:860px 720px;
background-position-x:50%;
}
no-repeat不平铺,就是图片多大就展示多大,还有其他的平铺方式。repeat-x:横向平铺,repeat-y纵向平铺,repeat:横向纵向平铺
center center是背景显示在容器里头的位置,当然也可以使用10px 10px像素来表示从什么地方开始显示
版权声明:本文为h14525544原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。