依赖 和 提交按钮样式优化

This commit is contained in:
Jesse-Ma
2022-11-29 16:40:53 +08:00
parent af869c2423
commit 05b29b5e54
10 changed files with 1570 additions and 22643 deletions

View File

@@ -13,6 +13,7 @@ export default {
</script>
<style>
.ivu-btn:focus {
box-shadow: none !important;
}
@@ -26,6 +27,7 @@ export default {
}
body {
-webkit-text-size-adjust: 100% !important;
font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial,
"PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei",
sans-serif;
@@ -92,7 +94,7 @@ body {
.noteUrl {
color: #ed4014;
font-weight: bold;
font-family: Merriweather;
font-family: Merriweather "Bitstream Vera Sans Mono", Consolas, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei";
}
@@ -110,4 +112,10 @@ body {
.hideBlock {
display: none;
}
button span {
font-size: 16px !important;
font-family: apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
margin-bottom: 5px;
}
</style>