.v8-navbar-pc-logo,
.v8-navbar-m-logo {
max-height: 80%; /* 最大高度为父容器的90% */
max-width: 280px; /* 最大宽度限制 */
width: auto; /* 宽度自适应 */
height: auto; /* 高度自适应 */
object-fit: contain; /* 保持比例完整显示 */
transition: all 0.4s ease;
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
<link rel="stylesheet" href="template/v8/css/v8.css" />
记录一下!