// 链接阿里图标库
.create-form {
  text-align: left;
  @font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/font_2430989_23qw8965azq.woff2') format('woff2'),
         url('//at.alicdn.com/t/font_2430989_23qw8965azq.woff') format('woff'),
         url('//at.alicdn.com/t/font_2430989_23qw8965azq.ttf') format('truetype');
  }
  .iconfont {
    display: inline-block;
    margin-right: 6px;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

.form-option,
.form-content,
.form-edit
{
  border: 1px dashed #eee;
}

.form-option {
  width: 20%;
}

.form-content, .form-edit {
  margin-left: 1%;
}

.form-edit {
  display: flex;
  padding: 8px 12px;
  flex-direction: column;
  .control-container {
    flex: 1;
    max-height: 700px;
    padding: 12px;
    overflow: auto;
  }
  .save-container {
    padding-bottom: 24px;
    text-align: center;
  }
}

.create-form {
  margin-top: 50px;
  padding: 2px 12px;
  .form-row {
    display: flex;
  }
  .field-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
  }
  .field-item {
    display: inline-block;
    // width: 110px;
    padding: 8px 4px 8px 5px;
    cursor: pointer;
    .item-container {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .item-icon {
      width: 100%;
      height: 50px;
      text-align: center;
      object-fit: cover;
      .icon-path {
        display: inline-block;
        padding-top: 10%;
        font-size: 24px;
        color: #52A7B5;
      }
    }
  }
  .item-title {
    margin: 8px auto;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
  }
  .form-btn {
    width: 100%;
    padding: 0 6px;
    text-align: left;
    font-size: 13px;
  }
}
.control-container {
  .edit-title {
    font-size: 20px;
    font-weight: 500;
  }
}
