chore: 移动端基本适配完成
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user