36 lines
557 B
CSS
36 lines
557 B
CSS
@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
|
|
} |