feat:update templaters
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user