From d5271c3fa0358e3cb8148802ec676b312b3e1789 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Tue, 5 Nov 2024 16:42:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- patient/pages/hivConsult/hivConsult.wxml | 2 +- patient/pages/hivConsult/hivConsult.wxss | 3 ++- patient/pages/kepuList/kepuList.wxml | 2 +- patient/pages/kepuList/kepuList.wxss | 3 ++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/patient/pages/hivConsult/hivConsult.wxml b/patient/pages/hivConsult/hivConsult.wxml index 1c8cae1..9a6574f 100644 --- a/patient/pages/hivConsult/hivConsult.wxml +++ b/patient/pages/hivConsult/hivConsult.wxml @@ -55,7 +55,7 @@ {{item.article_title}} - + {{item.article_science_source.source_name}} diff --git a/patient/pages/hivConsult/hivConsult.wxss b/patient/pages/hivConsult/hivConsult.wxss index b2bce1a..ae62d02 100644 --- a/patient/pages/hivConsult/hivConsult.wxss +++ b/patient/pages/hivConsult/hivConsult.wxss @@ -380,10 +380,11 @@ color: #333333; justify-content: space-between; } .classify .originname{ - margin-left: 10rpx; + font-size: 24rpx; color: #666666; } .classify .logo{ + margin-right: 10rpx; height:38rpx; } \ No newline at end of file diff --git a/patient/pages/kepuList/kepuList.wxml b/patient/pages/kepuList/kepuList.wxml index fb31722..635612a 100644 --- a/patient/pages/kepuList/kepuList.wxml +++ b/patient/pages/kepuList/kepuList.wxml @@ -6,7 +6,7 @@ {{item.article_title}} - + {{item.article_science_source.source_name}} diff --git a/patient/pages/kepuList/kepuList.wxss b/patient/pages/kepuList/kepuList.wxss index cbab6ce..85dfafd 100644 --- a/patient/pages/kepuList/kepuList.wxss +++ b/patient/pages/kepuList/kepuList.wxss @@ -43,10 +43,11 @@ color: #333333; justify-content: space-between; } .originname{ - margin-left: 10rpx; + font-size: 24rpx; color: #666666; } .logo{ + margin-right: 10rpx; height:38rpx; } \ No newline at end of file