This commit is contained in:
zhangjianjun 2026-03-31 18:31:49 +08:00
parent 165d45f09f
commit b4dc61ee54
1 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
.topTabsSection {
padding: 6.25rem 16.25rem 9.375rem 16.25rem;
padding: 6.25rem 16.25rem 0 16.25rem;
width: 100%;
min-height: calc(100vh / var(--zoom-compensation, 1));
height: calc(100vh / var(--zoom-compensation, 1));
background-size: cover;
background-position: center;
background-repeat: no-repeat;
@ -106,10 +106,12 @@
}
.topTabsContent {
padding-top: 9.375rem;
/* padding-top: 9.375rem; */
display: flex;
align-items: center;
gap: 5rem;
flex-direction: row;
height: 92%;
}
.topTabsContentLeft {