.container { padding: 0 14rpx; } .container .message { padding: 14rpx 0; text-align: center; font-size: 24rpx; color: #FE9221; background: #FFFAEA; } .container .total { margin: 16rpx 0 0; background: #FFFFFF; border-radius: 20rpx; } .container .total .box { padding: 27rpx 31rpx; display: flex; align-items: center; justify-content: space-between; font-size: 24rpx; } .container .historyList { position: fixed; top: 0; left: 0; height: 100vh; padding-top: 250rpx; box-sizing: border-box; padding-bottom: calc(20rpx + env(safe-area-inset-bottom)); } .container .historyList .user { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20rpx; padding: 20rpx 28rpx; background: #FFFFFF; border-radius: 20rpx; } .container .historyList .user .avatar { width: 64rpx; height: 64rpx; background: #D8D8D8; border-radius: 50%; border: 1rpx solid #979797; } .container .historyList .user .info { flex: 1; margin-left: 30rpx; } .container .historyList .user .info .nickName { margin-bottom: 6rpx; font-size: 30rpx; } .container .historyList .user .info .addTime { font-size: 26rpx; color: #7B7B7B; } .empty { margin-top: 190rpx; } .empty .nullImg { transform: scale(0.8); }