调整导航页结构

This commit is contained in:
X1627315083
2025-11-27 16:22:40 +08:00
parent afc60d3a03
commit 3e78b74185

View File

@@ -110,8 +110,10 @@ defineExpose({})
padding: 0 7.4rem; padding: 0 7.4rem;
gap: 4.8rem; gap: 4.8rem;
> .item{ > .item{
width: 44.2rem; // width: 44.2rem;
height: 41.6rem; // height: 41.6rem;
height: auto;
width: calc(50% - 4.8rem / 2);
> img{ > img{
width: 100%; width: 100%;
height: 100%; height: 100%;