当前第2页 返回上一页
1 | ul, ol { list-style: none; }
|
4、 重置文本格式元素
1 2 3 4 5 6 7 | a { text-decoration: none; }
a:hover { text-decoration: underline; }
abbr[title], acronym[title] {
border-bottom: 1px dotted;
cursor: help;
}
q:before, q:after { content: '' ; }
|
5、重置表单元素
1 2 3 4 5 6 | legend { color: #000; }
fieldset, img { border: none; }
button, input, select, textarea {
font-size: 100%;
}
|
6、重置表格元素
1 2 3 4 | table {
border-collapse: collapse;
border-spacing: 0;
}
|
7、 重置 hr
1 2 3 4 | hr {
border: none;
height: 1px;
}
|
推荐学习:《css视频教程》
以上就是css怎么消除默认样式的详细内容,更多文章请关注木庄网络博客!
返回前面的内容
相关阅读 >>
css中box是什么文件
css如何定义字体颜色
把css放在html的哪里
网页代码中js和css指的是什么
css实现禁止页面文字被选中功能
css font-size 不管用怎么办
css中处理不同长度文本的几种小技巧
css 怎么设置全屏背景图片
css背景超出宽度怎么办
css怎么设置字体为微软雅黑
更多相关阅读请进入《css》频道 >>
人民邮电出版社
本书对 Vue.js 3 技术细节的分析非常可靠,对于需要深入理解 Vue.js 3 的用户会有很大的帮助。——尤雨溪,Vue.js作者
转载请注明出处:木庄网络博客 » css怎么消除默认样式