css 里面{ background-image: url('/i/eg_bg_03.gif'); background-repeat: no-repeat }

日期:2021-05-17 15:07:07 人气:1

css 里面{ background-image: url('/i/eg_bg_03.gif'); background-repeat: no-repeat }

background-repeat: no-repeat : 是不重复背景图片的
background-repeat: repeat : 重复背景图片 x方向 和 y 方向 同时重复的
background-repeat: repeat-x : x方向即水平方向重复
background-repeat: repeat-y : y方向即竖直方向重复
以上可简写
background: url('/i/eg_bg_03.gif'
    A+
热门评论