布局图片是在Css被创建出来的,使用Css中的background属性
CSS背景属性
Css中和背景相关的属性:background-color
背景图片:background-image可以指向一个相对路径或绝对路径的图片
Background-image:url(image/华腾.jpg);
background-repeat属性可以设置背景是否平铺在容器中。
默认值repeat 横向和纵向平铺,No-reapt 不平铺默认显示左上角、reapt-x 只在横向平铺、reapt-y 只在纵向平铺;
Background-position属性可以控制背景图片显示在什么地方。
有两个值,第一个值可以是 top center 或bottom。第二个值可以是left、center、或right