Add files via upload

This commit is contained in:
Jesse-Ma
2022-11-22 14:58:24 +08:00
committed by GitHub
parent 732907c3b6
commit 79c1831e6f
19 changed files with 638 additions and 796 deletions

View File

@@ -13,7 +13,6 @@ export default {
</script>
<style>
.ivu-btn:focus {
box-shadow: none !important;
}
@@ -28,8 +27,8 @@ export default {
body {
font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial,
"PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei",
sans-serif;
"PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei",
sans-serif;
background-color: #dddddd;
}
@@ -42,15 +41,18 @@ body {
}
.showBlock{
.showBlock {
display: block;
}
.hideBlock{
.hideBlock {
display: none;
}
#noteText {
white-space: pre-wrap;
word-break: break-word;
word-wrap: break-word;
color: black;
padding: 10px;
vertical-align: top;
@@ -101,18 +103,11 @@ body {
font-family: "Bitstream Vera Sans Mono", Consolas, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei"
}
.showBlock{
.showBlock {
display: block;
}
.hideBlock{
.hideBlock {
display: none;
}
</style>