From 04122cba75e50a407fc6bc6a1a77cb598f497fab Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期五, 17 十一月 2023 10:58:32 +0800
Subject: [PATCH] #
---
App.vue | 35 +++++++++++++++++++++++++++++++++--
1 files changed, 33 insertions(+), 2 deletions(-)
diff --git a/App.vue b/App.vue
index 5b22a79..d7bded1 100644
--- a/App.vue
+++ b/App.vue
@@ -18,9 +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;
}
+
.search-bg {
background-color: #FFF;
}
-</style>
+
+ @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>
\ No newline at end of file
--
Gitblit v1.9.1