pages(detail): Completed details on all pages

This commit is contained in:
2022-01-14 14:49:51 +08:00
parent 1803dad05d
commit e4e7e8d26d
13 changed files with 137 additions and 43 deletions

View File

@@ -17,13 +17,13 @@ html::-webkit-scrollbar-thumb:hover {
background: #0095ff1a;
}
// Body
body {
display: flex;
flex-wrap: nowrap;
flex-direction: column;
align-items: center;
}
// // Body
// body {
// display: flex;
// flex-wrap: nowrap;
// flex-direction: column;
// align-items: center;
// }
// Header 头部
.header {
@@ -120,6 +120,41 @@ main {
}
}
}
// 文章
.post{
> .title{
> h1 {
color: rgba(0, 0, 0, 1);
> a {
color: rgba(0, 0, 0, 1);
}
}
> .info {
border-bottom: 1px solid #f3f3f3;
> span{
color: rgb(0, 0, 0, 0.65);
i {
color: rgb(0, 0, 0, 0.85);
}
}
}
}
}
// 日志
.journals{
> ul{
> li{
> .option{
color: rgb(0, 0, 0, 0.65);
}
}
}
}
}
// 脚注