@charset "UTF-8";

.combo-box {
  .input {
    width: 100%;
  }
  .item-box{
    width: 100%;
    margin-bottom: 10px;
    .item-box-title{
      width: 100%;
      height: 22px;
      line-height: 22px;
      font-family: PingFangSC-Regular;
      font-size: 12px;
      color: #1A1A1A;
      margin-bottom: 2px;
    }
    .item-box-content{
      width: 100%;
      position: relative;
      left: 1px;
      .item-ul{
        width: 160px;
        .li{
          height: 24px;
          width: 40px;
          background: #FCFCFC;
          border: 1px solid #E5E5E5;
          background-color: #FCFCFC;
        }
      }
    }
    .item-box-table{
      border: 1px solid #E5E5E5;
      border-collapse: collapse;
      td{
        height: 24px;
        width: 48px;
        border: 1px solid #E5E5E5;
        border-radius: 0 2px 2px 0;
        background-color: #FCFCFC;
        text-align: center;
        vertical-align: center;
        color: #aaa;
        cursor: pointer;
        &.action{
          background: rgba(255,105,0,0.05);
          outline: 1px solid #FF6900;
          color: #FF6900;
          border: 1px solid transparent;
        }
      }
    }
    .move-box{
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 4;
    }
    .canvas{
      // width: 192px;
      // height: 192px;
      td{
        width: 32px;
        height: 32px;
      }

    }
    .table-canvas{
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 100;
      background-color: rgba(255,105,0,0.05);
    }
    .canvas-item{
      position: absolute;
      z-index: 5;
      &.readOnly{
        background: rgba(255,105,0,0.05);
        outline: 1px solid #FF6900;
      }
    }
  }
}

.next-overlay-wrapper{
  .combo-wraper{
    width: 700px;
    .box-imageEditer{
      width: 375px;
    }
    .choose-image{
      width: 250px;
    }
  }
  .next-dialog-body{
    .box{
      position: relative;
      min-height: 365px;
    }
  }
}