From 103db27cd0ca6b3305e95170dc297380f97fcc70 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期四, 25 四月 2024 17:05:47 +0800 Subject: [PATCH] bug3 --- packageBookService/pages/bookServices/list/index.wxss | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/packageBookService/pages/bookServices/list/index.wxss b/packageBookService/pages/bookServices/list/index.wxss index 02451f1..d2a9887 100644 --- a/packageBookService/pages/bookServices/list/index.wxss +++ b/packageBookService/pages/bookServices/list/index.wxss @@ -1,5 +1,6 @@ /* pages/bookServices/list/index.wxss */ @import "./index.skeleton.wxss"; + page { background-color: #f7f7f7; } @@ -253,4 +254,8 @@ .refresh-container { margin: 0 auto; +} + +.t-radio { + font-size: var(--td-radio-font-size, 28rpx) !important; } \ No newline at end of file -- Gitblit v1.9.1