/*
 * @Author: 天吾
 * @Date: 2019-01-23 16:29:55
 * @Last Modified by: 天吾
 * @Last Modified time: 2019-04-27 19:55:52
 */
/*
    size 统一用  sm base lg  表示,  对于不能满足的情况, 仿照衣服尺寸加上 x(EXTRA) 比如  font-size-xlg 表示特大
*/
.gd-feedback-modal__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #d6d8df;
  border-radius: 1px;
  padding: 12px;
  margin-bottom: 18px;
}
.gd-feedback-modal__field {
  flex: 1 1 auto;
  border: none;
  box-sizing: border-box;
  background: none;
  border: 0;
  resize: none;
  outline: 0;
}
.gd-feedback-modal__field::placeholder {
  color: #CCC;
}
.gd-feedback-modal textarea.gd-feedback-modal__field {
  flex: 0 0 100%;
}
.gd-feedback-modal__btn-wrapper {
  text-align: center;
  margin-top: 36px;
}
.gd-feedback-modal__btn {
  font-size: 1.14em;
  height: 50px;
  padding: 0 154px;
}
