我的世界龙溪有什么用
0
2025 / 06 / 21
background-attachment:scroll| fixed scroll:背景图像是随对象内容滚动。 fixed:背景图像固定。background-color:transparent| color transparent:背景透明色。 color:指定颜色、background-image:none| url none:无背景图。 url:使用绝对或相对地址指定背景图像。background-position: length|| length length:百分数|由浮点数字和单位标识符组成的长度值。
background-position: position|| position position: top| center| bottom| left| center| right
background-positionX: length| left| center| right length:百分数|由浮点数字和单位标识符组成的长度值。 left:居左,center:居中,right:居右
background-positionY: length| top| center| bottom length:百分数|由浮点数字和单位标识符组成的长度值。left:居左,center:居中,right:居右
background-repeat: repeat| no-repeat| repeat-x| repeat-y repeat:背景图像在纵向和横向上平铺,no-repeat:背景图像不平铺,repeat-x:背景图像在横向上平铺,repeat-y:背景图像在纵向平铺