From 72edc07a7fe714316d318708710c150f7d247bbc Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 28 三月 2024 11:50:19 +0800 Subject: [PATCH] 图书分类、列表、详情页bug修改 --- packageBookService/pages/bookServices/examination/questionList/index.wxss | 34 ++++++++++++++++++++++++++++++++++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/questionList/index.wxss b/packageBookService/pages/bookServices/examination/questionList/index.wxss index 9bcc3d8..6d1613c 100644 --- a/packageBookService/pages/bookServices/examination/questionList/index.wxss +++ b/packageBookService/pages/bookServices/examination/questionList/index.wxss @@ -197,4 +197,38 @@ display: flex; justify-content: center; align-items: center; +} + +.multipleChoice img { + width: 40rpx !important; +} + +/* .judge-rich-image { + max-height: 300rpx !important; +} */ + + +.stem-rich-img { + max-width: 300rpx !important; + height: auto; + object-fit: contain; +} + +.option-rich-img { + max-width: 180rpx !important; + height: auto; + object-fit: contain; +} + +.stem-rich-p { + display: block; +} + +.judge-rich-box { + display: flex; +} + +.t-checkbox { + display: flex; + align-items: center; } \ No newline at end of file -- Gitblit v1.9.1