zoukankan      html  css  js  c++  java
  • 移动端必备的样式

    *{ 
    -webkit-text-size-adjust: none; }
    input[type="button"], input[type="submit"], input[type="reset"]
    { -webkit-appearance: none; } textarea { -webkit-appearance: none; } a, button, input, textarea { -webkit-tap-highlight-color: rgba(0, 0, 0, 0; ) -webkit-user-modify:read-write-plaintext-only; } html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } img { -webkit-touch-callout: none; } html {font-size:10px} @media screen and (min-480px) and (max-639px) { html { font-size: 15px } } @media screen and (min-640px) and (max-719px) { html { font-size: 20px } } @media screen and (min-720px) and (max-749px) { html { font-size: 22.5px } } @media screen and (min-750px) and (max-799px) { html { font-size: 23.5px } } @media screen and (min-800px) and (max-959px) { html { font-size: 25px } } @media screen and (min-960px) and (max-1079px) { html { font-size: 30px } } @media screen and (min-1080px) { html { font-size: 32px } }
  • 相关阅读:
    Teamwork[HDU4494]
    The Parallel Challenge Ballgame[HDU1101]
    「JSOI2016」无界单词
    「SCOI2015」小凸玩密室
    #3636. IIIDX(iiidx)
    #2652. 背单词(word)
    「JXOI2017」加法
    拙者
    19.10.01 acm E:Lowest Common Ancestor
    #3391. big
  • 原文地址:https://www.cnblogs.com/yjhua/p/4807054.html
Copyright © 2011-2022 走看看