@@ -15,7 +15,7 @@
<span class="time-line utc-time">
{{ "天文时间:" + formattedUTCTime }}
</span>
- <br />
+
<span class="time-line local-time">
{{ "绝对时间:" + formattedLocalTime }}
@@ -142,6 +142,7 @@
}
.compact-time-display {
+ font-size: 20px;
font-family: "Courier New", monospace;
padding: 12px;
border-radius: 6px;
@@ -157,14 +158,16 @@
&.utc-time {
color: #8d978f;
- font-size: 1rem;
+ font-size: 18px;
font-weight: 800;
+
&.local-time {
</style>