简体   繁体   English

iPhone右边距

[英]iphone right margin

A wide right margin appears in iphone, all the content is visible. iphone中会出现一个右上角空白,所有内容都可见。 When I slide a there is a wide right gap, how can I fix this issue. 当我滑动幻灯片时,右边的差距很大,我该如何解决此问题。

I am using 我在用

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

@media screen and (max-width: 480px) { @media屏幕和(最大宽度:480px){

body{
    width:100% !important;
    padding:0;
    margin:0;
    background-color:#1d1d1d;
    outline: 1px solid palegreen;
}

} }

Thanks in advance. 提前致谢。

There is something on you page that is sticking out on the right side. 您页面上有些东西伸出在右侧。 You can use inspect element, or 3d view on the inspect element in Firefox to figure out what element it is, and then decrease its width, or adjust its display rule. 您可以使用inspect元素,或在Firefox中使用inspect元素上的3d视图来确定它是什么元素,然后减小其宽度或调整其display规则。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM