From e8ef9ac64bbfd443d01f230da370bf5b9ecb14b7 Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期一, 20 五月 2024 18:07:31 +0800 Subject: [PATCH] 地域图谱标点效果 --- src/static/initialize.css | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/static/initialize.css b/src/static/initialize.css index 7e999de..04fae22 100644 --- a/src/static/initialize.css +++ b/src/static/initialize.css @@ -5,8 +5,8 @@ } html { - font-size: calc(100vw / 1440 * 96) !important; - /* font-size: 10px; */ + /* font-size: calc(100vw / 1440 * 96) !important; */ + font-size: 100px; } body { @@ -63,7 +63,7 @@ } /* 瀛椾綋瀹嬩綋 */ -.font-family { +* { font-family: 瀹嬩綋; } .fontFamily { @@ -114,3 +114,11 @@ width: 100%; height: 100%; } + +uni-page-wrapper { + width: 100%; +} +uni-page-body { + width: 100%; + height: 100%; +} -- Gitblit v1.9.1