Modify the proportion of the banner

This commit is contained in:
Qubot 2025-03-24 13:25:01 +00:00
parent 1d5605bb64
commit 149fc2db08

View File

@ -353,7 +353,7 @@ h6,
/* 左侧文字区域 */
.left-container {
width: 50%;
width: 40%;
display: flex;
align-items: center;
justify-content: center;
@ -379,7 +379,7 @@ h6,
/* 右侧图片区域 */
.right-container {
width: 50%;
width: 80%;
height: 100%; /* 确保高度为父容器的100% */
}