这个公共样式还不错

html,body,ul,li,ol,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;
}
html{
font-family:"微软雅黑";
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-size: 13px;
} html,body{
height: 100%;
width: 100%;
} a,
a:hover{
color: #eeeeee;
text-decoration: none;
}
ul{
list-style: none;
}
input{
/*清除阴影*/
outline: none;
border: none;
border:1px solid #cccccc;
}
.clearfix::before,
.clearfix:after{
content: '';
display: block;
height: 0;
line-height: 0px;
clear: both;
visibility: hidden;
}

  

最新文章

  1. Vector和Stack源码分析/List集合的总结
  2. [No000044]你是否还傻到把最好的留在最后?
  3. opengl常用函数
  4. 华为手机Edittext光标(cursor)颜色修改
  5. iOS 中的Push Notifications简单实现(APNS)
  6. spring mvc显示图片(个人记录)
  7. APP完整的启动流程
  8. WeChat Official Account Admin Platform API Introduction
  9. [xUnit]尝试单元测试
  10. Day2 - Python基础2 列表、字典、集合
  11. 转:Eclipse Kepler已支持Java 8
  12. ubuntu下安装Apache+PHP+Mysql(转)
  13. 7、Spring+Struts2+MyBaits(无映射接口实现类)
  14. windows 杀进程软件
  15. HTML基本
  16. struts2.5新配置动态调用
  17. php html5 文件上传 (原创)
  18. (luogu1704)寻找最优美做题曲线 [TPLY]
  19. 【EXCEL-折线图】百折不挠 | 用EXCEL画出与众不同的折线图(曲线图)
  20. spring cloud使用Feign做消费端时的eureka.client.registerWithEureka/eureka.client.fetchRegistry是否配置的问题

热门文章

  1. NO13 Linux的基础优化-关闭SELinux功能-Linux的7种运行级别-防火墙设置-中文显示设置
  2. C++面试常见问题——07容器和迭代器
  3. 配置anaconda 的仓库镜像
  4. Tomcat添加SSL安全认证
  5. 75.Python中ORM聚合函数详解:Sum
  6. 【BZOJ4237】稻草人
  7. JavaScript的函数和对象介绍
  8. springMvc接收json和返回json对象
  9. 面向对象第一个特征-封装(Encapsulation)
  10. 2019-9-16 java上课知识整理总结(动手动脑,课后实验)