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

This commit is contained in:
勾通
2025-10-27 11:25:42 +08:00
parent 6a92e90d0f
commit 2246107311

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;
} }
} }