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;
|
||||
}
|
||||
|
||||
.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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user