Ver código fonte

人脸识别样式调整

kk.shi 3 anos atrás
pai
commit
503db3362b

+ 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{