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;