// 容器
.uif-popup-container
  position relative
  background-color #e6e7eb
  border 1px solid #DBDDE2
  box-shadow 0 8px 16px rgba(0, 0, 0, 0.16)
  text-align left
  display inline-block
  margin 0 auto

// header
.uif-popup-header
  padding 8px
  position relative
  height 48px
  background-color #d7dade
  .title
    font-size 14px
    line-height 20px
    padding 6px 4px
    color #384048
  .uif-i
    position absolute
    right 6px
    top @right
    width 32px
    line-height 32px
    font-size 32px

// footer
.uif-popup-footer
  height 64px
  text-align right
  .uif-btn
    margin-top 16px
    margin-right 12px

// content
.uif-popup-content
  padding 0 12px
  overflow auto
  &.width-small
    width 480px
  &.width-middle
    width 800px
  &.width-large
    width 1040px
