<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-size: 14px;
}
body {
  margin: 0 auto;
  padding: 0;
  background: #eee;
  font-family: "Consolas", "å¾®è½¯é›…é»‘";
  user-select: none;
  max-width: 450px;
  position: relative;
  height: 100vh;
}
body &gt; * {
  max-width: 450px;
}
.title {
  padding: 1rem 5%;
  background: steelblue;
  color: white;
  margin-bottom: 2rem;
  box-shadow: 0 0.2rem 0.3rem #303030;
}
.title h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.hidden {
  display: none;
}
.container {
  padding-left: 5%;
}
.container .row &gt; span {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  width: 10%;
  height: 24px;
  line-height: 24px;
  border: 1px solid #ccc;
  background: white;
  border-right-width: 0;
  border-bottom-width: 0;
}
.container .row &gt; span.col_g_right {
  border-right-width: 1px;
}
.container .row &gt; span:first-child {
  border-left-width: 2px;
}
.container .row &gt; span:last-child {
  border-right-width: 2px;
}
.container .row &gt; span.empty {
  color: white;
}
.container .row &gt; span.fixed {
  background: #eee;
}
.container .row &gt; span.mark1 {
  background: lightblue;
}
.container .row &gt; span.mark1.empty {
  color: lightblue;
}
.container .row &gt; span.mark2 {
  background: lightgreen;
}
.container .row &gt; span.mark2.empty {
  color: lightgreen;
}
.container .row &gt; span.error {
  background: lightpink;
}
.container .row &gt; span.error.empty {
  color: lightpink;
}
.container .row.row_g_bottom &gt; span {
  border-bottom-width: 1px;
}
.container .row:first-child &gt; span {
  border-top-width: 2px;
}
.container .row:last-child &gt; span {
  border-bottom-width: 2px;
}
.popup-num {
  padding-left: 5%;
  position: absolute;
  padding-left: 0;
}
.popup-num .row &gt; span {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  width: 10%;
  height: 24px;
  line-height: 24px;
  border: 1px solid #ccc;
  background: white;
  border-right-width: 0;
  border-bottom-width: 0;
}
.popup-num .row &gt; span.col_g_right {
  border-right-width: 1px;
}
.popup-num .row &gt; span:first-child {
  border-left-width: 2px;
}
.popup-num .row &gt; span:last-child {
  border-right-width: 2px;
}
.popup-num .row &gt; span.empty {
  color: white;
}
.popup-num .row &gt; span.fixed {
  background: #eee;
}
.popup-num .row &gt; span.mark1 {
  background: lightblue;
}
.popup-num .row &gt; span.mark1.empty {
  color: lightblue;
}
.popup-num .row &gt; span.mark2 {
  background: lightgreen;
}
.popup-num .row &gt; span.mark2.empty {
  color: lightgreen;
}
.popup-num .row &gt; span.error {
  background: lightpink;
}
.popup-num .row &gt; span.error.empty {
  color: lightpink;
}
.popup-num .row.row_g_bottom &gt; span {
  border-bottom-width: 1px;
}
.popup-num .row:first-child &gt; span {
  border-top-width: 2px;
}
.popup-num .row:last-child &gt; span {
  border-bottom-width: 2px;
}
.popup-num .row &gt; span {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.dashboard {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
  background: steelblue;
  box-sizing: border-box;
  box-shadow: 0 -0.1rem 0.2rem #303030;
  height: 3rem;
}
.dashboard .buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.dashboard .buttons button {
  font-family: "å¾®è½¯é›…é»‘";
  float: left;
  width: 25%;
  height: 3rem;
  font-size: 1.3rem;
  color: white;
  border: 1px solid #ccc;
  background: transparent;
  border-right-width: 0;
}
.dashboard .buttons button:last-child {
  border-right-width: 1px;
}
</pre></body></html>