/* 隐藏不需要的元素 */
.mileage,
.record-card,
.title-center .left:first-child,
.qr-item:nth-child(n+2) {
    display: none !important;
}