From 3ee8ab4ce32f0fc85012d8d3295ad653ff221086 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 21 三月 2024 14:54:48 +0800 Subject: [PATCH] 再一次合并代码 --- packageBookService/pages/bookServices/examination/questionList/index.wxss | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/questionList/index.wxss b/packageBookService/pages/bookServices/examination/questionList/index.wxss index 03185dd..8cb16ff 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: 100%; - height: 90%; + width: 95%; + height: 86%; padding: 20rpx; background-color: #ffffff; border-radius: 20rpx; @@ -49,6 +49,10 @@ align-items: center; justify-content: space-between; background-color: #F9F9F9; +} + +.radio-active { + background-color: #ff6c00; } .radio-correct { @@ -113,7 +117,7 @@ .analysis-answer { display: flex; - justify-content: space-between; + /* justify-content: space-between; */ } .answer-correct { @@ -124,6 +128,15 @@ color: #EE1818; } +.marginL { + margin-left: 140rpx; +} + +.answer-center { + display: flex; + align-items: center; +} + .answer-text { font-size: 40rpx; } -- Gitblit v1.9.1