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 | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/questionOptions/index.wxss b/packageBookService/pages/bookServices/examination/questionOptions/index.wxss index 4df83a5..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; } @@ -112,7 +113,7 @@ } .question-list { - margin: 46rpx 0 64rpx 0; + margin: 8rpx 0 66rpx 0; display: flex; flex-wrap: wrap; } @@ -137,13 +138,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