css 样式 求助

来源:百度知道 编辑:UC知道 时间:2024/07/04 23:42:21
.s{
width:384px;
float:left;
text-align:left;
margin-left:0px;
}
.s dl{
width:384px;
margin:10px auto;
}
.s dl dt{
padding:3px;
text-align:right;
color:#087ad4;
}
.s dl dd{
padding:0px;
margin-left:0px;
border:1px solid #dedede;
width:382px;
height:38px;
background-image:url(/f/img/dd.gif);
background-repeat:no-repeat;
}
.s dl dt a{
color:#087ad4;
}

.s dl dt a:hover{
color:#fff;
background:#087ad4;
}
.s dl dt h1{
margin:0px auto;
padding:0px;
}
.s dl dt h1 a{
line-height:22px;
text-align:center;
font-size:13px;
color:#6B8E23;
background-color:#eee;
border-top:1px solid #dedede;
display:block;
}
.s dl dt h1 a:hover{
color:#eee;
background:#6B8E23;
}
.s dl dt p{
line-height:19px;
color:#444;
tex

晕,你应该要把整个页面全部发出来啊,大家才好帮你调试、分析。

好多垃圾代码哦
padding:0px;
margin-left:0px;
象这种可以不用写的。默认0啊。。