修复桌面端界面显示与稳定性问题
This commit is contained in:
+18
-7
@@ -4,7 +4,11 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="icon" href="data:," />
|
||||
<meta name="theme-color" content="#13243a" />
|
||||
<link rel="icon" href="/favicon.ico" sizes="any" />
|
||||
<link rel="icon" type="image/png" href="/icons/ctms-icon-192.png" />
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
||||
<link rel="manifest" href="/site.webmanifest" />
|
||||
<title>CTMS</title>
|
||||
</head>
|
||||
|
||||
@@ -41,11 +45,16 @@
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
border-radius: 14px;
|
||||
background: #183b63;
|
||||
color: #ffffff;
|
||||
font-size: 12px;
|
||||
font-weight: 900;
|
||||
letter-spacing: 0.08em;
|
||||
background: #ffffff;
|
||||
box-shadow: 0 10px 22px rgba(15, 35, 58, 0.16);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.ctms-boot-mark img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.ctms-boot-title {
|
||||
@@ -62,7 +71,9 @@
|
||||
</style>
|
||||
<div class="ctms-boot-splash">
|
||||
<div class="ctms-boot-card">
|
||||
<div class="ctms-boot-mark">CTMS</div>
|
||||
<div class="ctms-boot-mark" aria-hidden="true">
|
||||
<img src="/icons/ctms-icon-192.png" alt="" />
|
||||
</div>
|
||||
<div>
|
||||
<p class="ctms-boot-title">正在启动 CTMS</p>
|
||||
<p class="ctms-boot-subtitle">正在加载桌面客户端...</p>
|
||||
|
||||
Reference in New Issue
Block a user