css 背景差效果 背景_代码笔记

css 背景差效果 背景

2025-06-19 15:42:06  浏览:36  作者:保利尼奥
<style type="text/css"> background-image: url(../images/bj1.jpg); background-size: cover; background-repeat: no-repeat; backgr...
<style type="text/css">
	background-image: url(../images/bj1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
</style>

上一篇:滚动条在左侧

下一篇:已经是最后一篇

评论区

共 0 条评论
  • 这篇文章还没有收到评论,赶紧来抢沙发吧~

【随机内容】

返回顶部