img {
    max-width: 90%;
    border-radius: 50%;
}

.history_record {
    padding: 0.5rem;
    /* background-color: #cfb6b6; */
}

.history_record .record_data {
    width: 100%;
    min-height: 5rem;
    border-radius: 10px;
    padding: 0.5rem;
    color: black;
    background-color: rgba(0, 255, 208, 0.284);
    margin-bottom: 0.5rem;
}

.record_data .rd_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: #ffd560; */
}

.record_data .rd_box .rdb_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: cadetblue; */
}

.record_data .hruser_avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: #fff;
}