From 31e79dddec640aaf281a4b8bf57799bab3677623 Mon Sep 17 00:00:00 2001 From: yaoyuhao Date: Thu, 7 Dec 2023 17:30:06 +0800 Subject: [PATCH 1/2] 1 --- src/assets/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/base.css b/src/assets/base.css index 8816868..68f6674 100644 --- a/src/assets/base.css +++ b/src/assets/base.css @@ -60,7 +60,7 @@ body { min-height: 100vh; - color: var(--color-text); + /* color: var(--color-text); */ background: var(--color-background); transition: color 0.5s, From e00d9788ee04520544c665fd01082eccda030c0a Mon Sep 17 00:00:00 2001 From: liuyalei Date: Thu, 7 Dec 2023 17:35:33 +0800 Subject: [PATCH 2/2] add --- src/views/IndexChat.vue | 177 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 172 insertions(+), 5 deletions(-) diff --git a/src/views/IndexChat.vue b/src/views/IndexChat.vue index 11eaf6b..f772756 100644 --- a/src/views/IndexChat.vue +++ b/src/views/IndexChat.vue @@ -162,14 +162,43 @@ -
+
{{ message.text }}
-
-
神经内科
-
预约
+
+
+ 推荐指数:98 +
+
+
+ +
+
+ 白亮 + 主任医师 +
+
+ 象山县中医医院 +
+ 神经外科 +
+
+
剩余号源1
+
+
+
推荐理由:
+
离家近
+
主任医师
+
号源紧张
+ +
+ +
+
+ +
@@ -641,7 +670,144 @@ const scollToButtom = () => { } } -.card4 {} +.card4 { + width: 300px; + height: 580px; + border-radius: 16px; + background-color: #fff; + box-sizing: border-box; + padding: 16px; + border: 1px solid red; + + .c_top { + margin-bottom: 12px; + } + + .c_bt { + .helper { + .help_top { + + } + + .help_botom { + .card_top { + display: flex; + padding: 16px; + box-sizing: border-box; + + img { + width: 50px; + height: 50px; + border-radius: 5px; + margin-right: 12px; + } + + .desc { + .name { + + .fullname { + font-size: 14px; + font-family: PingFang SC, PingFang SC; + font-weight: 500; + color: #333333; + line-height: 14px; + } + + .workername { + font-size: 12px; + font-family: PingFang SC, PingFang SC; + font-weight: 500; + color: #666666; + margin-left: 8px; + } + } + + + .work_tag { + font-size: 12px; + font-family: PingFang SC, PingFang SC; + font-weight: 400; + color: #999999; + display: flex; + align-items: center; + + .xie { + width: 1px; + border: 1px solid #999999; + height: 12px; + margin: 0px 10px; + opacity: 0.5; + } + } + + .source_tag { + font-size: 12px; + font-family: PingFang SC, PingFang SC; + font-weight: 400; + color: #4379FF; + display: flex; + align-items: center; + justify-content: flex-start; + + .tagitm { + border: 1px solid #4379FF; + padding: 0px 2px; + text-align: center; + height: 16px; + line-height: 16px; + + } + } + + .reson { + font-size: 12px; + font-family: PingFang SC, PingFang SC; + font-weight: 400; + color: #666666; + display: flex; + align-items: center; + flex-wrap: wrap; + margin-top: 8px; + .fill_tag { + height: 16px; + background: #C2D2FC; + border-radius: 4px 4px 4px 4px; + font-size: 10px; + font-family: PingFang SC, PingFang SC; + font-weight: 400; + color: #4379FF; + display: flex; + align-items: center; + justify-content: center; + padding: 4px; + margin-right: 2px; + } + + .fill_tag_warn { + background-color: #FFD7C0; + color: #FF5D29; + border-radius: 4px 4px 4px 4px; + } + } + + .detail { + font-size: 10px; + font-family: PingFang SC, PingFang SC; + font-weight: 400; + color: #999999; + line-height: 14px; + margin-top: 12px; + } + } + } + + } + + } + } + + +} .card5 { width: 280px; @@ -657,6 +823,7 @@ const scollToButtom = () => { top: 50%; transform: translateY(-44%); right: -35px; + img { width: 100%; height: 100%;