From b51a317c7c3db9757317f34902fe869caae130b9 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Tue, 09 Dec 2025 17:54:40 +0800
Subject: [PATCH] feat:更新任务管理详情任务

---
 src/styles/element-ui.scss |   95 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 95 insertions(+), 0 deletions(-)

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index ffb58cb..45c88e3 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -552,6 +552,101 @@
 		  }
 	  }
   }
+.ztzf-custom-qrcode-popover {
+	background: url("@/assets/images/home/eventOverviewDetail/qrCodeBg.png") no-repeat center center !important;
+	background-size: cover !important;
+	border: none !important;
+	border-radius: 0 !important;
+	box-shadow: none !important;
+	padding: 5px;
+	min-width: 173px !important;
+	height: 180px !important;
+
+	/* 隐藏默认箭头 */
+	.el-popper__arrow {
+		display: none !important;
+	}
+
+	/* 调整二维码内容区域样式 */
+	.qrcode-content {
+		background: #fff;
+		padding: 5px;
+		display: flex;
+		justify-content: center;
+		align-items: center;
+		width: 146px;
+		height: 130px;
+		margin-top: 12px;
+
+		.close-btn {
+			position: absolute;
+			top: 3px;
+			right: 3px;
+			width: 20px;
+			height: 20px;
+
+			color: white;
+			border-radius: 50%;
+			display: flex;
+			align-items: center;
+			justify-content: center;
+			cursor: pointer;
+			z-index: 100;
+		}
+	}
+}
+
+.ztzf-dialog-video {
+	background: #0f1929;
+	box-shadow: inset 0px -50px 50px 0px rgba(27, 148, 255, 0.13);
+	border-radius: 20px 0px 0px 0px;
+	border: 2px solid;
+	padding: 0 !important;
+
+	border-image: linear-gradient(180deg,
+					rgba(81, 168, 255, 0),
+					rgba(48, 111, 202, 1),
+					rgba(255, 255, 255, 1),
+					rgba(27, 148, 255, 1)) 2 2;
+
+	.el-dialog__header {
+		width: 100%;
+		height: 47px;
+		//padding: 0;
+		margin-bottom: 14px;
+		//background: url("/src/assets/images/home/inspection-vector.png") no-repeat center;
+		//background-size: 100% 100%;
+		font-weight: bold;
+		font-size: 16px;
+		line-height: 47px;
+	}
+
+	.el-dialog__title {
+		width: 112px;
+
+		font-family: Segoe UI, Segoe UI;
+		font-weight: bold;
+		font-size: 16px;
+
+		text-shadow: 0px 0px 5px rgba(154, 218, 255, 0.6);
+		text-align: left;
+		font-style: normal;
+		text-transform: none;
+		background: linear-gradient(90deg, #fbfdff 0%, #86d4ff 100%);
+		margin-left: 16px;
+		-webkit-background-clip: text;
+		-webkit-text-fill-color: transparent;
+	}
+
+	.el-dialog .el-dialog__header {
+		padding: 0px !important;
+		padding-left: 0px !important;
+	}
+
+	.el-scrollbar__thumb {
+		background: #13c6ff !important;
+	}
+}
   //======以下针对表格功能 增删查改样式和弹窗=========
   .ztzf-dialog-mange {
 	.el-dialog__body {

--
Gitblit v1.9.3