.n-interact-rect
  position relative
  &.n-interact-active
    z-index 99997
    box-shadow 0 0 10px 0 rgba(172,178,187,0.84)


.n-interact-container
  position relative
  .n-interact-rect
    position absolute

  .n-interact-resize-width
    cursor w-resize
    width 3px
    left unset
    z-index 99998

  .n-interact-resize-height
    cursor n-resize
    height 3px
    top unset
    z-index 99998

  .n-interact-resize-all
    cursor nw-resize
    width 5px
    height @width
    top unset
    left unset
    z-index 99999

.n-interact-form

  &-btn-group
    margin-left auto
    .n-btn-mini
      padding 0 4px
      &:first-child
        border-bottom-left-radius 0
      &:last-child
        border-bottom-right-radius 0
  .n-form-item
    min-width unset !important

// 位置
div.n-interact-form-position-x
  margin-bottom 4px
  .n-interact-form-btn-group
    margin-left auto
  .n-form-label
    padding-right 0
  .n-btn-mini
    padding 0 5px
    &:first-child
      border-bottom-left-radius 0
    &:last-child
      border-bottom-right-radius 0
  .n-form-border-rect
    border-top-right-radius 0

// input 前缀
.n-interact-form-position-x
.n-interact-form-position-w
  .n-input
    display flex
    align-items center
    &:before
      color #CCCFD3
      flex-shrink 0
      font-size 12px
      margin-left 7px

div.n-interact-form-position-x .n-input:first-child:before
  content '左'
div.n-interact-form-position-x .n-input:last-child:before
  content '上'
div.n-interact-form-position-w .n-input:first-child:before
  content '宽'
div.n-interact-form-position-w .n-input:last-child:before
  content '高'
