|
|
body {
|
|
|
background: #fff;
|
|
|
font: 12px/1.5 Tahoma, "宋体", serif;
|
|
|
color: #000;
|
|
|
line-height: 1.5;
|
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
|
}
|
...
|
...
|
@@ -44,12 +47,6 @@ cite { |
|
|
font-style: normal;
|
|
|
}
|
|
|
|
|
|
body {
|
|
|
background: #fff;
|
|
|
font: 12px/1.5 Tahoma, "宋体";
|
|
|
color: #000;
|
|
|
}
|
|
|
|
|
|
h1,
|
|
|
h2,
|
|
|
h3,
|
...
|
...
|
@@ -175,7 +172,7 @@ body.disable-default-action { |
|
|
width: 12.8rem;
|
|
|
height: 2rem;
|
|
|
line-height: 2rem;
|
|
|
font-family: arial, helvetica, "黑体";
|
|
|
font-family: arial, helvetica, "黑体", serif;
|
|
|
font-size: 0.8rem;
|
|
|
text-align: center;
|
|
|
position: absolute;
|
...
|
...
|
|