@import "mixins/utils";
.aos-flow{
  .aos-flow-horizontal{
    box-sizing: border-box;
    height: 50px;
    background: #fff;
    padding-left: 16px;
    line-height: 50px;
    .aos-flow-step{
      float: left;
      min-width: 400px;
      .aos-flow-task{
        display: inline-block;
        margin-right: 32px;
        max-width: 400px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        .aos-flow-task-title{
          font-size: 16px;
          font-weight: 700;
        }
        .aos-flow-task-name{
          font-size: 14px;
        }
      }
    }
    .aos-flow-button{
      margin-left: 100px;
      float: right;
    }
  }
  
  .aos-flow-vertical{
    .aos-part{
      margin-bottom: 16px;
    }
    .aos-images{
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      .aos-image-box{
        position: relative;
        width: 110px;
        height: 110px;
        border-radius: 4px;
        margin-right: 8px;
        margin-bottom: 8px;
        border: 1px solid #eee;
        text-align: center;
        img{
          width: 110px;
        }
        >span{
          position: absolute;
          height: 20px;
          line-height: 20px;
          left: 0;
          right: 0;
          bottom: 0;
          background: #eee;
          text-align: center;
          .aos-flow-icon{
            cursor: pointer;
            margin-right: 8px;
          }
        }
      }
      .aos-flow-upload{
        margin-right: 8px;
        margin-bottom: 8px;
        width: 110px;
        .el-upload-dragger{
          width: 110px;
          height: 110px;
        }
      }
    }
    .aos-submit-btn{
      text-align: right;
    }
    .aos-flow-history-title{
      padding-bottom: 10px;
      font-size: 14px;
      color: #333;
      font-weight: 700;
      > span{
        margin-right: 16px;
      }
      .aso-flow-history-index{
        display: inline-block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #C0CCDA;
        vertical-align: middle;
        text-align: center;
        line-height: 16px;
        color: #fff;
        font-size: 12px;
      }
      .aso-flow-history-date{
        float: right;
        margin-left: 10px;
        font-size: 14px;
        font-weight: 400;
        color: rgb(136, 136, 136);
      }
    }
    .aos-flow-histoory-detail{
      // margin-left: 32px;
      > span{
        margin-right: 16px;
      }
    }
  }
}
.clearfix {
  @include utils-clearfix;
}
.aos-flow-history{
  .aos-flow-history-body{
    margin-bottom: 8px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
    .aos-flow-history-title{
      padding-bottom: 10px;
      font-size: 16px;
      color: #333;
      font-weight: 700;
      > span{
        margin-right: 16px;
      }
      .aso-flow-history-index{
        display: inline-block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #C0CCDA;
        vertical-align: middle;
        text-align: center;
        line-height: 16px;
        color: #fff;
        font-size: 12px;
      }
      .aso-flow-history-date{
        float: right;
        margin-left: 10px;
        font-size: 14px;
        font-weight: 400;
        color: rgb(136, 136, 136);
      }
    }
    .aos-flow-histoory-detail{
      margin-left: 32px;
      > span{
        margin-right: 16px;
      }
    }
  }
}
.aos-flow-message{
  display: flex;
  flex-direction: column;
  >div{
    margin-right: 40px;
  }
  .aos-flow-message-title{
    display: inline-block;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
  }
  .aos-flow-reject-group{
    display: flex;
    flex-direction: column;
  }
  .aos-flow-reject-radio{
    margin-bottom: 16px;
  }
}