From e90c18770dfccded106c395c05dbc88d8fd99040 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 15 四月 2024 16:17:21 +0800 Subject: [PATCH] 答题器,详情页bug修改 --- packageBookService/pages/bookServices/examination/questionOptions/index.wxss | 25 +++++++++++++++++++++---- 1 files changed, 21 insertions(+), 4 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/questionOptions/index.wxss b/packageBookService/pages/bookServices/examination/questionOptions/index.wxss index 50a6e03..45afba8 100644 --- a/packageBookService/pages/bookServices/examination/questionOptions/index.wxss +++ b/packageBookService/pages/bookServices/examination/questionOptions/index.wxss @@ -34,6 +34,7 @@ .popup-block { width: 100vw; height: 700rpx; + padding-bottom: 50rpx; background: #fff; border-top-left-radius: 16rpx; border-top-right-radius: 16rpx; @@ -60,7 +61,7 @@ } .question-title { - margin-top: 40rpx; + /* margin-top: 40rpx; */ display: flex; align-items: center; } @@ -71,12 +72,16 @@ justify-content: flex-end; } -.explain-un-answered { +.explain-un-answered, +.correct-box, +.error-box { margin-left: 80rpx; } .explain-answered, -.explain-un-answered { +.explain-un-answered, +.correct-box, +.error-box { display: flex; align-items: center; } @@ -108,7 +113,7 @@ } .question-list { - margin: 46rpx 0 64rpx 0; + margin: 8rpx 0 66rpx 0; display: flex; flex-wrap: wrap; } @@ -130,6 +135,16 @@ .answered { background-color: #FF6C00; color: #fff; +} + +.error-box-color { + background-color: #EE1818 !important; + color: #fff !important; +} + +.correct-box-color { + background-color: #1FBC1F !important; + color: #fff !important; } .un-answered { @@ -195,6 +210,7 @@ .brightness-slider { width: 80%; + --td-slider-active-color: #ff6c00; } .test-radio { @@ -208,6 +224,7 @@ .test-radio image { width: 34rpx; height: 34rpx; + margin-right: 18rpx; } .card { -- Gitblit v1.9.1