From 9a0876466b8d98816294f2cae5f564b2e69972ef Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期五, 05 七月 2024 11:14:54 +0800
Subject: [PATCH] feat:提煤单详情去除通知bar

---
 pages/quality-inspection-page/qualityMy/quality-my.vue |   60 +++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 53 insertions(+), 7 deletions(-)

diff --git a/pages/quality-inspection-page/qualityMy/quality-my.vue b/pages/quality-inspection-page/qualityMy/quality-my.vue
index b47ea12..5a274ed 100644
--- a/pages/quality-inspection-page/qualityMy/quality-my.vue
+++ b/pages/quality-inspection-page/qualityMy/quality-my.vue
@@ -7,10 +7,10 @@
 					style="background: url('https://mx.jzeg.cn:9096/appimg/image/banner/driverava.png')no-repeat;background-size: cover;">
 				</view>
 				<view class="avatar-name">{{ userInfo.name || '' }}</view>
-				<view class="edit-button"><u-button type="primary"
+				<!-- <view class="edit-button"><u-button type="primary"
 						@click="editBtnClick"
 						shape="circle"
-						plain>缂栬緫涓汉璧勬枡</u-button></view>
+						plain>缂栬緫涓汉璧勬枡</u-button></view> -->
 			</view>
 			<view class="personal-information">
 				<view class="personal-information-block">
@@ -345,7 +345,7 @@
 				.avatar-imgage {
 					width: 98rpx;
 					height: 98rpx;
-					margin-left: vww(18);
+					margin-left: 5%;
 					@include flex;
 					justify-content: center;
 				}
@@ -374,9 +374,9 @@
 				justify-content: center;
 				position: relative;
 				top: vww(20);
-
 				&-block {
-					width: 690rpx;
+					width: 90%;
+					height: 300rpx;
 					background: #ffffff;
 					box-shadow: 0rpx 0rpx 14rpx 0rpx rgba(73, 120, 240, 0.14), 0rpx 7rpx 45rpx 0rpx rgba(73, 120, 240, 0.12);
 					border-radius: 20rpx;
@@ -385,12 +385,13 @@
 					justify-content: space-between;
 
 					.block-main {
-						width: 636rpx;
+						width: 100%;
 						margin: vww(10) vww(14);
 					}
 
 					.information-line {
-						@include flex width: 636rpx;
+						@include flex 
+						width: 98%;
 						height: vww(45);
 						border-bottom: 1rpx solid #f0f1f6;
 
@@ -428,6 +429,51 @@
 				}
 			}
 		}
+
+		.car-information {
+			width: 100%;
+			position: relative;
+			top: vww(410);
+			@include flex justify-content: center;
+
+			.information-main {
+				width: 690rpx;
+				height: 552rpx;
+				background: #ffffff;
+				box-shadow: 0rpx 0rpx 14rpx 0rpx rgba(73, 120, 240, 0.14), 0rpx 7rpx 45rpx 0rpx rgba(73, 120, 240, 0.12);
+				border-radius: 20rpx;
+
+				.information-body {
+					width: 636rpx;
+					margin: vww(15) vww(14);
+					@include flex flex-direction: column;
+
+					.car-img {
+						height: 246rpx;
+						width: 100%;
+						@include flex;
+						flex-direction: column;
+						align-items: flex-start;
+
+						.label-title {
+							@include flex;
+							width: 220rpx;
+							height: 100rpx;
+
+							.label-text {
+								width: 100%;
+								height: 50rpx;
+							}
+
+							image {
+								width: 50rpx;
+								height: 50rpx;
+							}
+						}
+					}
+				}
+			}
+		}
 		.switch-accounts{
 			width: 100%;
 			height: 80rpx;

--
Gitblit v1.9.1