Jquery移动导航栏字体重量

时间:2012-02-14 18:00:47

标签: html css jquery-mobile

嗨,我正在使用此导航栏活动标签的自定义css代码。

.ui-btn-active
{
  border: 0px;
  background: red !important;
  background-image: -webkit-linear-gradient(red ,#111)!important;       
}

结果是:

enter image description here

与其他导航链接相比,它看起来非常苗条。第二个家庭酒吧高度比其他更高。

提前致谢。

1 个答案:

答案 0 :(得分:1)

我最好的猜测是其他链接分配了边框。通过删除活动标签(border:0px;)的边框,您可以切换链接。