首页 > Web开发 > 详细

base.css

时间:2019-06-09 21:34:11      阅读:106      评论:0      收藏:0      [点我收藏+]

html,body,ul,li,img,a,p,div,form,input,h1,h2,h3,h4,h5,h6 {
margin: 0;
padding: 0;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}
body {
font-family: ‘微软雅黑‘,sans-serif;
font-size: 13px;
background: #eee
}
a,a:hover {
color: #666;
text-decoration: none;
}
ul {
list-style: none;
}
input {
outline: none;
border: none;
border: 1px solid #ccc;
}
img{
vertical-align: bottom;
}
/*2、添加新的样式*/
.f-left {
float: left;
}
.f-right {
float:right;
}
/*清除浮动*/
.clearfix::before,.clearfix::after {
display: block;
content: ‘‘;
height: 0;
line-height: 0px;
clear: both;
visibility: hidden;
}

base.css

原文:https://www.cnblogs.com/yangyutian/p/10994627.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!