相关疑难解决方法(0)

CSS背景速记属性不适用于background-size

当我在设计背景图像时尝试将多行CSS组合成一行时:

background: url("img/background.jpg") cover no-repeat;
Run Code Online (Sandbox Code Playgroud)

它不起作用; 然而,当我移动封面并且不重复自己的线条时

background: url("img/background.jpg");
background-size: cover;
background-repeat: no-repeat;
Run Code Online (Sandbox Code Playgroud)

图像效果很好.什么是错误的任何提示或想法?我经常注意到填充和边距等问题.

css css3

8
推荐指数
2
解决办法
1578
查看次数

标签 统计

css ×1

css3 ×1