From 4c472f6bbf82e5ef95b60ac8e417760d89a7ba36 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期五, 29 三月 2024 19:39:17 +0800 Subject: [PATCH] 购物车2 --- packageBookService/pages/bookServices/examination/questionList/index.wxss | 32 ++++++++++++++++++++++++-------- 1 files changed, 24 insertions(+), 8 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/questionList/index.wxss b/packageBookService/pages/bookServices/examination/questionList/index.wxss index 6d1613c..6e45efd 100644 --- a/packageBookService/pages/bookServices/examination/questionList/index.wxss +++ b/packageBookService/pages/bookServices/examination/questionList/index.wxss @@ -1,7 +1,7 @@ /* pages/bookServices/examination/questionList/index.wxss */ .question-list { width: 95%; - height: 85%; + height: calc(100vh - 300px); padding: 20rpx; background-color: #ffffff; @@ -12,6 +12,10 @@ .question-title { font-size: 28rpx; margin-bottom: 20rpx; +} + +.title-content { + margin-left: 10rpx; } .title-name { @@ -52,6 +56,10 @@ background-color: #F9F9F9; } +.radio-item text { + height: min-content; +} + .night { background-color: #000; color: #ffffff; @@ -70,17 +78,10 @@ } .question-stem image { - margin-left: 20rpx; width: 300rpx; object-fit: contain; height: 200rpx; } - -.title-RichText img { - width: 300rpx; - height: 200rpx; -} - .question-answer image { margin: 10rpx 0 10rpx 10rpx; @@ -226,9 +227,24 @@ .judge-rich-box { display: flex; + align-items: center; } .t-checkbox { display: flex; align-items: center; +} + +.check-rich-box { + display: flex; + align-items: center; +} + +.check-rich-box text { + height: min-content; +} + +.radio-textimg { + display: inline-block; + width: calc(100% - 90rpx); } \ No newline at end of file -- Gitblit v1.9.1