🤠添加随机文章刷新按钮,完善邮箱模板文字替换部分

This commit is contained in:
2024-10-07 23:42:28 +08:00
parent d52f9557f5
commit f2fe18f8ae
9 changed files with 2750 additions and 31 deletions

View File

@@ -89,10 +89,24 @@
text-overflow: ellipsis;
}
.random-link-button {
.random-button-container {
position: absolute;
bottom: 20px;
right: 20px;
border: none;
border-radius: 20px;
cursor: pointer;
font-size: 14px;
transition: background-color 0.3s ease-in-out;
}
#refresh-random-article {
margin-right: 10px;
color: #aaaaaa;
text-decoration: none;
}
.random-link-button {
padding: 10px 20px;
border: none;
border-radius: 20px;