jQuery移动内容填充仍然存在

时间:2013-06-09 22:18:12

标签: html5 css3 jquery-mobile

我正在将设计从psd转换为HTML / CSS jQuery mobile我是数据角色内容的一个问题,它在右边做了额外的填充,所以100%的元素看起来宽度减小了。我可以在我的galaxy s3上显示css样式和截图。enter image description here

这是具有填充的容器的以下样式:0px也尝试通过执行以下操作将填充强制为0: <div data-role="content" class="absolute_content" style="padding:0px;">

div[data-role="content"].absolute_content {
        position: absolute;
        top: 44px;
        padding: 0px;
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: 4px;
        margin-right:4px;
        margin-bottom: 5px;
        box-shadow: 0px 0px 4px gray;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

仍然有这个问题,是否有人对此问题进行了解释? 谢谢你帮助我。

0 个答案:

没有答案