#
zhou zhou
8 天以前 bccdb8f81c07c8a9cdcd6838173dfd1c73c98d90
App.vue
@@ -12,11 +12,38 @@
   }
</script>
<style>
<style lang="scss">
   /*每个页面公共css */
   body {
      background-color: #f1f1f1;
      color: #606266;
      font-family: Helvetica Neue, Helvetica, sans-serif;
   @import "@/uni_modules/uview-ui/index.scss";
   @import "colorui/main.css";
   @import "colorui/icon.css";
   /* 引入字体文件 */
   @font-face {
      font-family: a4;
      src: url('@/static/family/HarmonyOS_Sans_SC_Regular.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
   }
</style>
   @font-face {
      font-family: a3;
      src: url('@/static/family/HarmonyOS_Sans_SC_Light.ttf') format('truetype');
      font-weight: 300;
      font-style: normal;
   }
   @font-face {
      font-family: a1;
      src: url('@/static/family/HarmonyOS_Sans_SC_Bold.ttf') format('truetype');
      font-weight: bold;
      font-style: normal;
   }
   @font-face {
      font-family: a2;
      src: url('@/static/family/HarmonyOS_Sans_SC_Black.ttf') format('truetype');
      font-weight: 900;
      font-style: normal;
   }
</style>