100字范文,内容丰富有趣,生活中的好帮手!
100字范文 > 【CSS】背景图片全屏自适应

【CSS】背景图片全屏自适应

时间:2020-03-09 23:57:59

相关推荐

【CSS】背景图片全屏自适应

<style type="text/css"> body{position:fixed;top: 0;left: 0;width:100%;height:100%;min-width: 1000px;background: url(./image/img1.png);/*图片路径*/background-repeat: no-repeat;background-size: cover;-webkit-background-size: cover;-o-background-size: cover;background-position: center 0;}</style>

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。