From 4b825fa4ee464ff66ee0f5e71464aeae57183b0c Mon Sep 17 00:00:00 2001 From: zhangsir Date: Tue, 25 Jun 2024 15:18:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/learnPath/pathSearch.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pages/learnPath/pathSearch.vue b/pages/learnPath/pathSearch.vue index e9689e3..f2e93f0 100644 --- a/pages/learnPath/pathSearch.vue +++ b/pages/learnPath/pathSearch.vue @@ -198,6 +198,9 @@ display: flex; justify-content: space-between; align-items: center; + font-weight: 400; + font-size: 28rpx; + color: #666666; .img{ width: 20rpx; height: 10rpx; @@ -245,6 +248,9 @@ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; + font-weight: 400; + font-size: 28rpx; + color: #666666; .text{ font-weight: 400; font-size: 28rpx; @@ -263,6 +269,9 @@ background: #EAF2FF; border-radius: 34rpx; border: 1rpx solid #387DF7; + font-weight: 400; + font-size: 28rpx; + color: #387DF7; } }