/* 作品列表 作品元素样式 */

.item-info{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.item-info-left{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.item-info-right{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.item-likes{
    position: relative;
    right: -10px;
}

.item-hits{
    position: relative;
    right: -10px;
}