jQuery移动页脚文本格式

时间:2014-04-02 13:50:17

标签: jquery css jquery-mobile

我正在尝试将一些文本添加到jQuery移动页脚中,如下所示:

HTML:

<div data-role="footer">
<p style='text-align:center;'>This text should not be blurred like this</p>
</div> 

CSS:

.ui-page .ui-footer {
  background: #3B5DA1 !important;
  color:#FFFFFF !important;
  font-family:verdana !important;
  font-size:10px !important;
  text-decoration:none !important;
}

但正如您在下图所示,文字显示所有模糊。 我坚持这一点,因为我无法使页脚文本显得干净整洁。 感谢

jquery mobile http://i57.tinypic.com/219t6z7.png

0 个答案:

没有答案