From f10d1c14a59343f3ad6bafa4762363427be0c89b Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期五, 08 三月 2024 18:23:47 +0800 Subject: [PATCH] feat(绕太阳): 人 --- pages/bookExhibitionList/index.wxss | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/pages/bookExhibitionList/index.wxss b/pages/bookExhibitionList/index.wxss index 6d82580..f094d7a 100644 --- a/pages/bookExhibitionList/index.wxss +++ b/pages/bookExhibitionList/index.wxss @@ -1,5 +1,21 @@ /* pages/bookExhibitionList/index.wxss */ +.nacigationBar { + background-color: #fff; + display: flex; + align-items: center; + +} + +.navbar-title { + white-space: nowrap; + /* overflow: hidden; */ + text-overflow: ellipsis; + color: #0F1214; + font-size: 40rpx; + font-weight: bold; + margin-bottom: 5rpx; +} .outside { -- Gitblit v1.9.1