personInfo.wxss 431 字节
/* pages/indexs/myinfo/myinfo.wxss */

page {
  background-color: #f5f6fa;
}

.content_box {
  margin: 16rpx 0 0 0;
  background-color: #fff;
  padding: 0 30rpx;
}

.item_list {
  height: 100rpx;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  color: #1a1a1a;
  font-size: 30rpx;
  border-bottom: 1rpx solid #ebebeb;
}

.item_list:last-child {
  border: none;
}