From ccda9ec2fe70d8f51ef184eafc04b78d22dfbabd Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期三, 26 六月 2024 15:02:28 +0800 Subject: [PATCH] 小程序,教材,课程 --- packageBookService/pages/bookServices/examination/questionOptions/index.wxss | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/questionOptions/index.wxss b/packageBookService/pages/bookServices/examination/questionOptions/index.wxss index 4df83a5..cd5ee68 100644 --- a/packageBookService/pages/bookServices/examination/questionOptions/index.wxss +++ b/packageBookService/pages/bookServices/examination/questionOptions/index.wxss @@ -18,6 +18,10 @@ color: #010101; } +.li-option image { + margin-bottom: 16rpx; +} + .page-bottom image { width: 36rpx; height: 36rpx; @@ -34,6 +38,7 @@ .popup-block { width: 100vw; height: 700rpx; + padding-bottom: 50rpx; background: #fff; border-top-left-radius: 16rpx; border-top-right-radius: 16rpx; @@ -60,12 +65,13 @@ } .question-title { - margin-top: 40rpx; + /* margin-top: 40rpx; */ display: flex; align-items: center; } .question-explain { + height: 100rpx; padding-right: 40rpx; display: flex; justify-content: flex-end; @@ -112,7 +118,7 @@ } .question-list { - margin: 46rpx 0 64rpx 0; + margin: 8rpx 0 66rpx 0; display: flex; flex-wrap: wrap; } @@ -137,13 +143,13 @@ } .error-box-color { - background-color: #EE1818; - color: #fff; + background-color: #EE1818 !important; + color: #fff !important; } .correct-box-color { - background-color: #1FBC1F; - color: #fff; + background-color: #1FBC1F !important; + color: #fff !important; } .un-answered { -- Gitblit v1.9.1