Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
aixianling
2024-11-28 16:00:46 +08:00

View File

@@ -376,13 +376,14 @@ export default {
} }
.banner-flex { .banner-flex {
display: flex;
justify-content: space-between;
padding: 0 32px; padding: 0 32px;
box-sizing: border-box;
.item-banner { .item-banner {
width: calc(50% - 16px); display: inline-block;
width: calc(50% - 20px);
height: 160px; height: 160px;
position: relative; position: relative;
margin-bottom: 16px;
img { img {
width: 100%; width: 100%;
height: 100%; height: 100%;
@@ -404,6 +405,9 @@ export default {
line-height: 32px; line-height: 32px;
} }
} }
.item-banner:nth-of-type(2n-1) {
margin-right: 32px;
}
.color-3872BC { .color-3872BC {
color: #3872BC; color: #3872BC;
} }