From 1fd211c2528c8ba7fff173c60b31acbc5807c809 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期一, 25 三月 2024 18:17:37 +0800 Subject: [PATCH] 图标,首页 --- packageBookService/pages/bookServices/examination/questionList/index.wxss | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/questionList/index.wxss b/packageBookService/pages/bookServices/examination/questionList/index.wxss index 0e45e42..f6efb94 100644 --- a/packageBookService/pages/bookServices/examination/questionList/index.wxss +++ b/packageBookService/pages/bookServices/examination/questionList/index.wxss @@ -51,16 +51,21 @@ background-color: #F9F9F9; } +.night { + background-color: #000; + color: #ffffff; +} + .radio-active { background-color: #fff0e6; } .radio-correct { - background-color: #EAF7EE; + background-color: #EAF7EE !important; } .radio-error { - background-color: #FFEBEB; + background-color: #FFEBEB !important; } .question-stem image { @@ -148,8 +153,7 @@ .analysis-title-box { display: inline-block; - width: 160rpx; - height: 52rpx; + /* width: 160rpx; */ white-space: nowrap; } -- Gitblit v1.9.1