From cc499362b6eba119792e113796e4da029a70fc6d Mon Sep 17 00:00:00 2001
From: queenwuli <942534046@qq.com>
Date: Sun, 27 Dec 2020 14:59:26 +0800
Subject: [PATCH] 服务单接口联调

---
 hive-app/pages/member/skinDetectionDetail.vue |   65 +++++++++++++-------------------
 1 files changed, 26 insertions(+), 39 deletions(-)

diff --git a/hive-app/pages/member/skinDetectionDetail.vue b/hive-app/pages/member/skinDetectionDetail.vue
index 8844bb5..b6618c7 100644
--- a/hive-app/pages/member/skinDetectionDetail.vue
+++ b/hive-app/pages/member/skinDetectionDetail.vue
@@ -19,26 +19,26 @@
 			/>
 		</view>
 		<view class="content" v-if="tabIndex==0">
-			<view class="flex flex-v align-center font-12">
+			<view class="flex flex-v align-center font-13">
 				<image class="content-header-img" src="../../static/images/head-img.jpg"></image>
 				<view class="flex mt-10">
 					<text>姓名: 哦豁</text>
-					<text>性别: 女</text>
+					<text class="ml-10">性别: 女</text>
 				</view>
-				<text class="mt-10">生成时间: 2020-12-21 18:22</text>
+				<text class="mt-5 gray">生成时间: 2020-12-21 18:22</text>
 			</view>
 			<view class="mt-20">
 				<view class="flex align-center">
 					<text class="iconfont icondd big-dot"></text>
-					<text class="font-14">AI诊断结果(平均概率)</text>
+					<text class="font-15 font-bold">AI诊断结果(平均概率)</text>
 				</view>
-				<view class="font-12 flex ml-10 mt-10">
+				<view class="font-13 flex ml-15 mt-10">
 					<view class="flex align-center">
-						<text class="iconfont icondd small-dot gray"></text>
+						<text class="iconfont icondd small-dot red"></text>
 						<text>敏感肌肤: 50%</text>
 					</view>
-					<view class="flex align-center">
-						<text class="iconfont icondd small-dot gray"></text>
+					<view class="flex align-center ml-20">
+						<text class="iconfont icondd small-dot red"></text>
 						<text>衰老性皮肤: 50%</text>
 					</view>
 				</view>	
@@ -46,9 +46,9 @@
 			<view class="mt-20">
 				<view class="flex align-center">
 					<text class="iconfont icondd big-dot"></text>
-					<text class="font-14">问题分析</text>
+					<text class="font-15 font-bold">问题分析</text>
 				</view>
-				<view class="flex problem-row align-center">
+				<view class="flex problem-row align-center" v-for="item in 2">
 					<view>
 						<image class="skin-img" src="../../static/images/head-img.jpg"></image>
 					</view>
@@ -57,56 +57,43 @@
 							<text class="iconfont icondd small-dot"></text>
 							<text class="font-14">敏感肌肤</text>
 						</view>
-						<text class="font-10 ml-10 mt-10">症状描述:</text>
-						<text class="font-10 ml-10 mt-10">皮肤较薄,对外界刺激很敏感,敏感性症状可见于其他各种皮肤中,受到外界刺激时,会出现肌肤泛红,发热,瘙痒、刺痛等。</text>
-					</view>
-				</view>
-				<view class="flex problem-row align-center">
-					<view>
-						<image class="skin-img" src="../../static/images/head-img.jpg"></image>
-					</view>
-					<view class="flex flex-v">
-						<view>
-							<text class="iconfont icondd small-dot"></text>
-							<text class="font-14">衰老性皮肤</text>
-						</view>
-						<text class="font-10 ml-10 mt-10">症状描述:</text>
-						<text class="font-10 ml-10 mt-10">皮肤弹性减弱,无光泽,皮下脂肪减少、变薄,皮肤松弛、下垂,皱纹增多、色素增多等。</text>
+						<text class="font-10 ml-10 mt-10 dark-gray">症状描述:</text>
+						<text class="font-10 ml-10 mt-5 gray">皮肤较薄,对外界刺激很敏感,敏感性症状可见于其他各种皮肤中,受到外界刺激时,会出现肌肤泛红,发热,瘙痒、刺痛等。</text>
 					</view>
 				</view>
 			</view>
 		</view>
 		<view class="content" v-else>
 			<view class="content-title center">
-				<text class="font-24 blue">敏感肌肤</text>
+				<text class="font-16 font-bold blue">敏感肌肤</text>
 			</view>
 			<view class="flex content-row">
 				<text class="iconfont icondd big-dot mt-10"></text>
-				<view class="flex flex-v font-14 content-row-right mr-10">
-					<text>症状描述:</text>
-					<text>皮肤较薄,对外界刺激很敏感,敏感性症状可见于其他各种皮肤中,受到外界刺激时,会出现肌肤泛红,发热,瘙痒、刺痛等。</text>
+				<view class="flex flex-v content-row-right mr-10">
+					<text class="font-15 font-bold">症状描述:</text>
+					<text class="gray mt-5 font-13">皮肤较薄,对外界刺激很敏感,敏感性症状可见于其他各种皮肤中,受到外界刺激时,会出现肌肤泛红,发热,瘙痒、刺痛等。</text>
 				</view>
 			</view>
 			<view class="flex content-row">
 				<text class="iconfont icondd big-dot mt-10"></text>
-				<view class="flex flex-v font-14 content-row-right mr-10">
-					<text>建议护理:</text>
-					<text>使用肽妍多肽护理精华液深层清洁护理。</text>
+				<view class="flex flex-v content-row-right mr-10">
+					<text class="font-15 font-bold">建议护理:</text>
+					<text class="gray mt-5 font-13">使用肽妍多肽护理精华液深层清洁护理。</text>
 				</view>
 			</view>
 			<view class="flex content-row">
 				<text class="iconfont icondd big-dot mt-10"></text>
-				<view class="flex flex-v font-14 content-row-right mr-10">
-					<text>建议使用产品:</text>
-					<view class="font-14 flex align-center mt-10">
+				<view class="flex flex-v content-row-right mr-10">
+					<text class="font-15 font-bold">建议使用产品:</text>
+					<view class="font-13 gray flex align-center mt-10">
 						<text class="iconfont iconchanpin mr-5"></text>
 						<text>抗皱肽原液</text>
 					</view>
-					<view class="font-14 flex align-center mt-10">
+					<view class="font-13 gray flex align-center mt-10">
 						<text class="iconfont iconchanpin mr-5"></text>
 						<text>眼部赋活肽原液</text>
 					</view>
-					<view class="font-14 flex align-center mt-10">
+					<view class="font-13 gray flex align-center mt-10">
 						<text class="iconfont iconchanpin mr-5"></text>
 						<text>多肽头皮护理营养精华液</text>
 					</view>
@@ -169,8 +156,8 @@
 		box-shadow:0 6px 6px rgba(237,234,244,0.5);
 	}
 	.content-header-img{
-		width: 64px;
-		height: 64px;
+		width: 80px;
+		height: 80px;
 		border-radius: 50%;
 	}
 	.big-dot{

--
Gitblit v1.9.1