ll
liukangdong
2024-08-15 ebc6e7ee67f13e7aa311e737dfcb4c5caed112ee
wechat_staff/pages/store/staff.wxss
@@ -7,11 +7,33 @@
  left: 0;
  z-index: -1;
}
.bg_wrap image {
  width: 750rpx;
  height: 400rpx;
}
.editBtn {
  position: fixed;
  right: 40rpx;
  top: 304rpx;
  width: 144rpx;
  height: 56rpx;
  line-height: 56rpx;
  text-align: center;
  border-radius: 28rpx;
  border: 1rpx solid #999999;
  color: #999999;
  font-size: 24rpx;
  z-index: 999;
}
page {
  overflow-y: hidden;
}
.container {
  padding: 26rpx 40rpx;
  overflow-y: hidden;
}
.container .avatar {
  margin-top: 260rpx;
  margin-top: 300rpx;
  width: 140rpx;
  height: 140rpx;
  border-radius: 50%;
@@ -104,6 +126,12 @@
  font-weight: 600;
  font-size: 40rpx;
  display: flex;
  align-items: center;
}
.static .card .num .icon {
  position: relative;
  bottom: 4rpx;
  margin-left: 6rpx;
}
.guide .title {
  font-weight: 500;
@@ -186,9 +214,6 @@
  font-size: 26rpx;
  color: #999999;
  text-align: center;
  align-items: flex-end; /* 这会使子元素底部对齐 */
  justify-content: center; /* 这会使子元素水平居中 */
}
.card_wrap {
  position: fixed;