kk.shi пре 3 година
родитељ
комит
503db3362b
2 измењених фајлова са 10 додато и 2 уклоњено
  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{