/*------------------*/
/*reset*/
/*------------------*/
* {box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);}
html {
font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}

body {
margin: 0;
line-height: 1.5;
color: #333333;
background-color: white;
height: 100%;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}
body,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea,
p, blockquote, th, td, hr, button,
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
margin: 0;
padding: 0;
border: 0;
}
a {
background: transparent;
text-decoration: none;
-webkit-tap-highlight-color: transparent;
color:orange;
}s
a:active {
outline: 0;color:crimson;
}
.bui-icon, address, cite, dfn, em, i, var {
font-style: normal;
}
/* 按钮文本不可选 */
button {user-select: none;}
img {vertical-align: middle;}
/* 加载不出来的图片不要显示灰色边框 */
img:not([src]),img[src=""] {opacity: 0;}
ul, ol {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
input, select, button, textarea {font-size: 100%; font: inherit;}
html, body {height: 100%; overflow-x: hidden;}

/*清除浮动*/
clearfix {
*zoom: 1;
}

.clearfix:before,
.clearfix:after {
display: table;
line-height: 0;
content: "";
}

.clearfix:after {
clear: both;
}

@media screen and (min-width: 320px) {html{font-size:50px;}}
@media screen and (min-width: 360px) {html{font-size:56.25px;}}
@media screen and (min-width: 375px) {html{font-size:58.59375px;}}
@media screen and (min-width: 400px) {html{font-size:62.5px;}}
@media screen and (min-width: 414px) {html{font-size:64.6875px;}}
@media screen and (min-width: 440px) {html{font-size:68.75px;}}
@media screen and (min-width: 480px) {html{font-size:75px;}}
@media screen and (min-width: 520px) {html{font-size:81.25px;}}
@media screen and (min-width: 560px) {html{font-size:87.5px;}}
@media screen and (min-width: 600px) {html{font-size:93.75px;}}
@media screen and (min-width: 640px) {html{font-size:100px;}}
@media screen and (min-width: 680px) {html{font-size:106.25px;}}
@media screen and (min-width: 720px) {html{font-size:112.5px;}}
@media screen and (min-width: 760px) {html{font-size:118.75px;}}
@media screen and (min-width: 800px) {html{font-size:125px;}}
@media screen and (min-width: 960px) {html{font-size:150px;}}

最新文章

  1. StringMVC 中如何做数据校验
  2. js 布尔值作为开关判断
  3. Nginx系列4之基础配置
  4. Leetcode: Longest Repeating Character Replacement && G 面经
  5. UML用例图在实际项目中的应用
  6. submit(提交)按钮
  7. CoreAnimation动画(CALayer动画)
  8. java字符串分解 StringTokenizer用法(比split()方法效率高)
  9. spring+hibernate+struts整合(2)
  10. PHP的基础计算器
  11. visual studio 中将选中代码相同的代码的颜色设置,修改高亮颜色
  12. 【JAVAWEB学习笔记】05_jQuery基础
  13. ASE存储过程和IQ存储过程的常见区别(附例子)
  14. php时间戳与日期转换
  15. Grid布局方式
  16. Codefroces 628B New Skateboard(数位+思维)
  17. 完全背包问题 :背包dp
  18. 【bzoj3122】[Sdoi2013]随机数生成器 BSGS思想的利用
  19. css position absolute 浮动特性
  20. perl学习笔记之:模式匹配,模块,文档

热门文章

  1. idea 多项目部署JRebel
  2. windows远程桌面无法粘贴复制的解决方法
  3. Razor模板引擎 (RazorEngine)
  4. windows下安装jekyll
  5. 【Leetcode】【Medium】Two Sum
  6. 配置管理SVN软件具体操作
  7. Maven高级应用--编译全模块包-dist包
  8. 可跨域的单点登录(SSO)实现方案
  9. Ace admin 如何实现类似于freamset加载页面
  10. C#图解教程读书笔记(第4章 类:基础)