
.header-func{
  border: 1px solid #ffdf84;
  background-color: #fbffca;
  padding: 10px;
}
.header-title{
  font-size: 17px;
  margin: 10px;
}
.body-item{
  margin-top: 10px;
  height: 100%;
}
.items{
  height: 30px;
  width: 31.5%;
  float: left;
  background-color: #eee;
  font-size: 15px;
  margin: 5px;
}
.items-left{
  float: left;
  padding: 5px 5px 5px 10px;
}
.items-right{
  float: right;
  padding: 5px 10px 5px 5px;
}


.avatar-uploader > .ant-upload {
  width: 128px;
  height: 128px;
}
.ant-upload-select-picture-card i {
  font-size: 32px;
  color: #999;
}
.ant-upload-select-picture-card .ant-upload-text {
  margin-top: 8px;
  color: #666;
}
.imgname{
  width: 80px;
}

