.uif-slide-block
  &-header
    display flex
    align-items center
    height 40px
    .uif-loading
      color #A4AECF
      margin-left 8px
      transform-origin center center
      animation s-rotate 0.6s linear infinite
  &-title
    color #191919
    font-size 14px
    line-height 20px
    display flex
    align-items center
    cursor pointer
    .trigger
      margin-right 8px
      transition transform 0.2s ease
    &.visible .trigger
      transform rotate(90deg)
  &-normal
    background-color #E6E7EB
    border-radius 6px

