From 3da442cd47a206d0edffb4606d07c305f9d54cd9 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Tue, 16 Nov 2021 10:11:34 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/views/securityGuard/securityGuard.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/views/securityGuard/securityGuard.vue b/src/views/securityGuard/securityGuard.vue
index f8865a8..0c479bc 100644
--- a/src/views/securityGuard/securityGuard.vue
+++ b/src/views/securityGuard/securityGuard.vue
@@ -2296,7 +2296,7 @@
 // 抬头名字
 .security_m_l_titleName {
   position: absolute;
-  top: 45px;
+  top: 35px;
   left: 121px;
   right: 0;
   line-height: 45px;
@@ -2304,7 +2304,7 @@
 }
 
 //发证时间
-$timeTop: 312px; //整体高度
+$timeTop: 310px; //整体高度
 //年
 .security_m_l_titlepaperTimenian {
   position: absolute;
@@ -2332,7 +2332,7 @@
 //证件编号
 .security_m_l_downsecuritynumber {
   position: absolute;
-  top: 386px; //整体高度
+  top: 384px; //整体高度
   left: 145px;
 }
 
@@ -2341,7 +2341,7 @@
 $centerLeft: 458px;
 .security_m_r_o_right {
   position: absolute;
-  top: $downTop + $lineHigeht * 0-2px;
+  top: $downTop + $lineHigeht * 0-12px;
   left: $centerLeft;
   // width: $rightWidth;
 }
@@ -2349,7 +2349,7 @@
 // 生日
 .security_m_r_o_rightbirthday {
   position: absolute;
-  top: $downTop + $lineHigeht * 1-4px;
+  top: $downTop + $lineHigeht * 1-14px;
   left: $centerLeft;
   // width: $rightWidth;
 }
@@ -2357,7 +2357,7 @@
 // 地址
 .security_m_r_o_rightaddress {
   position: absolute;
-  top: $downTop + $lineHigeht * 2 -6px;
+  top: $downTop + $lineHigeht * 2 -16px;
   left: $centerLeft;
   width: 185px;
 }
@@ -2365,7 +2365,7 @@
 // 身份证
 .security_m_r_o_rightcardid {
   position: absolute;
-  top: $downTop + $lineHigeht * 4 +10px;
+  top: $downTop + $lineHigeht * 4 +0px;
   left: $centerLeft;
   // width: $rightWidth;
 }

--
Gitblit v1.9.3