@import 'press-ui/common/style/smoba/mixin.scss';

.press-rule {
  margin-top: .2rem;
  height: 4.86rem;
  padding: 0 .48rem .52rem;
  font-size: .24rem;
  color: #77a7df;
  overflow-y: auto;
  overflow-x: hidden;
  mask-image: linear-gradient(to bottom, #000 85%, transparent 92%);

  >div {
    line-height: .36rem;
  }
}