.history-list{
    background: #fff;
    padding: 10px;
}
.history-item{
    border-bottom: 1px dashed #e8e8e8;
}
.history-header{
    align-items: center;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.history-title{
    font-size: 16px;
}
.history-detail-title{
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.history-day{
    color: #888;
    font-size: 16px;
}
.history-detail{
    white-space: pre-wrap;
    font-size: 16px;
    color: #909399;
    line-height: 2;
    text-align: justify;
    margin-bottom: 7px;
    padding: 0 10px;
    font-family: PingFangSC-Light;
    display: none;
}
.history-img{
    text-align: center;
}
img{
    max-width: 500px;
    width: 100%;
    height: 20%;
}
@media only screen and (max-width: 792px){
    .history-title{
    /*// 单行超出：*/
        width: 72%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

