在jQuery Mobile中制作图像按钮

时间:2014-08-26 20:55:05

标签: jquery-mobile button background background-image

我正在尝试在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;
}

任何人都可以告诉我这里有什么问题。感谢。

0 个答案:

没有答案