Browse Source

人脸识别样式调整

kk.shi 3 years ago
parent
commit
503db3362b
2 changed files with 10 additions and 2 deletions
  1. 5 1
      pages/welfareMall/staff/isStaff.wxss
  2. 5 1
      pages/welfareMall/staff/noStaff.wxss

+ 5 - 1
pages/welfareMall/staff/isStaff.wxss

@@ -26,6 +26,7 @@ page{
 
 .noStaff-head{
   justify-content: space-between;
+  position: relative;
 }
 
 .head-noStaff-logo{
@@ -33,13 +34,16 @@ page{
   height: 164rpx;
   border-radius: 50%;
   overflow :  hidden ;
+  position: absolute;
+  bottom: 130rpx;
 }
 
 .head-text{
   font-size: 36rpx;
   font-weight: 500;
   color: #F6C6A3;
-  margin-bottom: 34rpx;
+  position: absolute;
+  bottom: 34rpx;
 }
 
 .noStaff-content{

+ 5 - 1
pages/welfareMall/staff/noStaff.wxss

@@ -26,6 +26,7 @@ page{
 
 .noStaff-head{
   justify-content: space-between;
+  position: relative;
 }
 
 .head-noStaff-logo{
@@ -33,13 +34,16 @@ page{
   height: 164rpx;
   border-radius: 50%;
   overflow :  hidden ;
+  position: absolute;
+  bottom: 130rpx;
 }
 
 .head-text{
   font-size: 36rpx;
   font-weight: 500;
   color: #F6C6A3;
-  margin-bottom: 34rpx;
+  position: absolute;
+  bottom: 34rpx;
 }
 
 .noStaff-content{