From 99dfeb5fc86bce593a5d3f43f45c26eedc00ab0a Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期二, 10 九月 2024 16:28:54 +0800 Subject: [PATCH] bug --- packageBookService/pages/bookServices/detail/index.wxss | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/index.wxss b/packageBookService/pages/bookServices/detail/index.wxss index e37f3b9..9ad1816 100644 --- a/packageBookService/pages/bookServices/detail/index.wxss +++ b/packageBookService/pages/bookServices/detail/index.wxss @@ -612,6 +612,22 @@ background: #f1f1f1; } +.t-cell::after { + border-bottom: none !important; +} + +.info-center .t-cell { + border: 2rpx solid #D9D9D9; + border-radius: 15rpx; + padding: 10rpx !important; +} + +.info-center .t-cell__note { + width: 98%; + justify-content: flex-start !important; +} + + .deleteBtn { width: 30rpx; height: 30rpx; -- Gitblit v1.9.1