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

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

.#{$class-prefix}-demo-block {
  & > .title {
    padding: 12px 12px 8px;
    color: #697b8c;
    font-size: 14px;
    background-color: #fafbfc;
  }

  & > .main {
    background: $m-color-bg-white;
    border-right: none;
    border-left: none;
  }
}
