背景图调试问题
-
适配大屏幕背景图:
background: url('../static/images/search-bg.png') no-repeat center; background-size: cover;
or
background: url('../static/images/search-bg.png') no-repeat center; background-size: 100% 100%;
-
设置背景图大小以及位置:
background-size: x; background-position:x y;
相关资料: