如题设置了wxss background-image: url(../../images/icon-arrowright.png);pc上测试可以显示,但是手机上不能显示
.arrow{
position: absolute;
top: 16px;
right: 15px;
width: 15px;
height: 15px;
background-image: url(../../images/icon.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
相似问题