@import '~@cainiaofe/cn-ui-m-theme/token.px.scss';
@import '../../styles/mixins.scss';

.#{$hashClassName}.cn-ui-m-page-footer {
  width: 100%;
  box-shadow: 0 $m-s-1 $m-s-5 0 rgba(0, 0, 0, 0.1);
  background: $m-color-bg-white;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: $cn-page-footer-z-index;

  .cn-ui-m-page-footer {
    &-content-with-padding {
      padding: $m-s-12;
    }
  }
}
