From bf88b2ecaaddc09602e970dafc6a26aafaf68b67 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期一, 15 四月 2024 09:29:10 +0800 Subject: [PATCH] 音频bug --- packageBookService/pages/bookServices/examination/questionOptions/index.wxss | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/questionOptions/index.wxss b/packageBookService/pages/bookServices/examination/questionOptions/index.wxss index 4df83a5..713cfc9 100644 --- a/packageBookService/pages/bookServices/examination/questionOptions/index.wxss +++ b/packageBookService/pages/bookServices/examination/questionOptions/index.wxss @@ -137,13 +137,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