pages(detail): Finishing the details one last time

Trust me!!!
This commit is contained in:
2022-01-15 01:02:47 +08:00
parent e4e7e8d26d
commit 6ba8890d3a
13 changed files with 149 additions and 120 deletions

View File

@@ -53,6 +53,10 @@ html::-webkit-scrollbar-thumb {
// 二级标题
>.description {
display: flex;
flex-direction: column;
align-items: flex-end;
font-size: 0.9rem;
>.socials {
@@ -257,10 +261,10 @@ main {
}
}
}
}
.journals{
> .name{
font-size: 1.5rem;
font-weight: bold;
@@ -284,6 +288,11 @@ main {
padding: 0 0.5rem;
}
}
> .info{
display: flex;
justify-content: flex-end;
font-size: 0.75rem;
}
}
}
@@ -303,25 +312,7 @@ main {
}
.comment
{
width: 47rem;
margin: 1rem 0rem;
padding: 1rem 2.5rem;
background: #ffffff;
box-shadow: 0 0.375rem 1rem -0.5rem rgba(0, 0, 0, 0.08);
}
.commentButton{
display: flex;
justify-content: space-around;
margin-top: 2rem;
padding-top: 2rem;
width: 40rem;
border-top: 1px solid #f3f3f3;
>a{
color: rgba(0, 0, 0, 1);
}
}
// 页脚
footer {
padding: 2rem 0;
@@ -335,35 +326,31 @@ footer {
}
}
// .menu{
// position: fixed;
// right: 0.5rem;
// bottom: 10rem;
// }
.menu{
position: fixed;
right: 0.5rem;
bottom: 10rem;
// 评论组件
.comment
{
width: 47rem;
margin: 1rem 0rem;
padding: 1rem 2.5rem;
}
.close{
display: none;
}
.post-bottom-menu{
display: flex;
justify-content: space-around;
margin-top: 2rem;
padding-top: 2rem;
width: 40rem;
}
/*animation starts*/