k94314517
2024-07-25 a75b18a4157ab486e0b51c438ac165ab3a08e3e0
wechat_jiaxuan/pages/store/staff.less
@@ -78,16 +78,23 @@
  display: flex;
  justify-content: space-between;
  margin-bottom: 60rpx;
  .card {
    width: 320rpx;
    height: 156rpx;
    padding: 28rpx 40rpx;
    background-color: #f7f7f7;
    border-radius: 8rpx;
    font-size: 26rpx;
    color: #333333;
    position: relative;
    .bg{
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
    }
    .num {
      color: var(--themeColor);
      margin-top: 8rpx;
@@ -107,7 +114,6 @@
  .line {
    display: flex;
    align-items: center;
    font-size: 30rpx;
    margin-bottom: 42rpx;
    .icon {
@@ -118,6 +124,9 @@
      margin-left: 24rpx;
      margin-right: 44rpx;
    }
    .val{
      flex: 1;
    }
  }
}
.footer{