From db9fc9ed668d8a7375418cb3553a7ae47104f59e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com>
Date: Wed, 27 Sep 2023 08:47:36 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pagesB/doctordetails/doctordetails.vue | 52 ++++++++++++++++++++++++--
1 file changed, 48 insertions(+), 4 deletions(-)
diff --git a/pagesB/doctordetails/doctordetails.vue b/pagesB/doctordetails/doctordetails.vue
index 8c3b35f..7c9c2c1 100644
--- a/pagesB/doctordetails/doctordetails.vue
+++ b/pagesB/doctordetails/doctordetails.vue
@@ -1,6 +1,15 @@
-
-
+
+
+
+ 张三
+
+
+ 主任医师 肾内科
+
+
+ 山东大学齐鲁医院
+
@@ -8,12 +17,47 @@
export default {
data() {
return {
-
+
};
}
}
+ .app {
+ width: 96%;
+ margin: 20rpx auto;
+ color: #666666;
+
+ image {
+ display: block;
+ width: 150rpx;
+ height: 150rpx;
+ margin: 40rpx auto 0;
+ }
+
+ .name {
+ text-align: center;
+ margin: 40rpx auto 0;
+ font-size: 32rpx;
+ font-weight: 500;
+ color: #000000;
+ }
+
+ .Affiliation {
+ text-align: center;
+ margin: 16rpx auto 0;
+ font-size: 20rpx;
+ }
+
+ .position {
+ text-align: center;
+ margin: 20rpx auto 0;
+ font-size: 22rpx;
+ }
+ }
+
\ No newline at end of file