background简写方式

background有以下属性:

css1:

background-color:背景色
background-image:背景图片
background-repeat:背景图片重复规则

background-position:背景图片起始位置,默认值0% 0%;
可选值:top/center/bottom left/center/right ;只写一个第二个默认center
或者:x% y% ;只写一个第二个默认50%
或者:xpos ypos

background-attachment:背景图片是否固定或者是随页面其他部分滚动
可选值:fixed/scroller/inherit

css3:

background-size:背景图片的尺寸

background-origin:规定background-position属性相对于什么来定位,默认值paddding-box;
可选值:content-box/padding-box/border-box

background-clip:规定图片绘制区域,默认值border-box,在border为非固实(solid)、dashed等时可看出区别。
可选值:content-box/border-box/padding-box

background简写方式

background: [background-color] [background-image] [background-repeat] [background-attachment] [background-position] / [background-size] [background-origin] [background-clip]

注意:

  1. [background-position] / [background-size] 中 :background-size只能紧跟着background-position出现,以 / 分割
  2. 如果 xxx-box出现两次,则第一次设置background-origin 第二次设hibackground-clip;出现一次是两个属性都设置成xxx-box
  3. 其他属性顺序任意,不设置取默认值

举个栗子

    background: #ffffff url(../images/g_dengBg.png) center center/cover no-repeat;
    background: url(../images/PC.jpg) fixed no-repeat 0% / cover content-box content-box;
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值