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

@@ -22,7 +22,7 @@
/* 顶部黑底标题区 */
.top {
height: 30%;
height: 20%;
background: #0a0a0a;
padding: 100px 70px 40px;
display: flex;
@@ -47,7 +47,7 @@
/* 将图片中心对齐到整页正中心(与标题无关) */
.media {
position: absolute;
top: 50%;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 86%;
@@ -78,7 +78,7 @@
3px 3px 0 #000;
}
@media (max-width: 1080px) { .title { font-size: 84px; } .caption { font-size: 48px; bottom: 300px; } }
@media (max-width: 1080px) { .title { font-size: 84px; } .caption { font-size: 48px; bottom: 600px; } }
</style>
</head>
<body>