html的公共样式,html页⾯公共样式(推荐)⼀团⽹资讯
⼀团资讯 > html > html页⾯公共样式(推荐)
html页⾯公共样式(推荐)
2018-02-17 23:31:34    发布者:来源⽹络
如下所⽰:
XML/HTML Code复制内容到剪贴板
body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
margin: 0;
padding: 0;
}
* {
box-sizing: border-box;
}
table{
border-collapse:collapse;
}
body {
font-family: "Microsoft YaHei";
}
ul, li {
list-style: none;
}
a {
text-decoration: none;
color: #232323;
}
input, textarea {
outline: none;
box-shadow: none;
}
textarea {
resize: none;
overflow: auto;
}
.clearfix {
zoom: 1;
}
.clearfix:after { content: ".";
网页html下载
width: 0;
height: 0;
visibility: hidden; display: block;
clear: both;
}
.fl {
float: left
}
.fr {
float: right
}
.tl {
text-align: left;
}
.tc {
text-align: center
}
.
tr {
text-align: right;
}
.ellipse {
overflow: hidden;
text-overflow: ellipsis; white-space: nowrap; }
[ 责任编辑:来源⽹络 ]

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。