background

Posted studyh5

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了background相关的知识,希望对你有一定的参考价值。

background-color 背景颜色

background-position 背景图像的位置

background-size 背景图片的尺寸

background-repeat 如何重复背景图像

background-origin 背景图片的定位区域

background-clip 背景的绘制区域

background-attachment 背景图像是否固定或者随着页面的其余部分滚动

background-image 背景图像

eg:属性在一个声明中   背景色、背景图像、是否重复、固定或随着移动、图像的位置

background: #ff0000 url(/i/eg_bg_03.gif) no-repeat fixed center; 

background-size: length|percentage|cover|contain;
学习链接:http://www.w3school.com.cn/cssref/pr_background-size.asp

以上是关于background的主要内容,如果未能解决你的问题,请参考以下文章

Android片段中的动态背景

多个 RecyclerView 不在同一个片段中工作

background-position和animation制作逐帧动画

在jquery中切换动画

jquery 循环

微信小程序代码片段