background-image: url(“”) ;
相关常用属性
background-repeat属性(背景平铺)
repeat 默认值,在水平方向和垂直方向都重复(默认值)
no-repeat 不重复背景图像
repeat-x 只有水平位置会重复背景图像
repeat-y 只有垂直方向会重复背景图像
background-size属性(设置背景图片大小)
width height进行设置 px或者百分比
auto
cover:保持纵横比, 图像可能指显示部分
contain:保持纵横比, 容器部分可能空白。
background-position属性(背景图片位置)
百分数(50%、50%代表中心位置)
像素值(10px、20px代表左上角向下10px,向右20px)
直接指定位置 (center、top、bottom、left、right)
省略号
max-width: 220px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;