- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我是 html/css 的新手。我正在尝试使用 Google Optimize 进行 A/B 测试,更改页面的 HTML 和 CSS,但当我调整窗口大小时我的主要部分消失了。
我看过其他类似的主题,但找不到任何解决方案。
这是消失部分的 HTML 代码:
<div id="lp_fullwidth_banner" data-vc-full-width="true" data-vc-full-width-init="true" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid mobile-hide vc_custom_1526308007661 vc_row-no-padding vc_row-o-content-middle vc_row-flex" style="position: relative; box-sizing: border-box; width: 1730px; left: -295px; height: 452.2px !important;"><div class="wpb_column vc_column_container vc_col-sm-12 vc_hidden-xs" style=""><div class="vc_column-inner " style=""><div class="wpb_wrapper" style="">
<div class="wpb_raw_code wpb_content_element wpb_raw_html" style="">
<div class="wpb_wrapper" style="">
<div class="banner-title" style="">
<h1 style="">
Bien acheter à <span id="lp_ville" style="">Paris</span>, c'est vraiment simple !<br>
<span style="">Expert de votre marché local et s’appuyant sur les meilleures technologies, <strong>Mon Chasseur Immo</strong> cherche et trouve pour vous le bien idéal.</span>
</h1>
</div><div style="">
<span style="">Nos chasseurs immobiliers cherchent et négocient pour vous le meilleur bien au meilleur prix</span>
<div class="vc_empty_space" style="height: 32px;"><span class="vc_empty_space_inner"></span></div>
<ul class="fa-ul">
<li style=""><span class="fa-li" style=""><i class="fa fa-check-square-o"></i></span> Un chasseur immobilier dédié, rémunéré au succès</li>
<li style=""><span class="fa-li"><i class="fa fa-clock-o"></i></span> Divisez par 10 votre temps de recherche</li>
<li style=""><span class="fa-li"><i class="fa fa-eur"></i></span> 6% d'économie en moyenne sur votre budget</li>
</ul>
</div>
</div>
</div>
</div></div></div></div>
这是页面的 CSS:
div.page-special > div > div:nth-of-type(2) {
left : -250px !important;
}
div.page-special > div > div:nth-of-type(3) {
width : 40% !important;
float : right !important;
}
div.banner-title > h1 {
width : 683px;
}
div.wpb_raw_code > div > div:nth-of-type(1) {
width : 683px;
}
div.wpb_raw_code > div > div:nth-of-type(2) {
background-color : rgba(0, 0, 0, 0.55);
color : rgb(255, 255, 255);
}
div.page-special > div > div:nth-of-type(8) {
display : none;
}
div.page-special > div > div:nth-of-type(9) > div > div > div {
display : none;
}
div.vc_custom_1513333530435 {
display : none;
}
div.page-special > div > div:nth-of-type(7) > div > div > div > div > div:nth-of-type(2) {
display : none;
}
div.vc_custom_1513270690175 > div > div:nth-of-type(2) > div > p {
display : none;
}
div.page-special > div > div:nth-of-type(11) {
display : none;
}
div.page-special > div > div:nth-of-type(13) {
display : none;
}
div.vc_custom_1526384528576 > div {
background-color : rgb(255, 255, 255);
text-align : center;
}
div.vc_custom_1526384528576 > div > div > div:nth-of-type(1) > h2, div.vc_custom_1526384528576 > div > div > div:nth-of-type(1) {
text-align : center !important;
}
div.vc_custom_1526384424755 {
background-color : rgba(229, 229, 229, 0.34) !important;
}
div.page-special > div > div:nth-of-type(19) {
display : none;
}
div.page-special > div > div:nth-of-type(20) > div > div > div {
display : none;
}
div.wpb_raw_code > div > div:nth-of-type(2) {
font-size : 18px;
padding : 20px;
margin : 20px;
}
div.page-special > div > div:nth-of-type(3) > div > div:nth-of-type(1) {
background-color : rgb(242, 242, 242);
}
div.page-special > div > div:nth-of-type(3) > div > div:nth-of-type(1) > div {
font-size : 17px;
color : rgb(0, 56, 94);
width : 339px;
}
div.vc_custom_1513270690175 > div > table > tbody > tr:nth-of-type(1) > td:nth-of-type(1) > div {
font-size : 18px;
color : rgb(255, 255, 255);
height : 60px;
background-color : rgba(0, 0, 0, 0.61);
}
div.vc_custom_1513270690175 > div > table > tbody > tr:nth-of-type(1) > td:nth-of-type(1) {
width : 564px;
}
div.vc_custom_1513270690175 > div > table > tbody > tr:nth-of-type(1) > td:nth-of-type(2) {
width : 564px;
}
div.vc_custom_1513270690175 > div > table > tbody > tr:nth-of-type(1) > td:nth-of-type(1) > div {
padding : 15px;
}
div.vc_custom_1513270690175 > div > table > tbody > tr:nth-of-type(1) > td:nth-of-type(2) > div {
padding : 15px;
height : 60px;
font-size : 18px;
color : rgb(255, 255, 255);
background-color : rgba(0, 0, 0, 0.61);
}
div.vc_custom_1513270690175 > div > table > tbody > tr:nth-of-type(2) > td:nth-of-type(1) {
height : 380px;
}
div.vc_custom_1513270690175 > div > table > tbody > tr:nth-of-type(2) > td:nth-of-type(1) > div {
height : 60px;
font-size : 18px;
color : rgb(255, 255, 255);
padding : 15px;
background-color : rgba(0, 0, 0, 0.61);
}
div.vc_custom_1513270690175 > div > table > tbody > tr:nth-of-type(2) > td:nth-of-type(2) > div {
padding : 15px;
height : 60px;
font-size : 18px;
background-color : rgba(0, 0, 0, 0.61);
color : rgb(255, 255, 255);
}
div.vc_custom_1513270690175 > div > table > tbody > tr:nth-of-type(1) > td:nth-of-type(1) {
border-top-width : 10px;
border-right-width : 10px;
border-bottom-width : 10px;
border-left-width : 10px;
border-top-color : rgb(255, 255, 255);
border-right-color : rgb(255, 255, 255);
border-bottom-color : rgb(255, 255, 255);
border-left-color : rgb(255, 255, 255);
}
div.vc_custom_1513270690175 > div > table > tbody > tr:nth-of-type(1) > td:nth-of-type(2) {
border-top-width : 10px;
border-right-width : 10px;
border-bottom-width : 10px;
border-left-width : 10px;
}
div.vc_custom_1513270690175 > div > table > tbody > tr:nth-of-type(2) > td:nth-of-type(2) {
border-top-width : 10px;
border-right-width : 10px;
border-bottom-width : 10px;
border-left-width : 10px;
}
div.vc_custom_1513270690175 > div > table > tbody > tr:nth-of-type(2) > td:nth-of-type(1) {
border-top-width : 10px;
border-right-width : 10px;
border-bottom-width : 10px;
border-left-width : 10px;
}
div.vc_custom_1513270690175 > div > table > tbody > tr:nth-of-type(1) > td:nth-of-type(2) {
border-top-color : rgb(255, 255, 255);
border-right-color : rgb(255, 255, 255);
border-bottom-color : rgb(255, 255, 255);
border-left-color : rgb(255, 255, 255);
}
div.vc_custom_1513270690175 > div > table > tbody > tr:nth-of-type(2) > td:nth-of-type(2) {
border-top-color : rgb(255, 255, 255);
border-right-color : rgb(255, 255, 255);
border-bottom-color : rgb(255, 255, 255);
border-left-color : rgb(255, 255, 255);
}
div.vc_custom_1513270690175 > div > table > tbody > tr:nth-of-type(2) > td:nth-of-type(1) {
border-top-color : rgb(255, 255, 255);
border-right-color : rgb(255, 255, 255);
border-bottom-color : rgb(255, 255, 255);
border-left-color : rgb(255, 255, 255);
}
#lp_fullwidth_banner {
float : left;
height : 452.2px;
background-size : cover;
width : 60% !important;
left : 0px !important;
}
div.page-special > div > div:nth-of-type(2) {
background-repeat : no-repeat no-repeat !important;
}
div.header-menu-inner > div:nth-of-type(2) > p > span {
font-size : 24px;
}
div.header-top {
display : none;
}
div.header-menu-inner > div:nth-of-type(2) > p {
text-align : center;
}
div.page-special > div > div:nth-of-type(3) {
background-color : rgb(242, 242, 242);
}
知道为什么在调整窗口大小时这个 div 会消失吗?
非常感谢您的帮助
最佳答案
您为您的容器定义了一个以像素为单位的硬宽度值,因此它会一直保持这种状态。如果你想将大小链接到窗口的大小,你可以使用百分比。检查并运行下一个代码片段,我注释掉了一些对您提供的没有帮助或无效的 css 属性:
div.page-special>div>div:nth-of-type(2) {
left: -250px !important;
}
div.page-special>div>div:nth-of-type(3) {
width: 40% !important;
float: right !important;
}
/* div.banner-title {
width: 683px;
} */
div.wpb_raw_code {
/* width: 683px; */
width: 50%;
}
div.wpb_raw_code>div>div:nth-of-type(2) {
background-color: rgba(0, 0, 0, 0.55);
color: rgb(255, 255, 255);
}
div.page-special>div>div:nth-of-type(8) {
display: none;
}
div.page-special>div>div:nth-of-type(9)>div>div>div {
display: none;
}
div.vc_custom_1513333530435 {
display: none;
}
<div id="lp_fullwidth_banner" data-vc-full-width="true" data-vc-full-width-init="true" data-vc-stretch-content="true"
class="vc_row wpb_row vc_row-fluid mobile-hide vc_custom_1526308007661 vc_row-no-padding vc_row-o-content-middle vc_row-flex"
>
<div class="wpb_column vc_column_container vc_col-sm-12 vc_hidden-xs" style="">
<div class="vc_column-inner " style="">
<div class="wpb_wrapper" style="">
<div class="wpb_raw_code wpb_content_element wpb_raw_html" style="">
<div class="wpb_wrapper" style="">
<div class="banner-title" style="">
<h1 style="">
Bien acheter à <span id="lp_ville" style="">Paris</span>, c'est vraiment simple !<br>
<span style="">Expert de votre marché local et s’appuyant sur les meilleures
technologies, <strong>Mon Chasseur Immo</strong> cherche et trouve
pour vous le bien idéal.</span>
</h1>
</div>
<div style="">
<span style="">Nos chasseurs immobiliers cherchent et négocient pour vous le meilleur
bien au meilleur prix</span>
<div class="vc_empty_space" style="height: 32px;"><span class="vc_empty_space_inner"></span></div>
<ul class="fa-ul">
<li style=""><span class="fa-li" style=""><i class="fa fa-check-square-o"></i></span>
Un chasseur immobilier dédié, rémunéré au succès</li>
<li style=""><span class="fa-li"><i class="fa fa-clock-o"></i></span> Divisez par
10 votre temps de recherche</li>
<li style=""><span class="fa-li"><i class="fa fa-eur"></i></span> 6% d'économie en
moyenne sur votre budget</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
关于html - 调整窗口大小时div消失,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53853645/
我有 0 小时、3 小时、12 小时、24 小时、48 小时的数据组……我想绘制这些数据的图表,以便保留时间的比例。 runs <- c(1:25) hours <- as.factor(c(0, 3
例如,如果我选择了时间:下午 3 点和小时数:5 小时,则得到 (8pm) 作为答案“ 最佳答案 let calendar = Calendar.current let date = calendar
我有一个包含两个日期时间字段的表单。用户输入日期 (yyyy-mm-dd) 和时间(3 个框;小时、分钟、上午/下午)。 出于某种原因,第一个没有保存为 24 小时制。 以下数据为输入结果: 2011
我一直在尝试使用导出单位进行计算,但到目前为止我还没有取得任何成果。 我已经尝试过mathjs ,但如果我输入 1 小时 * 1 英里/小时,我会得到 UnsupportedTypeError: Fu
我有两组要运行的 cronjob。第一个应该每 3 小时运行一次,第二个也应该每 3 小时运行一次,但比第一组晚一个小时。什么是正确的语法? // every 3 hours 17 */3 * *
我知道 AWS 中的预留实例更多的是计费而不是实际实例——它们没有附加到实际实例——我想知道: 如果我在特定区域和可用区中购买特定时间的预留实例 - 如果我每天 24 小时使用单个实例与运行 24 个
我试过: seq( from=as.POSIXct("2012-1-1 0", tz="UTC"), to=as.POSIXct("2012-1-3 23", tz="UTC"),
我有一个带有“日期”列的表。我想按小时分组指定日期。 最佳答案 Select TO_CHAR(date,'HH24') from table where date = TO_DATE('2011022
我知道如何在 SQL (SQL Server) 中获取当前日期,但要获取当天的开始时间: select dateadd(DAY, datediff(day, 0, getdate()),0) (res
我正在尝试在游戏之间创建一个计时器,以便用户在失去生命后必须等待 5 分钟才能再次玩游戏。但是我不确定最好的方法是什么。 我还需要它来防止用户在“设置”中编辑他们的时间。 实现这一目标的最佳方法是什么
我的查询有误。该错误显示预期的已知函数,得到“HOUR”。如果我删除这部分,查询将正常工作 (AND HOUR({$nowDate}) = 11) SELECT c FROM ProConvocati
var d1 = new Date(); var d2 = new Date(); d2.setHours(d1.getHours() +01); alert(d2); 这部分没问题。现在我试图在 (
我正在构建一个用于练习的基本时钟应用程序,但出于某种原因,时间不会自动更改为最新的分钟或小时。例如,当前时间是 17:56,但它显示的是 17:54,这是我打开应用程序的最后时间。 NSDate *n
我创建了一张图片,我想将其用作页面的 hr。当它被上传时,它一直向左对齐。我希望它居中,在标题下。这是我的 CSS 代码: .section-underline { height: 35px
这个问题已经有答案了: Getting difference in seconds from two dates in JavaScript (2 个回答) 已关闭 4 年前。 我想计算两个具有不同格
我需要计算到某个日期/时间的剩余时间(天/小时)。 但是,我没有使用静态日期。 假设我在 每个星期日 的 17:00 有一个事件。我需要显示到下一个事件的剩余时间,即即将到来的星期日 17:00。 我
我正在执行这个脚本: SELECT EXTRACT(HOUR FROM TIMEDIFF('2009-12-12 13:13:13', NOW())); 我得到:-838。这是提取时 MySQL 可以
复制代码 代码如下: /** * 小时:分钟的正则表达式检查<br> * <br> * @param pInput 要检查的字符串 * @return boolean 返
连wifi5元/小时 独领风骚 朕好帅 今晚你是我的人 十里桃花 高端定制厕所VP专用 一只老母猪 在家好无聊 你爹的wifi 密码是叫爸爸全拼 关晓彤和鹿晗分手了吗 蹭了我的
我有以下数据框列: 我需要将 csv 列中的对象字符串数据转换为总秒数。 示例:10m -> 600s 我试过这段代码: df.duration = str(datetime.timedelta(df
我是一名优秀的程序员,十分优秀!