account-log.wxss 273 B

1234
  1. .list{ border-top: 1rpx solid #e3e3e3; border-bottom: 1rpx solid #e3e3e3; }
  2. .item{ background: #fff; padding: 24rpx; border-bottom: 1rpx solid #eee; }
  3. .item:last-child{ border-bottom: none; }
  4. .item > .flex-grow-0{ padding-left: 24rpx; font-weight: bold; font-size: 15pt; }