diff --git a/src/views/grateful/NoticeDetail.vue b/src/views/grateful/NoticeDetail.vue index fbbc5a94..92103511 100644 --- a/src/views/grateful/NoticeDetail.vue +++ b/src/views/grateful/NoticeDetail.vue @@ -108,7 +108,7 @@ export default { .bgc { font-size: 18px; - font-weight: 600; + // font-weight: 600; color: #000000; background: linear-gradient(180deg, rgba(56, 125, 247, 0.2) 0%, @@ -118,6 +118,7 @@ export default { padding: 40px 70px; .title { + font-weight: 600; padding: 20px; display: flex; justify-content: space-between;