From bd3c5bd24f0d5c5b8669bb034a75d46d7a10599d Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 10 四月 2024 11:15:39 +0800 Subject: [PATCH] 资源购买页tree组件勾选联通上下级功能完善 --- packageBookService/pages/bookServices/examination/questionOptions/index.wxss | 18 ++++++++++++++++-- 1 files changed, 16 insertions(+), 2 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/questionOptions/index.wxss b/packageBookService/pages/bookServices/examination/questionOptions/index.wxss index 291ce81..713cfc9 100644 --- a/packageBookService/pages/bookServices/examination/questionOptions/index.wxss +++ b/packageBookService/pages/bookServices/examination/questionOptions/index.wxss @@ -71,12 +71,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; } @@ -132,6 +136,16 @@ color: #fff; } +.error-box-color { + background-color: #EE1818 !important; + color: #fff !important; +} + +.correct-box-color { + background-color: #1FBC1F !important; + color: #fff !important; +} + .un-answered { background-color: #F1F3F8; color: #B4B6BD; -- Gitblit v1.9.1