-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
{{ouyangyanhuo}}
committed
Aug 24, 2021
1 parent
85fdf64
commit f1176f7
Showing
13 changed files
with
1,833 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
.comment-author .avatar { | ||
float:left; | ||
margin-right:8px; | ||
border-radius:100% | ||
} | ||
.comment-meta { | ||
overflow:hidden; | ||
line-height:1.4; | ||
margin-bottom:10px | ||
} | ||
.comment .fn { | ||
color:#bc403e | ||
} | ||
.comment-body { | ||
padding:30px 0; | ||
border-bottom:1px solid #eee; | ||
position:relative | ||
} | ||
.comment-body p { | ||
font-size:14px; | ||
color:var(--comment-body-color); | ||
} | ||
.comment-body p:last-child { | ||
margin-bottom:0 | ||
} | ||
.comment-body .reply { | ||
position:absolute; | ||
top:10px; | ||
right:0 | ||
} | ||
.comment-body .reply .comment-reply-link { | ||
color:#fff; | ||
font-family:exoregular; | ||
display:inline-block; | ||
line-height:1.2; | ||
border-radius:3px; | ||
padding:3px 8px; | ||
background-color:#bc403e; | ||
font-size:12px | ||
} | ||
.comment-list { | ||
padding-bottom:30px | ||
} | ||
.comment-reply-title,.comments-title { | ||
font-size:18px; | ||
color:rgba(0,0,0,.44); | ||
margin-bottom:20px | ||
} | ||
.comment-form label { | ||
display:block; | ||
font-size:12px; | ||
color:#999 | ||
} | ||
.comment-form p { | ||
margin-bottom:20px | ||
} | ||
.comment-form input[type=text] { | ||
line-height:32px; | ||
width:260px; | ||
padding:0 10px | ||
} | ||
#comment,.comment-form input[type=text] { | ||
border-radius:3px; | ||
background-color:var(--comment-background-color); | ||
border:1px solid #eee; | ||
font-size:14px | ||
} | ||
#comment { | ||
resize:none; | ||
padding:10px; | ||
box-sizing:border-box; | ||
width:100% | ||
} | ||
.says { | ||
display:none | ||
} | ||
.comment-meta { | ||
font-size:14px; | ||
color:rgba(0,0,0,.44) | ||
} | ||
.comments-pagination { | ||
margin-bottom:15px | ||
} | ||
#submit { | ||
background-color:var(--submit-color); | ||
display:inline-block; | ||
border:1px solid #eee; | ||
padding:4px 8px; | ||
font-size:14px; | ||
color:#999; | ||
cursor:pointer; | ||
border-radius:3px | ||
} | ||
#submit:hover { | ||
border-color:#bc403e; | ||
color:#bc403e | ||
} | ||
.says { | ||
display:none | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.