...
litian
2024-03-21 8b324fc7527762eb7c7590751757b87834cfca00
packagePersonal/pages/userSetting/index.wxss
@@ -1 +1,37 @@
/* packagePersonal/pages/userSetting/index.wxss */
.container {
  padding: 20rpx 0;
}
.itemList {
  border-bottom: 2rpx solid #E9E9E9;
  padding: 30rpx;
  display: flex;
  /* height: 120rpx; */
  align-items: center;
  justify-content: space-between !important;
}
.label {
  font-weight: bold;
  width: 180rpx;
}
.contentImg {
  height: 120rpx;
  width: 120rpx;
  flex: 1;
  text-align: right;
  margin-right: 20rpx;
}
.user-center-card__header__avatar {
  width: 120rpx;
  height: 120rpx;
  border-radius: 48rpx;
  overflow: hidden;
}
.content {
  flex: 1;
  color: #5C5C5C;
}