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