gpt4 book ai didi

css - 978.gs 正在切割部分标题

转载 作者:太空宇宙 更新时间:2023-11-03 18:37:14 28 4
gpt4 key购买 nike

我在我创建的站点中使用 978.gs 系统,但它在页面顶部插入一个小带,将内容稍微向下移动。我不希望发生这种情况。

有问题的站点是 Located Here查看页面顶部。

我的 CSS 代码是

    /* Initiate 978.gs */
div.layout-978 { width: 978px; margin: 0px auto; }
div.row { height: 1%; }
div.row-end { clear: both; font: 1px/1px sans-serif; height: 1px; overflow: hidden; }
div.col1, div.col2, div.col3, div.col4, div.col5, div.col6, div.col7, div.col8, div.col9, div.col10, div.col11, div.col12 { float: left; margin-left: 30px; }
div.col1:first-child, div.col2:first-child, div.col3:first-child, div.col4:first-child, div.col5:first-child, div.col6:first-child, div.col7:first-child, div.col8:first-child, div.col9:first-child, div.col10:first-child, div.col11:first-child, div.col12:first-child { margin-left: 0px; }
div.col1 { width: 54px; }
div.col2 { width: 138px; }
div.col3 { width: 222px; }
div.col4 { width: 306px; }
div.col5 { width: 390px; }
div.col6 { width: 474px; }
div.col7 { width: 558px; }
div.col8 { width: 642px; }
div.col9 { width: 726px; }
div.col10 { width: 810px; }
div.col11 { width: 894px; }
div.col12 { width: 978px; }

/* Main CSS */
body{
background: url('img/bg-texture.jpg');
position:relative;

}

最佳答案

解决方法:

为了解决这个问题,我编辑了以下 css 条目

body{
background: url('img/bg-texture.jpg');
position:relative;
margin-top:0px;
}

关于css - 978.gs 正在切割部分标题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18434641/

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