<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#apps {
  background: #313131;
}
#apps &gt; .app &gt; .title {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#apps &gt; .app &gt; .wk {
  /* display: flex; */
  /* align-items: center; */
  padding-top: 50%;
  height: 100vh;
  box-sizing: border-box;
}
.app .wk p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  line-height: 30px;
}
.app .wk span {
  color: #fff;
  text-align: center;
  display: inherit;
  font-size: 14px;
  margin-top: 10px;
}
.app .wk .left {
  width: 100%;
  overflow: hidden;
}
.app .wk .left img {
  max-width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10%;
}
.app .wk .right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-top: 50px;
  box-sizing: border-box;
}
.app .wk .right a {
  width: 40%;
  padding: 10px;
  box-sizing: border-box;
}
.app .wk .right a img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
</pre></body></html>