diff --git a/src/components/common/PopupQuesResult.vue b/src/components/common/PopupQuesResult.vue index 195b8fbfb..6ad428fd5 100644 --- a/src/components/common/PopupQuesResult.vue +++ b/src/components/common/PopupQuesResult.vue @@ -141,12 +141,15 @@ export default { } .tips{ font-size: 14px; - color: #666; + color: #000; + font-weight: bold; margin-bottom: 5px; } .tips:nth-child(5){ padding:10px 0; margin-bottom: 0; + color: #000; + font-weight: bold; } }