css中background-repeat属性如何使用【点击查看详情】
css中background-repeat属性如何使用:语法: background-repeat : repeat | no-repeat | repeat-x | repeat-y参数: repeat : 背景图像在纵向和横向上平铺no-repeat : 背景图像不平铺repeat-x : 背景图像在横向上平铺repeat-y : 背景图像在纵向平铺 说明: 设置或检索对象的背
相关视频/文章