...
|
...
|
@@ -10,7 +10,6 @@ |
|
|
box-sizing: border-box;
|
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
|
}
|
|
|
|
|
|
html,
|
|
|
body {
|
|
|
width: 100%;
|
...
|
...
|
@@ -18,6 +17,15 @@ body { |
|
|
font-family: helvetica, Arial, "黑体";
|
|
|
line-height: 1.4;
|
|
|
}
|
|
|
.width750 {
|
|
|
font-size: 28px;
|
|
|
.main-wrap {
|
|
|
max-width: 750px;
|
|
|
}
|
|
|
.good-failure {
|
|
|
background-size: 155px !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
button,
|
|
|
input,
|
...
|
...
|
|