From bfbced1434833586988c36fe2670527bb5b2274d Mon Sep 17 00:00:00 2001
From: 346149741 <346149741@qq.com>
Date: 星期二, 27 八月 2024 11:59:52 +0800
Subject: [PATCH] 修复选择同行人

---
 policy/dataLook/dataLook.scss |   46 ++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 42 insertions(+), 4 deletions(-)

diff --git a/policy/dataLook/dataLook.scss b/policy/dataLook/dataLook.scss
index 0444d58..487f4c2 100644
--- a/policy/dataLook/dataLook.scss
+++ b/policy/dataLook/dataLook.scss
@@ -3,12 +3,18 @@
 	height: 380rpx;
 	flex-shrink: 0;
 	background: linear-gradient(180deg, #1171E0 42.5%, #F4F4F4 100%);
+	position: fixed;
+	// top: 50px;
+	z-index: -1;
 }
 .page-main{
-	position: relative;
-	top: -380rpx;
+	// position: relative;
+	// top: -380rpx;
+	padding-bottom: 140rpx;
+	padding-top: 20rpx;
 	.box{
-		margin: 32rpx 32rpx 20rpx;
+		margin: 0 32rpx 20rpx;
+		
 		background-color: white;
 		border-radius: 10rpx;
 		padding: 24rpx 0;
@@ -61,12 +67,24 @@
 				}
 				.value{
 					font-weight: 500;
+					font-size: 32rpx;
 				}
 				.width-set{
 					width: 80%;
 					display: flex;
 					justify-content: flex-start;align-items: center;
-					
+					image{
+						width: 48rpx;
+						height: 48rpx;
+						margin-right: 36rpx;
+					}
+					.set-index{
+						width: 48rpx;
+						height: 48rpx;
+						line-height: 48rpx;
+						text-align: center;
+						display: inline-block;
+					}
 				}
 				
 			}
@@ -82,4 +100,24 @@
 			margin: 0 5rpx;
 		}
 	}
+	.origin{
+		color: #FE7B32;
+	}
+}
+.set-y{
+
+}
+.set-flex-progress{
+	display: flex;
+	justify-content: flex-start;
+	align-items: flex-start;
+	.name{
+		text-align: right;
+		width: 25%;
+		font-size: 26rpx;
+		margin-right: 20rpx;
+	}
+	.progress{
+		width: calc(100% - 25% - 20rpx);
+	}
 }
\ No newline at end of file

--
Gitblit v1.9.1