// UI组件样式
.cross-phase-dir {
  width: 100%;
  color: $--color-text-regular;
  font-size: 14PX;
}
.direction-list-configuration {
  .dir-config-row {
    overflow: hidden;
    white-space: nowrap;
  }
  .label {
      font-size: 14PX;
      line-height: 14PX;
      color: $--color-text-regular;
      float: left;
      margin-right: 10PX;
  }
  .dir-btn {
    float: left;
    max-width: 410PX;
    .disabled-icon {
      opacity: 0.3;
    }
    .each-icon {
      float: left;
      width: 90PX;
      height: 80PX;
      margin-right: 4PX;
      margin-bottom: 7PX;
      background-color: $--color-black;
      cursor: pointer;
      overflow: hidden;
      .single-icon {
        height: 100%;
          text-align: center;
          .iconfont {
            color: $--color-text-primary;
            font-size: 52PX;
          }
          .single-icon-name {
            font-size: 14PX;
            text-align: center;
            color: $--color-text-regular;
          }
        }
        .ped-icon {
          padding-top: 6PX;
        }
        .single-icon-select {
          background-color: #69bce0;
        } 
    }
  }
  .default-ped-path {
    fill: $--color-text-primary;
  }
}