.f-dialog{border-radius:4px;display:inline-flex;flex-direction:column;background-color:#fff;border:1px solid #eee}.f-dialog__header{padding:12px 14px;text-align:center;position:relative;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;border-bottom:1px solid #eee}.f-dialog__header-title{font-size:15px;color:#333}.f-dialog__header .f-close-btn{position:absolute;right:15px}.f-dialog__body{padding:15px;box-sizing:border-box;flex:1}.f-dialog__footer{padding:10px 14px;display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:center;border-top:1px solid #eee}.f-dialog.f-dialog__fullscreen{width:100vw;height:100vh}
