@import "~@alifd/next/variables.scss";
@import "~@aliretail/react-materials-components/es/MediaSelector/index.scss";
.choose-image {
  width: 100%;
  // background-color: #ffffff;
  // box-shadow: 1px 1px 10px #c1c1c1;
  .spot-ul {
    margin-left: 0px;
    // width: 100%;
    // height: 475px;
    overflow: auto;
    padding: 5px 0;
    .list {
      height: 70px;
      background: #fafafa;
      overflow: hidden;
      margin-bottom: 5px;
      display: flex;
      flex-direction: row;
      &:last-child {
        margin-bottom: 0px;
      }
      .img {
        display: flex;
        align-self: start;
        justify-content: center;
        align-items: center;
        height: 44px;
        width: 44px;
        background: #fafafa;
        border: 1px solid #c4c6cf;
        border-radius: 2px;
        background-color: #fafafa;
        margin-top: 10px;
        margin-left: 0;
      }
    }
    .ipt {
      margin: 13px 0 0 13px;
      display: flex;
      flex-direction: row;
      .next-input {
        width: 150px;
      }
    }
  }
  .pop-link {
    height: 16px;
    width: 150px;
    font-family: PingFangSC-Regular;
    font-size: 10px;
    color: #1b58f4;
    line-height: 16px;
    margin-top: 5px;
    margin-left: 13px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
  }
  .delete {
    margin-left: 8px;
    margin-top: 6px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("https://img.alicdn.com/tfs/TB13kb4Whv1gK0jSZFFXXb0sXXa-33-36.png")
      no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }

  .title {
    padding: 0 16px;
    height: 40px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #e6e6e6;
    line-height: 40px;
  }
  .content {
    padding: 16px;
    font-size: 12px;
    .text {
      color: #999;
      margin-bottom: 5px;
    }
    .add-image {
      width: 100%;
      height: 150px;
      line-height: 150px;
      color: #666;
      overflow: hidden;
      text-align: center;
      cursor: pointer;
      margin-bottom: 10px;
      background: #f4f4f4;
      .icon-jiahao {
        position: relative;
        top: 2px;
      }
    }
  }
  .input-area {
    border-radius: 2px;
    width: 100%;
    height: 30px;
    border: 1px solid #3089dc;
    .input {
      background: none;
      outline: none;
      border: 0px;
      height: 100%;
      padding: 0 10px;
      width: 220px;
    }
    .icon {
      margin-right: 6px;
      // color: #E5E5E5;
      color: #999;
      cursor: pointer;
    }
    .icon-yanjing {
      position: relative;
      top: 2px;
    }
    .icon-lianjie {
      position: relative;
      top: 2px;
    }
  }
}
