.log-list {
    display: flex;
    flex-direction: column;
    padding: 40rpx;
  }

.log-item {
    margin: 10rpx;
}
.area1 {
    height: 200rpx;
    background-color: #6895FF;
    text-align: center;
    line-height: 200rpx;
}

.area2 {
    height: 1300rpx;
    background-color: #8FB1FF;
    text-align: center;
    line-height: 1300rpx;
}

.area3 {
    height: 200rpx;
    background-color: #C3D1FF;
    text-align: center;
    line-height: 200rpx;
}