Liang Ding 2018-09-23 18:09:03 +08:00
parent 06c24f31da
commit d93bed0b8e
No known key found for this signature in database
GPG Key ID: 145928D9951195BE
10 changed files with 16 additions and 32 deletions

View File

@ -760,6 +760,10 @@ a {
-webkit-box-sizing: border-box
}
.form input {
height: 30px;
}
.form input:focus,
.form textarea:focus {
background-color: #FFF;

View File

@ -60,5 +60,6 @@
};
Util.parseMarkdown('content-reset');
Util.killIE(10)
</script>
${plugins}

View File

@ -69,5 +69,6 @@
<script>
Util.setTopBar();
Util.parseMarkdown('article-content');
Util.killIE(8)
</script>
${plugins}

View File

@ -57,5 +57,6 @@
"em14Label": "${em14Label}"
};
Util.parseMarkdown('post-content');
Util.killIE(8)
</script>
${plugins}

View File

@ -254,6 +254,7 @@
"em14Label": "${em14Label}"
};
Util.killIE()
Util.parseMarkdown('content-reset');
Skin.initArticle();
</script>

View File

@ -1011,12 +1011,13 @@ blockquote {
box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 4px;
border: 1px solid rgba(0, 0, 0, 0.09);
border-radius: 3px;
padding: 10px 20px;
padding: 10px 20px 10px 77px;
margin: 0 0 20px;
}
.article__comment .comment__avatar {
position: absolute;
left: 10px;
height: 57px;
width: 57px;
display: inline-block;
@ -1025,10 +1026,6 @@ blockquote {
border-radius: 50%;
}
.article__comment .comment__body {
padding-left: 81px;
}
.article__comment .comment__body svg.ft-gray {
height: 12px;
width: 12px;
@ -1352,8 +1349,8 @@ blockquote {
transform: scale(0.7);
}
.article__comment .comment__body {
padding-left: 0;
.article__comment .comment__item {
padding-left: 10px;
}
}

View File

@ -71,7 +71,7 @@
"em13Label": "${em13Label}",
"em14Label": "${em14Label}"
};
Util.killIE(8)
Util.parseMarkdown('content-reset');
</script>
${plugins}

View File

@ -75,6 +75,7 @@ a {
background-color: rgba(255, 255, 255, 0.8);
padding: 15px;
color: $black;
display: block;
&:hover {
background-color: #fff;
}

View File

@ -20,27 +20,4 @@
<header>
<a href="${servePath}" id="logoTitle">${blogTitle}</a>
<p>${blogSubtitle}</p>
</header><!--
<div class="right" id="statistic">
<span>
${viewCount1Label}
<span class='error-msg'>
${statistic.statisticBlogViewCount}
</span>
&nbsp;&nbsp;
</span>
<span>
${articleCount1Label}
<span class='error-msg'>
${statistic.statisticPublishedBlogArticleCount}
</span>
&nbsp;&nbsp;
</span>
<span>
${commentCount1Label}
<span class='error-msg'>
${statistic.statisticPublishedBlogCommentCount}
</span>
</span>
</div>
<div class="clear"></div>-->
</header>

View File

@ -78,5 +78,6 @@
"em14Label": "${em14Label}"
};
Util.parseMarkdown();
Util.killIE(8)
</script>
${plugins}