移动端base.css

/*
* @Author: LuYing
* @Date: 2016-09-09 13:48:42
* @Last Modified by: Administrator
* @Last Modified time: 2016-09-09 13:48:42
*/
*,
::before,
::after {
margin: 0;
padding: 0;
-webkit-tap-highlight-color: transparent;
-webkit-box-sizing: border-box;
}
body {
font-size: 14px;
font-family: "Microsoft YaHei",sans-serif;
color: #333;
}
a {
color: #333;
}
a:hover {
text-decoration: none;
}

ul,ol {

list-style: none;
}

input {
border: none;
outline: none;
-webkit-appearance: none; /* 清除默认的表单样式 */
}
.fl {
float: left;
}
.fr {
float: right;
}
.clearfix:after{
content: '.';
display: block;
height: 0;
overflow: hidden;
visibility: hidden;
clear: both;
}

posted on 2016-09-09 14:09  奋斗的luy  阅读(347)  评论(0编辑  收藏  举报

导航