【FIX】测评特别提示样式修改

(cherry picked from commit 2246107311)
This commit is contained in:
勾通
2025-10-27 11:25:42 +08:00
parent 5092267900
commit af0af2d145

View File

@@ -141,12 +141,15 @@ export default {
} }
.tips{ .tips{
font-size: 14px; font-size: 14px;
color: #666; color: #000;
font-weight: bold;
margin-bottom: 5px; margin-bottom: 5px;
} }
.tips:nth-child(5){ .tips:nth-child(5){
padding:10px 0; padding:10px 0;
margin-bottom: 0; margin-bottom: 0;
color: #000;
font-weight: bold;
} }
} }