zoukankan      html  css  js  c++  java
  • 移动端公共css样式

    @media screen and ( min- 319px){html{ font-size: 100px;}}
    @media screen and ( min- 359px){html{ font-size: 106px;}}
    @media screen and ( min- 383px){html{ font-size: 112px;}}
    @media screen and ( min- 399px){html{ font-size: 118px;}}
    @media screen and ( min- 414px){html{ font-size: 120px;}}
    @media screen and ( min- 423px){html{ font-size: 130px;}}
    @media screen and ( min- 479px){html{ font-size: 140px;}}
    body{ font-family: Microsoft YaHei,STXihei,sans-serif; font-size: 14px}
    p{margin: 0}
    *{ box-sizing: border-box;-webkit-tap-highlight-color:rgba(255,0,0,0);margin: 0;padding: 0}
    :focus{outline:none;}
    input,a,img{border:0;}
    input[type=text],input[type=checkbox],input[type=button],input[type=date]{-webkit-appearance: none;}
    input,button{ outline:none;-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent;}
    html, body { 100%; min- 320px; max- 640px;margin: 0px auto; font-family: "Microsoft YaHei"; color: #333;background: #f0eff5;}
    a{blr:expression(this.onFocus=this.blur())}

  • 相关阅读:
    Jsp自学2
    Jsp自学1
    .NET资源泄露与处理方案
    版本控制简介和工具
    中文操作
    获取windows操作系统所有用户
    .NET单例模式快速学习应用
    .NET多线程知识快速学习
    安装&卸载Windows服务
    扫雷小游戏-纯网页版
  • 原文地址:https://www.cnblogs.com/zhouyx/p/5160342.html
Copyright © 2011-2022 走看看