HTML - 首页图片显示在平板电脑和手机但不在电脑上?

时间:2016-10-23 22:09:51

标签: html css

我已将图片放在我网站的首页上,作为标题。这出现在平板电脑和手机上,但它并没有出现在PC上(使用Chrome作为浏览器)。这表明它不是URL的问题,但我不确定究竟是什么问题。我应该补充一点,它也在本地显示完美,但不在网站上。

/** Adbox **/

#adbox {
    background: url(/images/bg-adbox.png) no-repeat center bottom;
    border-bottom: 1px solid #fff;
    padding-top: 15px;
}
#adbox > div {
    background-color: #e9e9e9;
    width: 958px;
    border: 1px solid #fff;
    margin: 0 auto;
    position: relative;
}

#adbox > div img {
    float: right;
}
#adbox .detail {
    font-family: Times, "Times New Roman", serif;
    height: 185px;
    line-height: 48px;
    width: 308px;
    text-align: center;
    position: absolute;
    left: 54px;
    top: 90px;
}
#adbox .detail h1 {
    color: #4e5944;
    font-size: 30px;
    font-weight: normal;
    line-height: 48px;
    margin: 0;
    text-transform: none;
}
#adbox .detail p {
    color: #4e5944;
    font: 25px/48px "Times New Roman", Times, serif;
    margin: 0;
}

adbox CSS:

{{1}}

1 个答案:

答案 0 :(得分:2)

您的PC浏览器似乎正在使用adblock扩展程序。要避免该问题,请尝试将ID“#adbox”重命名为不包含“ad”关键字的其他内容,或者停用您的广告拦截。