我的后退按钮样式有问题。
我包含了来自 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 样式。