...
|
...
|
@@ -14,7 +14,7 @@ html, |
|
|
body {
|
|
|
font-family: helvetica, Arial, "黑体";
|
|
|
width: 100%;
|
|
|
font-size: 12PX;
|
|
|
font-size: 24px;
|
|
|
line-height: 1.4;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -59,11 +59,11 @@ a { |
|
|
|
|
|
.iconfont {
|
|
|
font-family: "iconfont" !important;
|
|
|
font-size: 16PX;
|
|
|
font-size: 32px;
|
|
|
font-style: normal;
|
|
|
text-decoration: none;
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
-webkit-text-stroke-width: 0.2PX;
|
|
|
-webkit-text-stroke-width: 0.4px;
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -72,17 +72,17 @@ a { |
|
|
display: none;
|
|
|
text-align: center;
|
|
|
width: 70%;
|
|
|
padding: 34PX 0;
|
|
|
padding: 68px 0;
|
|
|
top: 50%;
|
|
|
left: 50%;
|
|
|
margin-left: -35%;
|
|
|
margin-top: -45PX;
|
|
|
margin-top: -90px;
|
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
|
color: #fff;
|
|
|
font-size: 18PX;
|
|
|
font-size: 36px;
|
|
|
border: none;
|
|
|
z-index: 4;
|
|
|
border-radius: 10PX;
|
|
|
border-radius: 20px;
|
|
|
}
|
|
|
|
|
|
@import "common/lazy-failure";
|
...
|
...
|
|