.emh-img-button-img-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #888888;
    letter-spacing: 0;
    margin-right: 6px;
    .emh-img-button-img-item-index {
        position: relative;
        width: 80px;
        height: 80px;
        margin-bottom: 12px;
        img {
            width: 80px;
            height: 80px;
            margin-bottom: 0px;
            border-radius: 8px;
            &.emh-img-button-img-item-delete-icon {
                width: 16px;
                height: 16px;
                position: absolute;
                bottom: 0px;
                right: 0px;
                border-radius: 0px;
            }
        }
    }
    .van-popup.van-popup--center {
        img {
            max-width: 100vw;
            max-height: 80vh;
        }
    }
}