居中
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-21 18:32:15 +08:00
parent 6d19df1a9f
commit 78200b29fb
2 changed files with 19 additions and 13 deletions

View File

@@ -31,19 +31,23 @@
.banner-cont .banner-text .section-content {
padding-top: 120px;
padding-bottom: 0;
display: flex;
flex-direction: column;
align-items: flex-start;
z-index: 1;
}
.banner-cont .banner-text h1 {
/* 文案块:控制具体的左边距,让其与下方 banner-s 第一列内容对齐 */
.banner-cont .banner-copy {
max-width: 560px;
margin-left: 60px; /* 与 .banner-s .banner-item 内侧 padding 对齐 */
text-align: left;
}
.banner-cont .banner-copy h1 {
font-size: 40px;
line-height: 1.2;
color: #111827;
}
.banner-cont .banner-desc {
.banner-cont .banner-copy .banner-desc {
font-size: 16px;
margin-top: 16px;
margin-bottom: 32px;