Browse Source

refactor(css): 更新集团成员logo切换

master
peijunlei 2 weeks ago
parent
commit
44b0089aa2
  1. 17
      public/themes/dist_static/static/css/about.css

17
public/themes/dist_static/static/css/about.css

@ -499,14 +499,21 @@
min-width: 12.5rem;
}
.ab-members__logos {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
display: flex;
flex-wrap: nowrap;
align-items: center;
gap: 1rem;
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
overscroll-behavior-x: contain;
scrollbar-width: thin;
}
.ab-members__logo {
display: flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
width: 10rem;
height: 6.25rem;
padding: 0;
@ -764,9 +771,6 @@
.ab-history__slide {
width: 300Px;
}
.ab-members__logos {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ab-culture__item {
flex-direction: column;
gap: 16Px;
@ -801,9 +805,6 @@
padding: 24Px;
min-height: 0;
}
.ab-members__logos {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ab-members__name {
font-size: 24Px;
line-height: 32Px;

Loading…
Cancel
Save