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