From 2573de28368b3800c6b087e603f38b027004f59a Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期二, 09 七月 2024 18:42:28 +0800 Subject: [PATCH] bug --- pages/index/bookDetail.wxss | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/pages/index/bookDetail.wxss b/pages/index/bookDetail.wxss index c0d1ef0..63c62d1 100644 --- a/pages/index/bookDetail.wxss +++ b/pages/index/bookDetail.wxss @@ -1 +1,7 @@ -/* pages/index/bookDetail.wxss */ \ No newline at end of file +/* pages/index/bookDetail.wxss */ + +.box { + height: 100vh; + padding: 200rpx 0; + text-align: center; +} \ No newline at end of file -- Gitblit v1.9.1