依赖 和 提交按钮样式优化
This commit is contained in:
10
src/App.vue
10
src/App.vue
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user