no-more-bar.wxss 153 B

123456789
  1. .no-more-bar {
  2. width: 100%;
  3. height: 84rpx;
  4. line-height: 84rpx;
  5. background: #F2F2F2;
  6. font-size: 26rpx;
  7. color: #A3A4A5;
  8. text-align: center;
  9. }