modifyPersonInformation.wxss 657 字节
/* pages/my/modifyPersonInformation/modifyPersonInformation.wxss */
page{
  background-color: #F2F4F5;
}
.content_item{
  background-color: #fff;
  margin-top: 20rpx;
  padding: 0 31rpx;
}
.item_list{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1rpx solid #F1F1F1;
  padding: 28rpx 0;
}

.content_title{
  font-size: 28rpx;
  color: #222;
}
.person_information_box{
  display: flex;
  align-items: center;
  font-size: 26rpx;
  color: #999999;
}
.head_portrait{
  width: 104rpx;
  height: 104rpx;
}
.head_portrait image{
  width: 100%;
  height: 100%;
}
.icon-jinru{
  font-size: 19rpx;
  margin-left: 19rpx;
}