update: 2026-03-28 20:59
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
body,
|
||||
html {
|
||||
height: 100%
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: '微软雅黑', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
|
||||
font-size: .24rem;
|
||||
width: 100%;
|
||||
overflow: hidden
|
||||
}
|
||||
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
text-decoration: none;
|
||||
box-sizing: border-box;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
font-style: normal
|
||||
}
|
||||
|
||||
a {
|
||||
-webkit-tap-highlight-color: transparent
|
||||
}
|
||||
|
||||
input {
|
||||
outline: 0
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize: none
|
||||
}
|
||||
Reference in New Issue
Block a user