From cdfdcec9cc8a7644e70fb28d39a01d438cc74496 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期一, 25 三月 2024 09:26:30 +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 8b09d1f..5148c91 100644 --- a/packageBookService/pages/bookServices/detail/index.wxss +++ b/packageBookService/pages/bookServices/detail/index.wxss @@ -263,6 +263,14 @@ color: #fff; } +.read { + width: 50%; + display: flex; + align-items: center; + justify-content: center; + color: #fff; +} + .shopCarColor { background-color: #F1AC37; } @@ -338,4 +346,8 @@ position: absolute; top: 30rpx; left: 118rpx; +} + +.webView { + height: 500rpx; } \ No newline at end of file -- Gitblit v1.9.1