后台按钮样式jQuery Mobile

时间:2013-02-19 09:37:18

标签: jquery jquery-mobile

我的后退按钮样式有问题。

我在jquery mobile中加入了标准的css,我将iPhone风格包括在我身边。

<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
<link rel="stylesheet" href="style.css" />  //from http://taitems.tumblr.com/post/7240874402/ios-inspired-jquery-mobile-theme-jquery-mobile

我创建了一个标题:

 <div data-role="header">
      <h1>Meine Dokumente</h1>
      <a data-role="button" data-direction="reverse" data-rel="back" data-icon="arrow-l" data-iconpos="left">Back
      </a>
 </div>

但后退按钮的样式如下,而不是典型的iPhone风格。

enter image description here

0 个答案:

没有答案