/* pages/edit-info/info-base/info-base.wxss */
.base{
  display: flex;
  flex-direction: column;
  color: #333;
  /* background: rgba(244,244,244,1); */
  height: 100vh;
  padding-top: 25rpx;
}
.item{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20rpx;
  border-top:3rpx solid gainsboro;
  background: #ffffff;
}
.item-end{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20rpx;
  border-top:3rpx solid gainsboro;
  border-bottom:3rpx solid gainsboro;
  background: #ffffff;
}
.item-left{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.item-right{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.item-tou{
  height: 110rpx;
  width: 110rpx;
  margin-right: 10rpx;
  border-radius: 50%;
}
.item-icon{
  height: 50rpx;
  width: 50rpx;
}
.item-input{
  width: 180rpx;
  text-align: right;
  font-size: 13px;
}
.item-radio{
  margin-right: 10rpx;
}
.item-text{
  font-size: 12px;
  color: #999999;
  margin-right: 5rpx;
}
.item-unit{
  font-size: 13px;
  margin-left: 10rpx;
}
.button-group{
  padding: 60rpx 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  font-size: 15px;
  background: rgba(244,244,244,1);
}
.button-submit{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 180rpx !important;
  height: 72rpx !important;
  color: #ffffff;
  background: rgba(243,123,29,0.8);
  border-radius: 10rpx;
}
.button-reset{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 180rpx !important;
  height: 72rpx !important;
  color: rgba(243,123,29,0.8);
  background: rgba(244, 244, 244, 0.966);
  border-radius: 10rpx;
}
.textarea{
  margin-top: 25rpx;
  background: #ffffff;
  padding-top: 10rpx;
  border: 3rpx solid gainsboro;
}
.textarea-one{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 8rpx; 
}
.textarea-data{
  padding: 8rpx 0 0 8rpx;
  width: 100%;
  height: 300rpx;
  margin-top: 10rpx;
}
.currentWordNumber {
  position: absolute;
  bottom: 10rpx;
  right: 10rpx;
  color: #888;
}
.textarea-tittle{
  font-size: 15px;
  margin: 8rpx;
}