gpt4 book ai didi

ios - 在 iPhone 上查看时,Div 不会拉伸(stretch)到 100% 宽度

转载 作者:行者123 更新时间:2023-11-28 11:22:15 24 4
gpt4 key购买 nike

我们的网站上有一个搜索栏,当在 iPhone 上查看时,搜索栏不会横跨整个页面。如果我们在 Chrome 或 IE 上执行 Inspect 并缩小屏幕宽度或在 Chrome 上选择 iPhone 模拟器,搜索栏会一直水平填满屏幕。但是当我们在 iPhone 上打开网站时,屏幕右侧有一个空白区域。该网站是 www.skywalker.com。 html 旧且困惑。我们一直在努力清理此代码,因此如果您发现可能导致此行为的问题,请告诉我。

相关的html就是需要横跨的元素所在的地方class="hideforhighres searchrow"

<div class="hideforhighres mobilesearch" style="text-align: center">
<a id="ctl00_Header1_lnkStoreName2" class="logo hideforhighres" href="/" style="display:inline-block;height:72px;width:147px;"><img src="Images/Themes/skywalkerheader-sm.png" alt="Skywalker AV Supply" style="border-width:0px;"></a>
<br>
<link href="/BVModules/Themes/Foundation4 Responsive/styles/styles.css" rel="stylesheet" type="text/css">
<div id="ctl00_Header1_Search2_pnlSearchBox" class="row collapse search" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'ctl00_Header1_Search2_btnSearch')">
<!--Desktop-->
<div class="hideforlowres" style="margin-left: 25px;">
<input name="ctl00$Header1$Search2$KeywordField" type="text" maxlength="100" id="ctl00_Header1_Search2_KeywordField" placeholder="Search Products" style="color:Black;background-color:White;border-color:Black;height:32px;width:780px;">
<div style="margin-top: -24px; margin-left: 778px;">
<a id="ctl00_Header1_Search2_btnSearch" title="Search" class="searchbutton" href='javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$Header1$Search2$btnSearch", "", true, "", "", false, true))'> Search</a>
</div>
</div>
</div>
<!--End of Desktop-->
<!--Mobile-->
<div id="PanelSearchMobile" class="row collapse search" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'ctl00_Header1_Search2_btnSearchMobile')">
&nbsp;<br>
<div class="hideforhighres searchrow">
<input name="ctl00$Header1$Search2$KeywordFieldMobile" type="text" maxlength="100" id="ctl00_Header1_Search2_KeywordFieldMobile" class="headersearchbox" placeholder="Search Products" style="color:Black;background-color:White;border-color:Black;">
<a id="ctl00_Header1_Search2_btnSearchMobile" class="searchbutton" href='javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$Header1$Search2$btnSearchMobile", "", true, "", "", false, true))'>Go</a>
</div>
<!--End of Mobile-->
</div>
</div>

在 css 中我尝试了 100% 和 100vw

/* Mobile Search width */
.mobilesearch .row.collapse.search .hideforhighres.searchrow {
width: 100vw;
}

#PanelSearchMobile {
max-width: 100%;
margin-right: 0;
}

有谁知道 iPhone 浏览器的行为与 Android 或桌面 Chrome 和 IE 不同的问题?

谢谢

最佳答案

您的移动浏览器可能需要其他信息才能正确缩放内容。尝试包括以下 viewport元标记到您的文档的 <head>部分:

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

关于ios - 在 iPhone 上查看时,Div 不会拉伸(stretch)到 100% 宽度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51826073/

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