pages(detail): Completed details on all pages
This commit is contained in:
@@ -178,7 +178,6 @@ main .post > .title {
|
||||
margin-top: 4rem;
|
||||
}
|
||||
main .post > .title > h1 > a {
|
||||
color: black;
|
||||
letter-spacing: 0.0625rem;
|
||||
font-size: 2rem;
|
||||
line-height: 2rem;
|
||||
@@ -186,18 +185,15 @@ main .post > .title > h1 > a {
|
||||
main .post > .title > .info {
|
||||
padding-bottom: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
border-bottom: 1px solid #f3f3f3;
|
||||
}
|
||||
main .post > .title > .info > span {
|
||||
margin: 0 0.25rem;
|
||||
font-weight: 400;
|
||||
font-size: 0.75rem;
|
||||
color: rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
main .post > .title > .info > span i {
|
||||
position: relative;
|
||||
top: 0.125rem;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
main .journals > .name {
|
||||
font-size: 1.5rem;
|
||||
@@ -215,7 +211,6 @@ main .journals > ul > li > .content {
|
||||
main .journals > ul > li > .option {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
color: rgba(0, 0, 0, 0.65);
|
||||
font-weight: 400;
|
||||
font-size: 0.75rem;
|
||||
margin: 0 0.5rem;
|
||||
@@ -233,6 +228,26 @@ main .pagenav > a {
|
||||
margin: 0 2rem;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
.commentButton > a {
|
||||
color: black;
|
||||
}
|
||||
|
||||
footer {
|
||||
padding: 2rem 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user