📜  如何在css代码示例中更改背景图像的宽度

📅  最后修改于: 2022-03-11 14:47:48.732000             🧑  作者: Mango

代码示例3
.class{
    background: url("../images/icons/map.png") no-repeat center center/50px 50px fixed;
}