修改new_Rss.js为Ajax获取Rss

This commit is contained in:
hanasaki-misaki
2023-03-18 14:58:15 +08:00
parent e8b1d475e6
commit 3514e4ad8e
3 changed files with 33 additions and 54 deletions

View File

@@ -358,5 +358,15 @@ body {
display: none;
}
.list-news{
text-align: center;
margin: 0 auto;
margin-top: 15px;
margin-left: 15px;
max-width: 1408px;
border: 2px solid #585858;
border-radius: 15px;
backdrop-filter: blur(5px);
}
.list-news h3{
margin-top: 1rem;
}