.designer-box{
    &.is-edit{
      .q-type-item{
        cursor: move;
      }
    }
    .q-type-item{
      padding-left: 25px;
      text-align: left;
      line-height: 50px;
      height: 50px;
      background: #EDEEEE;
      border-bottom: 1px solid #D0D2D3;
      font-family: PingFangSC-Regular;
      letter-spacing: .5px;
      &:hover{
        background-color: #f6fffb;
      }
      &:last-child{
         border-bottom: 0;
      }
      i{
        font-size: 13px;
        margin-right: 10px;
        color: #333;
      }
    }
  }