Browse Source

将字体调的更显眼

Michael Wang 6 năm trước cách đây
mục cha
commit
f71aa5074c
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      src/App.vue
  2. 1 1
      src/styles/global.css

+ 1 - 1
src/App.vue

@@ -44,6 +44,6 @@ export default {
   font-weight: normal;
   font-stretch: normal;
   /* line-height: 20px; */
-  color: #999999;
+  color: #777777;
 }
 </style>

+ 1 - 1
src/styles/global.css

@@ -9,7 +9,7 @@
 
 .qm-primary-strong-text {
   font-size: 14px;
-  font-weight: normal;
+  font-weight: bold;
   font-stretch: normal;
   line-height: 14px;
   letter-spacing: 0px;