background问题

Posted kaiqinzhang

tags:

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

1.如果是小图的背景图

background: url("@{images-dir}/homepage/our_pro_2x.png") no-repeat 0 0;
background-size:200% 800%;
 
2.大图背景图
background: url("@{images-dir}/homepage/industry/industry_travel_img_01_2x.jpg") no-repeat center bottom;

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

css问题background的简写中background-position和background-size的顺序问题

css background-image 显示不完整问题

background-position和background-size的顺序问题

background-image:url()路径问题

css问题:background url 后的数字表示啥

CSS3 background-size背景图片问题