.index-card
{
    width : 462px;
    height : 640px;
    margin : 5px;
}

.detail-card
{
    width : 100%;
    height : 100vh;
}

.index
{
    width : 100%;
    height : 95%;
    cursor : pointer;
}

.detail
{
    width : 95%;
    height : 90%;
    margin : 0 auto;
}

.load-icon
{
    margin-top : 50%;
}

.card-header
{
    line-height : 38px;
}

.card-note
{
    font-size: 10px;
    color: red;
    position: absolute;
    top: 65px;
    left: 5px;
}

.card-footer
{
    height: 50px;
}
