From f07b70558d5b84f1070470229037629bc1ace006 Mon Sep 17 00:00:00 2001
From: wjt <1797368093@qq.com>
Date: 星期六, 22 六月 2024 14:39:30 +0800
Subject: [PATCH] 接口对接

---
 policy/dataLook/dataLook.scss |   25 ++++++++++++++++++++++---
 1 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/policy/dataLook/dataLook.scss b/policy/dataLook/dataLook.scss
index 0444d58..dbf5ca5 100644
--- a/policy/dataLook/dataLook.scss
+++ b/policy/dataLook/dataLook.scss
@@ -3,10 +3,14 @@
 	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;
 	.box{
 		margin: 32rpx 32rpx 20rpx;
 		background-color: white;
@@ -61,12 +65,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 +98,7 @@
 			margin: 0 5rpx;
 		}
 	}
+	.origin{
+		color: #FE7B32;
+	}
 }
\ No newline at end of file

--
Gitblit v1.9.1