tangzy
2021-11-16 3da442cd47a206d0edffb4606d07c305f9d54cd9
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;
}