reset 移动端

复制代码
html,
body,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  display: none;
}

ul,
li {
  list-style: none;
}

html {
  height: 100%;
  min-height: 100%;
}

body {
  font-family: "Pingfang SC", LiHei Pro Medium, "Microsoft YaHei", "微软雅黑",
  arial;
  font-size: 24px;

  position: relative;

  min-height: 100%;

  user-select: none;

  color: #000000;

  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  -moz-user-select:none;
  -webkit-user-select:none;
  user-select: none;
  height:100%;
}
a,button,input,textarea{
  border: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-user-modify:read-write-plaintext-only; 
}
input[type=number]::-webkit-textfield-decoration-container {
    background-color: transparent;    
}
input[type=number]::-webkit-inner-spin-button {
     -webkit-appearance: none;
}
input[type=number]::-webkit-outer-spin-button {
     -webkit-appearance: none;
}


a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
}

@font-face {
  font-family: DIN;

  src: url(///font/DINCond-Regular.otf);
}

@font-face {
  font-family: DIN-Light;

  src: url(///font/DINCond-Light.otf);
}

@font-face {
  font-family: DIN-Medium;

  src: url(///font/DINCond-Medium.otf);
}

@font-face {
  font-family: DIN-Bold;

  src: url(///DIN_Condensed_Bold.ttf);
}


复制代码

 

posted @   创业男生  阅读(127)  评论(0编辑  收藏  举报
编辑推荐:
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
阅读排行:
· 周边上新:园子的第一款马克杯温暖上架
· Open-Sora 2.0 重磅开源!
· .NET周刊【3月第1期 2025-03-02】
· 分享 3 个 .NET 开源的文件压缩处理库,助力快速实现文件压缩解压功能!
· [AI/GPT/综述] AI Agent的设计模式综述
历史上的今天:
2013-01-17 DataTable批量插入数据库四种方式比较
点击右上角即可分享
微信分享提示