From b273028fde3178d2643312c66d943b12f2c1bfad Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 21 三月 2024 09:26:06 +0800 Subject: [PATCH] 图书分类、图书列表、图书详情·页测试bug修改 --- packageBookService/pages/bookServices/detail/index.wxss | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/index.wxss b/packageBookService/pages/bookServices/detail/index.wxss index b7ae2c6..0a96f52 100644 --- a/packageBookService/pages/bookServices/detail/index.wxss +++ b/packageBookService/pages/bookServices/detail/index.wxss @@ -295,4 +295,9 @@ --td-button-primary-border-color: #ff6c00; --td-button-primary-active-bg-color: #ff984d; --td-button-primary-active-border-color: #ff984d; +} + +.noData { + /* width: 500rpx; + height: 500rpx; */ } \ No newline at end of file -- Gitblit v1.9.1