如何在JQM中修改面板的高度

时间:2014-07-08 13:00:10

标签: jquery html css jquery-mobile

我一直试图让Jquery手机面板的高度变小。像自定义高度但不能做到这一点虽然我能够轻松地改变面板的宽度

我知道要修改面板,我们应该在 CSS

之后进行更改
.ui-panel {
    border-width: 0;
    display: block;
    max-height: none;
    min-height: 100%;
    position: absolute;
    top: 0;
    width:70% !important;
}

但是当我尝试改变高度时它不会改变。

任何想法都将不胜感激

更新

当前的Panel看起来像这样

enter image description here

我想要的是这样的东西,但高度应该更少。因为面板末端的空白区域是我不想要的页脚,

enter image description here

谢谢&问候

0 个答案:

没有答案