#
whycq
2023-11-04 8cdb02f1c90e1bfaaba32d6a0d7ce43e7ba323cf
App.vue
@@ -18,6 +18,40 @@
      background-color: #f1f1f1;
      font-size: 28upx;
      color: #333333;
      font-family: Helvetica Neue, Helvetica, sans-serif;
      font-family: 'my-font',Helvetica Neue, Helvetica, sans-serif;
   }
</style>
   .search-bg {
      background-color: #FFF;
   }
   @font-face {
      font-family: my-font;
      src: url('./static/font/NotoSansCJK-Light-3.otf');
   }
   .status_bar {
      height: var(--status-bar-height);
      width: 100%;
      background-color: #FFF;
      z-index: 99999;
   }
   .city {
      display: flex;
      align-items: center;
   }
   .fxbtn {
      position: fixed;
      bottom: 50px;
      right: 10px;
      width: 40px;
      height: 40px;
      background-color: #46a7ff;
      color: #FFF;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
   }
</style>