gpt4 book ai didi

ios - Apple 设备上的图像未跨越整个宽度

转载 作者:行者123 更新时间:2023-11-28 16:19:25 25 4
gpt4 key购买 nike

我正在网站上开发一个 WordPress 主题;

已删除

我在顶部有一个 slider ,它应该跨越设备的宽度,这适用于 Windows 和 Android 设备。但是,对于 Apple 设备、Mac、iPad、iPhone,主要内容的宽度限制为 1280px。

HTML/PHP代码是

<div class="full-width page-style">

<?php

if( have_posts() ):

while( have_posts() ): the_post(); ?>

<?php the_content(); ?>

<?php endwhile;

endif;

?>

</div>

CSS 是

.full-width {
max-width: 1280px;
overflow: inherit;
padding: 0px 25px!important;
background: transparent!important;
border: none!important;
margin-left: auto;
margin-right: auto;
}

.page-style {
background-color: #ffffff;
border: 1px solid #eeeeee;
margin-bottom: 30px;
padding: 25px;
padding-top: 20px;
padding-bottom: 25px;
min-height: 800px;
overflow: auto;
}

我试过编辑代码和 CSS 都无济于事,我也试过检查下面的页面,看看我是否能弄清楚他们是如何实现的;

http://layouts.siteorigin.com/layout/fitness-gym/

问题肯定出在 HTML/CSS 标记上,而不是内容上。我想我在 Apple 设备的 HTML 中一定遗漏了一些简单的东西。

最佳答案

原来是苹果设备不喜欢的javascript错误,解决了错误就ok了。

关于ios - Apple 设备上的图像未跨越整个宽度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37124099/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com