#
whycq
2023-11-21 c47270ff1962e5554a1caa5274fa9723421801c8
App.vue
@@ -18,6 +18,56 @@
      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>
   .status_bar {
      height: var(--status-bar-height);
      width: 100%;
      background-color: #FFF;
      position: sticky;
      top: 0;
   }
   .search-bg {
      background-color: #FFF;
      padding: 16rpx;
      position: sticky;
      top: 88rpx;
      z-index: 999;
      /* #ifdef APP-PLUS  */
      top: 148rpx;
      /* #endif */
   }
   @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: 100rpx;
      right: 40rpx;
      width: 80rpx;
      height: 80rpx;
      background-color: #46a7ff;
      color: #FFF;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
   }
</style>