Skip to content

Commit

Permalink
Site updated: 2023-11-12 13:46:49
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfredYoung committed Nov 12, 2023
1 parent fa6529f commit 2118196
Show file tree
Hide file tree
Showing 22 changed files with 60 additions and 833 deletions.
262 changes: 0 additions & 262 deletions 2023/09/09/test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -601,268 +601,6 @@



<style>
.valine-card {
margin: 1.5rem auto;
}

.valine-card .card-content {
padding: 20px 20px 5px 20px;
}

#vcomments input[type=text],
#vcomments input[type=email],
#vcomments input[type=url],
#vcomments textarea {
box-sizing: border-box;
}

#vcomments p {
margin: 2px 2px 10px;
font-size: 1.05rem;
line-height: 1.78rem;
}

#vcomments blockquote p {
text-indent: 0.2rem;
}

#vcomments a {
padding: 0 2px;
color: #42b983;
font-weight: 500;
text-decoration: underline;
}

#vcomments img {
max-width: 100%;
height: auto;
cursor: pointer;
}

#vcomments ol li {
list-style-type: decimal;
}

#vcomments ol,
ul {
display: block;
padding-left: 2em;
word-spacing: 0.05rem;
}

#vcomments ul li,
ol li {
display: list-item;
line-height: 1.8rem;
font-size: 1rem;
}

#vcomments ul li {
list-style-type: disc;
}

#vcomments ul ul li {
list-style-type: circle;
}

#vcomments table, th, td {
padding: 12px 13px;
border: 1px solid #dfe2e5;
}

#vcomments table, th, td {
border: 0;
}

table tr:nth-child(2n), thead {
background-color: #fafafa;
}

#vcomments table th {
background-color: #f2f2f2;
min-width: 80px;
}

#vcomments table td {
min-width: 80px;
}

#vcomments h1 {
font-size: 1.85rem;
font-weight: bold;
line-height: 2.2rem;
}

#vcomments h2 {
font-size: 1.65rem;
font-weight: bold;
line-height: 1.9rem;
}

#vcomments h3 {
font-size: 1.45rem;
font-weight: bold;
line-height: 1.7rem;
}

#vcomments h4 {
font-size: 1.25rem;
font-weight: bold;
line-height: 1.5rem;
}

#vcomments h5 {
font-size: 1.1rem;
font-weight: bold;
line-height: 1.4rem;
}

#vcomments h6 {
font-size: 1rem;
line-height: 1.3rem;
}

#vcomments p {
font-size: 1rem;
line-height: 1.5rem;
}

#vcomments hr {
margin: 12px 0;
border: 0;
border-top: 1px solid #ccc;
}

#vcomments blockquote {
margin: 15px 0;
border-left: 5px solid #42b983;
padding: 1rem 0.8rem 0.3rem 0.8rem;
color: #666;
background-color: rgba(66, 185, 131, .1);
}

#vcomments pre {
font-family: monospace, monospace;
padding: 1.2em;
margin: .5em 0;
background: #272822;
overflow: auto;
border-radius: 0.3em;
tab-size: 4;
}

#vcomments code {
font-family: monospace, monospace;
padding: 1px 3px;
font-size: 0.92rem;
color: #e96900;
background-color: #f8f8f8;
border-radius: 2px;
}

#vcomments pre code {
font-family: monospace, monospace;
padding: 0;
color: #e8eaf6;
background-color: #272822;
}

#vcomments pre[class*="language-"] {
padding: 1.2em;
margin: .5em 0;
}

#vcomments code[class*="language-"],
pre[class*="language-"] {
color: #e8eaf6;
}

#vcomments [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
position: inherit;
margin-left: -1.3rem;
margin-right: 0.4rem;
margin-top: -1px;
vertical-align: middle;
left: unset;
visibility: visible;
}

#vcomments b,
strong {
font-weight: bold;
}

#vcomments dfn {
font-style: italic;
}

#vcomments small {
font-size: 85%;
}

#vcomments cite {
font-style: normal;
}

#vcomments mark {
background-color: #fcf8e3;
padding: .2em;
}

#vcomments table, th, td {
padding: 12px 13px;
border: 1px solid #dfe2e5;
}

table tr:nth-child(2n), thead {
background-color: #fafafa;
}

#vcomments table th {
background-color: #f2f2f2;
min-width: 80px;
}

#vcomments table td {
min-width: 80px;
}

#vcomments [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
position: inherit;
margin-left: -1.3rem;
margin-right: 0.4rem;
margin-top: -1px;
vertical-align: middle;
left: unset;
visibility: visible;
}
</style>

<div class="card valine-card" data-aos="fade-up">
<div id="vcomments" class="card-content"></div>
</div>

<script src="/libs/valine/av-min.js"></script>
<script src="/libs/valine/Valine.min.js"></script>
<!-- <script src="//unpkg.com/valine@latest/dist/Valine.min.js"></script> -->

<script>
new Valine({
el: '#vcomments',
appId: '查教程获取',
appKey: '查教程获取',
notify: 'false' === 'true',
verify: 'false' === 'true',
visitor: 'false' === 'true',
avatar: 'wavatar',
pageSize: '10',
lang: 'zh-cn',
placeholder: '如果你没有GitHub账号,还可以在这里评论啦!'
});
</script>





Expand Down
Loading

0 comments on commit 2118196

Please sign in to comment.