UNPKG

antd-mobile

Version:

基于 React 的移动设计规范实现

19 lines (16 loc) 282 B
@import '../../style/mixins'; @import '../../style/themes/default'; @PopupPrefixCls: am-popup; @import './base'; .@{PopupPrefixCls} { position: fixed; left: 0; &-slide-down { top: 0; } &-slide-up { bottom: 0; } width: 100%; background-color: @fill-base; }