feat:update
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 53 KiB |
@@ -84,8 +84,8 @@
|
|||||||
letter-spacing: 3px;
|
letter-spacing: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.signature {
|
.author {
|
||||||
font-size: 24px;
|
font-size: 30px;
|
||||||
font-family: 'Liu Jian Mao Cao', 'ZCOOL KuaiLe', cursive;
|
font-family: 'Liu Jian Mao Cao', 'ZCOOL KuaiLe', cursive;
|
||||||
text-shadow: -1px -1px 0 #000,
|
text-shadow: -1px -1px 0 #000,
|
||||||
1px -1px 0 #000,
|
1px -1px 0 #000,
|
||||||
@@ -104,7 +104,7 @@
|
|||||||
<!-- 底部文字区 -->
|
<!-- 底部文字区 -->
|
||||||
<div class="bottom-section">
|
<div class="bottom-section">
|
||||||
<div class="main-text">{{text}}</div>
|
<div class="main-text">{{text}}</div>
|
||||||
<div class="signature">{{author=@Pixelle.AI}}</div>
|
<div class="author">{{author=@Pixelle.AI}}</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -86,6 +86,16 @@
|
|||||||
.content p {
|
.content p {
|
||||||
margin-bottom: 0;
|
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>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -94,5 +104,8 @@
|
|||||||
|
|
||||||
<!-- 正文 -->
|
<!-- 正文 -->
|
||||||
<div class="content">{{text}}</div>
|
<div class="content">{{text}}</div>
|
||||||
|
|
||||||
|
<!-- 作者 -->
|
||||||
|
<div class="author">{{author=@Pixelle.AI}}</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user