history.wxss 197 B

123456789
  1. /* pages/history/history.wxss */
  2. .end-txt {
  3. height: 60rpx;
  4. line-height: 60rpx;
  5. font-size: 30rpx;
  6. color: #c0c0c0;
  7. text-align: center;
  8. padding-bottom: var(--safe-area-inset-bottom, 0);
  9. }