From 46484b9bea431054820dd30b33f0255aff366ee7 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期三, 17 四月 2024 18:07:38 +0800 Subject: [PATCH] 2024417bug --- pages/bookExhibitionList/index.wxss | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/pages/bookExhibitionList/index.wxss b/pages/bookExhibitionList/index.wxss index 3244fa5..6eb61f8 100644 --- a/pages/bookExhibitionList/index.wxss +++ b/pages/bookExhibitionList/index.wxss @@ -53,6 +53,7 @@ -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin: 20rpx; + margin-left: 30rpx; } @@ -135,7 +136,10 @@ .menuBox { display: flex; - height: 75rpx; + /* height: 75rpx; */ + margin-top: 10rpx; + align-items: center; + } .assembleContent { @@ -255,6 +259,7 @@ height: calc(100vh - 300rpx); /* width: calc(100vw - 60rpx); */ /* height: 700rpx; */ + } -- Gitblit v1.9.1