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