From 4371748a9786cca5596b08e9c0b170becf358f1a Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 12 二月 2025 14:35:52 +0800 Subject: [PATCH] 春节公告弹窗关闭 --- packageBookService/pages/bookServices/detail/index.wxss | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/index.wxss b/packageBookService/pages/bookServices/detail/index.wxss index c38b66f..9cd60e6 100644 --- a/packageBookService/pages/bookServices/detail/index.wxss +++ b/packageBookService/pages/bookServices/detail/index.wxss @@ -141,6 +141,18 @@ align-items: center; } +.editIcon { + margin-bottom: 14rpx; +} + +.editContent { + font-size: 28rpx; +} + +.editText { + margin: 20rpx 0; +} + .book-use image { width: 38rpx; height: 38rpx; -- Gitblit v1.9.1