.mMProductListProperties {
  padding: 0 12px;

  .type {
    margin-bottom: 12px;

    .title {}

    .btn {
      display: flex;
      margin-top: 12px;

      div {
        width: 80px;
        height: 64px;
        background: #FFFFFF;
        border: 1px solid #E8E8E8;
        border-radius: 4px;
        margin-right: 12px;
        background-size: 32px 32px;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
      }
    }
  }

  .ant-form-vertical .ant-form-item {
    margin-bottom: 12px;
  }
}
