Browse Source

热点详情描述文字h3标签样式设置

(cherry picked from commit e0c70f2a78425728c7a195ce01751fd10cb8d595)
任一存 2 years ago
parent
commit
809eae3a35
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/views/HomeMobile.vue

+ 7 - 0
src/views/HomeMobile.vue

@@ -459,3 +459,10 @@ export default {
 }
 
 </style>
+
+<style lang="less">
+h3 {
+  font-size: 4.3vw;
+  color: black;
+}
+</style>