美文网首页
master.css 样式重置

master.css 样式重置

作者: JamHsiao_aaa4 | 来源:发表于2018-03-10 16:02 被阅读0次

@charset "utf-8";

html {

font-size:14px;

}

*{

box-sizing: border-box;

margin:0;

padding:0;

}

body{

background:#fff;

font-size:14px;

}

body,body *{

font-family:'微软雅黑','Arial', 'Verdana', 'Microsoft YaHei', '宋体';

color:#838383;

}

textarea{

resize:none;

}

input{

border:none;

}

input[type="text"],textarea{

-webkit-appearance: none;

}

div,ul,li,dd,dt,h1,h2,h3,h4,h5,h6,dl,menu,nav{

margin:0;

padding:0;

text-align:left;

list-style:none;

}

a,img{

star:expression(this.onFocus=this.blur());

border:0;

}

a{

/*transition: all .3s;*/

text-decoration:none!important;

}

a:hover{

color:#006038;

}

a,

img,

*:focus{

outline:none;

}

.clear,

.clearfix:before,

.clearfix:after{

height:0;

clear:both;

display:block;

overflow:hidden;

}

.clearfix:before,

.clearfix:after{

content:"";

}

.ellipsis{

display:block;

overflow:hidden;

white-space:nowrap;

text-overflow:ellipsis;

}

.fleft{

display: inline-block;

float: left;

}

.fright{

display: inline-block;

float: right;

}

.scrollbar{overflow: auto;}

.scrollbar::-webkit-scrollbar{width: 7px;height: 5px;background-color: #cdcdcd; border-radius: 16px;}

.scrollbar::-webkit-scrollbar-track{border-radius: 16px; background-color: #cdcdcd;}

.scrollbar::-webkit-scrollbar-thumb{height: 5px; border-radius: 16px; background-color: #bababa;}

相关文章

网友评论

      本文标题:master.css 样式重置

      本文链接:https://www.haomeiwen.com/subject/agcbfftx.html