gpt4 book ai didi

css - FW 生成的 css 全 Angular 问题

转载 作者:行者123 更新时间:2023-11-28 14:49:48 27 4
gpt4 key购买 nike

我最近使用 Fireworks cs5 生成了 css,我似乎无法设置我的标题全宽。我一直在尝试各种解决方案,但到目前为止没有一个效果很好。我需要 Div2,它是我的标题全宽。

这是代码。

@charset "utf-8";

body {
background-color: #fff;
font-size: 62.5%;
margin: 0;
padding: 0;
}
body * {
font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}
p {
margin-bottom: 1.1em;
margin-top: 0;
}
#main p.lastNode {
margin-bottom: 0;
}
a:link img, a:visited img {
border: none;
}
div.clearFloat {
clear: both;
font-size: 0;
height: 0;
line-height: 0px;
}
li.clearFloat {
clear: both;
}
ul.symbolList {
display: inline;
float: left;
list-style-type: none;
margin: 0;
padding: 0;
}
.AbsWrap {
position: relative;
width: 100%;
}
.rowWrap {
width: 100%;
}
#main {
margin: 0 auto;
width: 960px;
}
#Div {
margin-left: 0px;
margin-top: 0px;
display: inline;
float: left;
margin-bottom: 0;
background-color: #333;
width: 960px;
padding-top: 0px;
height: 849px;
}
html > body #Div {
height: auto;
min-height: 850px;
}
#Div2 {
margin-left: 0px;
margin-top: 0px;
display: inline;
float: left;
margin-bottom: 0;
background-color: #e8807d;
width: 960px;
padding-top: 0px;
height: 99px;
}
html > body #Div2 {
height: auto;
min-height: 100px;
}

最佳答案

删除 float:leftdisplay: inline — 应该这样做。 (还有 width 属性,如果它没有定义“全宽”的含义。)

关于css - FW 生成的 css 全 Angular 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4735309/

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