This commit is contained in:
Van
2019-07-17 22:12:56 +08:00
parent 1c3224f3de
commit d86f8340b5
40 changed files with 720 additions and 519 deletions

File diff suppressed because one or more lines are too long

View File

@@ -21,7 +21,7 @@
*
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 2.1.0.0, Mar 21, 2019
* @version 2.2.0.0, Jul 17, 2019
*/
@import "bootstrap";
@import "../../../scss/usite";
@@ -30,132 +30,139 @@
@import "vditor/src/assets/scss/classic";
.vditor-reset--article {
padding-bottom: 10px;
padding-bottom: 10px;
&::-webkit-scrollbar {
display: none;
}
}
.article__toc {
position: fixed;
top: 90px;
bottom: 198px;
padding-left: 0;
left: 100%;
position: fixed;
top: 90px;
bottom: 198px;
padding-left: 0;
left: 100%;
}
#comments {
position: relative;
position: relative;
}
.comment-body-ref {
position: absolute;
background-color: #fff;
width: 100%;
left: 64px;
border: 1px solid #ccc;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
border-radius: 5px;
padding: 10px 0;
position: absolute;
background-color: #fff;
width: 100%;
left: 64px;
border: 1px solid #ccc;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
border-radius: 5px;
padding: 10px 0;
}
.user__site {
display: inline-block;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px 15px 0;
svg {
height: 20px;
width: 20px;
margin: 0 5px 15px 0;
svg {
height: 20px;
width: 20px;
fill: currentColor;
}
fill: currentColor;
}
}
body, button, input, select, textarea {
font: 400 1em/1.8 Avenir,Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans-serif;
letter-spacing: 0.01rem;
body, button, input, select, textarea {
font: 400 1em/1.8 Avenir, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
letter-spacing: 0.01rem;
}
.site {
padding: 0 2em 0;
margin: 0 auto;
font-size: 16px;
padding: 0 2em 0;
margin: 0 auto;
font-size: 16px;
}
h4, h5, h6 {
font-weight: bold;
}
font-weight: bold;
}
.article {
margin-bottom: 80px;
margin-bottom: 80px;
}
.article-title {
text-align: center;
text-align: center;
}
.article-tags {
text-align: center;
font-size: 14px;
text-align: center;
font-size: 14px;
}
.article-date {
text-align: center;
font-size: 12px;
margin-top: 6px;
margin-bottom: 12px;
text-align: center;
font-size: 12px;
margin-top: 6px;
margin-bottom: 12px;
}
.header {
border-bottom: 1px solid #ddd;
background-color: #f9f9f9;
margin-bottom: 20px;
border-bottom: 1px solid #ddd;
background-color: #f9f9f9;
margin-bottom: 20px;
}
.nav-item {
position: relative;
display: inline-block;
padding: 10px;
font-weight: 500;
position: relative;
display: inline-block;
padding: 10px;
font-weight: 500;
}
.nav-item .page-icon {
float: left;
height: 14px;
width: 14px;
margin: 2px 3px 0 0;
float: left;
height: 14px;
width: 14px;
margin: 2px 3px 0 0;
}
.comment {
margin-bottom: 32px;
margin-bottom: 32px;
}
.comment p {
margin-bottom: 0em;
margin-bottom: 0em;
}
.form-control {
margin-top: 15px;
margin-top: 15px;
}
.cmtFromSym {
font-size: 12px;
color: #ccc;
margin-bottom: 1em;
font-size: 12px;
color: #ccc;
margin-bottom: 1em;
}
.cmtForm {
margin-top: 24px;
margin-top: 24px;
}
.gray {
color: #ccc;
color: #ccc;
}
.footer {
padding: 40px 0;
margin-top: 20px;
color: #999;
text-align: center;
background-color: #f9f9f9;
border-top: 1px solid #e5e5e5;
padding: 40px 0;
margin-top: 20px;
color: #999;
text-align: center;
background-color: #f9f9f9;
border-top: 1px solid #e5e5e5;
}
.right {
float: right;
float: right;
}