feat: update templates

This commit is contained in:
li
2025-12-29 15:45:41 +08:00
parent a4b4ebd8a2
commit 7d78dcd078
3 changed files with 4 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 74 KiB

View File

@@ -26,12 +26,13 @@
.title-wrapper {
position: absolute;
width: 900px;
top: 20%;
top: 25%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 70px;
font-size: 60px;
font-weight: 600;
text-align: center;
z-index: 10;
}
.title {
@@ -133,7 +134,7 @@
</head>
<body>
<div class="title-wrapper">
<span class="title">{{title}}</span>
<span class="title">{{text}}</span>
</div>
<image src="{{image}}" class="image-center" />
<div class="footer">