Parcourir la source

人脸识别样式调整

kk.shi il y a 3 ans
Parent
commit
503db3362b
2 fichiers modifiés avec 10 ajouts et 2 suppressions
  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{