CSS+DIV一个关于LI缩进的问题

发布网友 发布时间:2022-04-24 14:13

我来回答

3个回答

热心网友 时间:2023-08-21 09:47

给你一份 网页公共样式 清楚所有标签 不方便的默认属性

html, body, div, span,applet,
object, iframe,h1, h2, h3, h4, h5, h6,
p, blockquote, pre,a, abbr, acronym,
address, big, cite, code,del, dfn, em,
font, img, ins, kbd, q, s, samp,small, strike,
strong, sub, sup, tt, var,dd, dl, dt,
li, ol, ul,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
tr, th, td {
margin: 0;padding: 0;border: 0;
font-weight: inherit;font-style: inherit;
font-size: 100%;line-height: 1;
font-family: inherit;
text-align: left;vertical-align: baseline;
}
a img, :link img, :visited img {border: 0;}
table {border-collapse: collapse;border-spacing: 0;}
ol, ul {list-style: none; margin:0; padding:0}
q:before, q:after,blockquote:before, blockquote:after {content: “”;}
body{ font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0; color:#46; text-align:center}
div{ text-align:left}
ul,ol{ list-style:none}
a{ color:#46; text-decoration:none;blr:expression(this.onFocus=this.blur())}
a:visit{ color:#666666;text-decoration:none}
a:hover{ color:#666; text-decoration:none}
input{ font:12px; font-family:Arial, Helvetica, sans-serif; color:#46}

/* 里面 color 是根据你定义的网页灵活运用的*/

热心网友 时间:2023-08-21 09:48

应该是UL的问题
ul,li{margin:0;padding:0;}
一般把这个写在CSS里,提前把这个格式化的。
不过你的代码再写出来就好了
不知道你的网站公告外面是什么标签包含的

热心网友 时间:2023-08-21 09:48

样式格式化了吗?
ul,li{margin:0;padding:0;list-style-type:none;text-indent:0}

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com