From 12cc87a1f2f9b91359d3ca43fe052440d9890dac Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期二, 09 四月 2024 19:12:22 +0800 Subject: [PATCH] 购物车跳转图书详情 --- 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