gpt4 book ai didi

css - WordPress 85% 宽度内容分区背景

转载 作者:太空宇宙 更新时间:2023-11-04 14:25:17 25 4
gpt4 key购买 nike

我管理一个 WordPress 网站,但在主要内容 div 后面应用自定义背景时遇到了一些问题。这是该站点的链接:AccelePedia .您会看到主要内容 div 设置为 85% 宽度,并且每一侧都是空白。我已经尝试了所有方法,但无法将背景应用于该空白区域。我在下面包含了与我们正在查看的 div 有关的代码。这里的任何帮助将不胜感激。 :)

如果有帮助的话,我正在运行带有 2013 主题的 Wordpress 3.6.1。 (我已经修改了。)

谢谢!

/**
* 3.0 Basic Structure
* ----------------------------------------------------------------------------
*/

body
{
background: url(http://accelepedia.com/accimages/background02.png) repeat-x top left;
width: 100%;
}

.site {
background: url(http://accelepedia.com/accimages/background02.png) repeat-x top left;
border-left: 1px solid #f2f2f2;
border-right: 1px solid #f2f2f2;
max-width: 1600px;
width: 100%;
}

.site-main {
position: relative;
width: 85%;
margin-left:auto;
margin-right:auto;
margin-top: 5px;
border: 5px solid gray;
background: #000;
z-index: 1000;
}

.site-main .sidebar-container {
background-image: url(http://accelepedia.com/accimages/background02.png)
height: 0;
position: absolute;
top: 40px;
width: 100%;
z-index: 1;
}

.site-main .sidebar-inner {
background-image: url(http://accelepedia.com/accimages/background02.png)
margin: 0 auto;
max-width: 1040px;
}

最佳答案

背景图片不存在:

http://accelepedia.com/accimages/background02.png <此文件返回 404

当我设置以下内容时,它会起作用:

body {
background-image: url(https://www.google.com/images/srpr/logo11w.png);
}

关于css - WordPress 85% 宽度内容分区背景,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19602481/

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