【发布时间】:2019-01-02 12:59:30
【问题描述】:
我正在尝试插入我的图片,但我不能:( 抱歉,但我总是遇到同样的问题:我的 TWIG 代码:
<div class="col-6">
<div class="phone">
</div>
还有我的 SASS 代码:
.phone {
background: url('phone.png') no-repeat;
background-size: contain; /*This scales the image accoding to the div*/
background-position: center; /*positions the image in the center*/
width: auto;
height: 50px;
}
我的文件也总是一样的:
- 主菜单
- 电话.png
- menu.scss
我总是遇到 404 错误...
【问题讨论】: