feat:update

This commit is contained in:
li
2025-11-19 16:43:28 +08:00
parent 25b811b74b
commit 374246237d
3 changed files with 16 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 53 KiB

View File

@@ -84,8 +84,8 @@
letter-spacing: 3px;
}
.signature {
font-size: 24px;
.author {
font-size: 30px;
font-family: 'Liu Jian Mao Cao', 'ZCOOL KuaiLe', cursive;
text-shadow: -1px -1px 0 #000,
1px -1px 0 #000,
@@ -104,7 +104,7 @@
<!-- 底部文字区 -->
<div class="bottom-section">
<div class="main-text">{{text}}</div>
<div class="signature">{{author=@Pixelle.AI}}</div>
<div class="author">{{author=@Pixelle.AI}}</div>
</div>
</body>
</html>

View File

@@ -86,6 +86,16 @@
.content p {
margin-bottom: 0;
}
.author {
position: absolute;
font-size: 24px;
font-family: 'Liu Jian Mao Cao', 'ZCOOL KuaiLe', cursive;
color: #333;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
}
</style>
</head>
<body>
@@ -94,5 +104,8 @@
<!-- 正文 -->
<div class="content">{{text}}</div>
<!-- 作者 -->
<div class="author">{{author=@Pixelle.AI}}</div>
</body>
</html>