feat:update templaters

This commit is contained in:
li
2025-12-26 16:16:38 +08:00
parent cd09e8034f
commit 5a2334ccde
12 changed files with 26 additions and 18 deletions

View File

@@ -47,9 +47,8 @@
/* 中间图片区域 */
.image-section {
width: 100%;
flex: 1;
height: auto;
display: flex;
align-items: center;
justify-content: center;
padding: 0 40px;
box-sizing: border-box;
@@ -103,7 +102,7 @@
/* 底部文字区域 */
.bottom-text-section {
width: 100%;
padding: 0px 60px 90px 60px;
padding: 0 60px;
box-sizing: border-box;
display: flex;
flex-direction: column;
@@ -114,7 +113,7 @@
/* 人生感悟 - 大红色粗体 */
.highlight-text {
font-size: 80px;
font-size: 40px;
color: #FFFFFF;
font-weight: 400;
letter-spacing: 3px;