chore: 移动端基本适配完成

This commit is contained in:
2025-11-13 10:08:35 +08:00
parent b35289e021
commit 056cdc7d1c
5 changed files with 332 additions and 79 deletions

View File

@@ -84,14 +84,14 @@
transform: translateX(-50%);
width: auto;
text-align: center;
background-color: rgba(0, 0, 0, 0.7); /* 添加半透明背景确保在任何背景下都清晰可见 */
background: transparent; /* 设置为透明背景 */
padding: 5px;
border-radius: 0 0 8px 8px;
}
/* 移动设备上缩小logo尺寸 */
/* 移动设备上设置logo尺寸 */
.app-logo {
width: 60px; /* 移动设备上设置固定宽度 */
width: 200px; /* 移动设备上设置固定宽度为200px */
}
}
</style>