From 72edd4cf722f2d76e1e38806446fe6cd44d0a28a Mon Sep 17 00:00:00 2001 From: zhcnyuyang Date: Wed, 14 May 2025 23:12:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E9=99=A4=E8=AD=A6=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ServiceProcess.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/ServiceProcess.vue b/src/components/ServiceProcess.vue index df4818d..b59547b 100644 --- a/src/components/ServiceProcess.vue +++ b/src/components/ServiceProcess.vue @@ -127,12 +127,12 @@ export default { #spdetail{ width: 100%; text-align: center; + font-family: PingFangSC-Regular; @include media-breakpoint-between(xs, md) { margin-top: 10px; overflow-wrap: break-word; color: rgba(255, 255, 255, 1); font-size: 16px; - font-family: PingFangSC-Regular; font-weight: normal; line-height: 48px; } @@ -142,7 +142,6 @@ export default { overflow-wrap: break-word; color: rgba(255, 255, 255, 1); font-size: 30px; - font-family: PingFangSC-Regular; font-weight: normal; white-space: nowrap; line-height: 48px; @@ -153,7 +152,6 @@ export default { overflow-wrap: break-word; color: rgba(255, 255, 255, 1); font-size: 36px; - font-family: PingFangSC-Regular; font-weight: normal; white-space: nowrap; line-height: 48px;