zhangxiaoxu123456
2022-04-12 dc281efccd4568ed0abdb80f7dea5a328425ef5b
src/assets/css/main.css
@@ -1,7 +1,7 @@
* {
    margin: 0;
    padding: 0;
    font-size: 2.4rem;
    font-size: .0938rem;
    font-weight: lighter;
}
@@ -214,7 +214,7 @@
 */
h1,h2,h3,h4,h5,h6 {
  font-size: 1rem;
  font-size: 0.09375rem  /* 24/256 */;
  font-weight: normal;
}
@@ -526,6 +526,6 @@
@media screen and (min-width: 2560px) {
  html {
    font-size: 10px!important;
    font-size: 256px!important;
  }
}