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; color: #fff; } .correct-box-color { background-color: #1FBC1F; color: #fff; } .un-answered { background-color: #F1F3F8; color: #B4B6BD;