// 容器
.uif-popup-container
  position relative
  background-color #FFF
  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 10px
  position relative
  height 36px
  border-bottom 1px solid #eee
  .title
    color #646464
    font-size 14px
    line-height 20px
  .uif-i
    position absolute
    right 3px
    top @right
    width 30px
    line-height 30px
    font-size 30px
    color #ccc
    &:before
      content '\e712'

// footer
.uif-popup-footer
  text-align center
  padding-bottom 40px
  .uif-btn
    width 120px
    font-size 14px
    border-radius 3px
    padding 8px
    margin 0 5px

// content
.uif-popup-content
  padding 30px
  overflow auto
