闫增涛
2024-04-01 aa2c08b3be23a01d44205b2c19d21a2bf53f944f
pages/personalCenter/components/user-center-card/index.wxss
@@ -1,5 +1,5 @@
.user-center-card {
  background-image: url('https://cdn-we-retail.ym.tencent.com/miniapp/template/user-center-bg-v1.png');
  /* background-image: url('https://cdn-we-retail.ym.tencent.com/miniapp/template/user-center-bg-v1.png'); */
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 24rpx;
@@ -9,7 +9,7 @@
  margin-top: 160rpx;
  margin-bottom: 30rpx;
  margin-left: 20rpx;
  height: 96rpx;
  height: 120rpx;
  line-height: 48rpx;
  display: flex;
  justify-content: flex-start;
@@ -19,8 +19,8 @@
}
.user-center-card__header__avatar {
  width: 96rpx;
  height: 96rpx;
  width: 120rpx;
  height: 120rpx;
  border-radius: 48rpx;
  overflow: hidden;
}
@@ -34,6 +34,17 @@
  margin-right: 16rpx;
}
.userTypeBox {
  margin-left: 24rpx;
  font-size: 28rpx;
  padding-top: 15rpx;
}
.edit {
  margin-left: 20rpx;
  color: #ff6d00;
}
.user-center-card__header__transparent {
  position: absolute;
  left: 0;
@@ -45,4 +56,16 @@
.user-center-card__icon {
  line-height: 96rpx;
}
.setting {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.setting .img {
  height: 34rpx;
  width: 34rpx;
  margin-right: 10rpx;
}