div背景图片完整填充样式设置---background、background-size、background-attachment

<div>图片</div> <style> div{      background: url(images/images/bg.jpg) no-repeat;      background-size: cover;      background-attachment: fixed; } </style> 说明: 1、background-size background-size中,100%和
相关文章
相关标签/搜索