酷族设计's Archiver
论坛
›
装修代码
› 全集背景固定CSS
渣渣
发表于 2014-12-21 21:40:00
全集背景固定CSS
.tb-shop {
background: url(插入背景图片地址
}还有一种<font color="#000000">body {
background-image: url(插入背景图片);)
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center top;
}</font>
大猪
发表于 2014-12-21 23:37:28
:victory:
页:
[1]
查看完整版本:
全集背景固定CSS