我正在尝试在jQuery Mobile中创建一个具有svg作为背景图像的按钮,并且无法正确使用它。我不想要图标按钮,我想要有图像作为背景的按钮。这是m<代码
<div class="ui-block-a">
<a data-role="button" class="red-button" href="login.html">LOGIN</a>
</div>
.red-button {
background-image: url(../img/buttons/button-red.svg) !important;
}
任何人都可以告诉我这里有什么问题。感谢。