|
|
@@ -1,15 +1,15 @@
|
|
|
-body {padding-top: 73px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; }
|
|
|
+body { padding-top: 73px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; }
|
|
|
|
|
|
-.getbtn {margin-top: 16px; margin-bottom: 10px; padding: 8px 35px; }
|
|
|
+.getbtn { margin-top: -5px; margin-bottom: 10px; padding: 8px 35px; }
|
|
|
|
|
|
-pre {letter-spacing: 0.12em; white-space: pre-wrap; word-wrap: break-word; font-size: 1.05em; line-height: 1.6em; font-family: Georgia, Cambria, "Times New Roman", Times, serif;}
|
|
|
-footer a{ margin-right: 9px }
|
|
|
+pre { font-size: 1.05em; line-height: 1.6em; font-family: Georgia, Cambria, "Times New Roman", Times, serif;}
|
|
|
+footer a { margin-right: 9px }
|
|
|
footer { margin-bottom: 10px; }
|
|
|
-#zhao {color: red; }
|
|
|
+#zhao { color: red; }
|
|
|
|
|
|
p.tips{ line-height: 1.8em; }
|
|
|
|
|
|
-.maincontent{ min-height: 78vh }
|
|
|
+.maincontent { min-height: 78vh }
|
|
|
|
|
|
.fade-enter-active, .fade-leave-active {
|
|
|
transition: opacity .5s;
|
|
|
@@ -20,8 +20,8 @@ p.tips{ line-height: 1.8em; }
|
|
|
|
|
|
#enurl:hover { transform: scale(1.01); }
|
|
|
|
|
|
-#tg.show {background: red; width: 100vh; opacity: 1; color: yellow; font-size: 10em; }
|
|
|
+#tg.show { background: red; width: 100vh; opacity: 1; color: yellow; font-size: 10em; }
|
|
|
|
|
|
-#tg {top: 1vw; left: 1vw; width: 1px; display: block; position: absolute; background: gray; transition: all 2s ease-in; opacity: 0; }
|
|
|
+#tg { top: 1vw; left: 1vw; width: 1px; display: block; position: absolute; background: gray; transition: all 2s ease-in; opacity: 0; }
|
|
|
|
|
|
-#enurl {transition: all .3s ease-in; margin: 3px 0; display: inline-block; color: #02B875; border: 1px solid; border-radius: .859em; padding: 8px 15px; margin-top: 9px; border-radius: .5; }
|
|
|
+#enurl { transition: all .3s ease-in; margin: 3px 0; display: inline-block; color: #02B875; border: 1px solid; border-radius: .859em; padding: 8px 15px; margin-top: 9px; border-radius: .5; }
|