From 6a7e1f5b8a08728860140652d442209f810d58e1 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期一, 01 四月 2024 16:12:21 +0800 Subject: [PATCH] 问题修改 --- packageBookService/pages/bookServices/detail/index.wxss | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/index.wxss b/packageBookService/pages/bookServices/detail/index.wxss index d9e7d14..1f96b4b 100644 --- a/packageBookService/pages/bookServices/detail/index.wxss +++ b/packageBookService/pages/bookServices/detail/index.wxss @@ -249,6 +249,10 @@ box-sizing: border-box; } +.tryRead { + width: 120rpx; +} + .btn-text { font-size: 24rpx; color: #010101; @@ -258,7 +262,8 @@ margin-bottom: 6rpx; } -.bottom-btn:nth-child(1) { +.bottom-btn:nth-child(1), +.bottom-btn:nth-child(2) { border-right: 1px solid #DDD; } @@ -278,6 +283,7 @@ align-items: center; justify-content: center; color: #fff; + background-color: #F14B3B; } .shopCarColor { -- Gitblit v1.9.1