''
liukangdong
2024-07-23 ac0b3ba41104180fd45cc94334bc3c760c2895a4
wechat_staff/pages/store/staff.less
@@ -6,17 +6,20 @@
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  z-index: 1;
}
.container {
  padding: 26rpx 40rpx;
  background-color: #fff;
  .avatar {
    margin-top: 260rpx;
    width: 140rpx;
    height: 140rpx;
    border-radius: 50%;
    border: 4rpx solid #FFFFFF;
    position: relative;
    z-index: 2;
  }
  .desc {
    display: flex;
@@ -108,9 +111,8 @@
  .line {
    display: flex;
    align-items: center;
    font-size: 30rpx;
    margin-bottom: 42rpx;
    margin-bottom: 40rpx;
    .icon {
      width: 30rpx;
    }
@@ -118,6 +120,10 @@
      color: #777777;
      margin-left: 24rpx;
      margin-right: 44rpx;
      width: 140rpx;
    }
    .val{
      flex: 1;
    }
  }
}
@@ -179,4 +185,40 @@
    color: #999999;
    text-align: center;
  }
}
.card_wrap{
  position: fixed;
  border-radius: 8rpx;
  top: 50%;
  left: 75rpx;
  transform: translate(0, -50%);
  width: 600rpx;
  background-color: rgba(0, 0, 0, .2);
  z-index: 999;
  .img1{
    image{
      width: 600rpx;
      border-radius: 8rpx ;
    }
  }
  .btns{
    margin-top: 30rpx;
    display: flex;
    justify-content: space-between;
    width: 100%;
    .btn{
      width: 290rpx;
      height: 88rpx;
      border-radius: 8rpx;
      border: 2rpx solid #FFFFFF;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
    }
    .save{
      border: none;
      background: linear-gradient( 180deg, #E0B49C 0%, #B68B74 100%);
    }
  }
}