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

$class-prefix: 'cn-ui-m';

.#{$class-prefix}-demo-rect {
  height: 40px;
  width: 100%;
  font-size: $m-font-size-body-2;
  color: $m-color-text-tip;
  background: #e2e6ec;
  display: flex;
  justify-content: center;
  align-items: center;
}
