app-only-image.component.scss 747 字节
Newer Older
IBZGIT01's avatar
IBZGIT01 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
.head{
    font-size: 1.15rem;
    font-weight: 540;
    padding-left: 0.75rem;
    padding-top: 0.5rem;
    font-family: AncientWar;
}
.card-container{
    display: flex;
    flex-wrap: wrap;
    >.carditem{
        width:48%;
        margin-top: 0.625rem;
        position: relative;
        .title{
            position: absolute; 
            top: 0.625rem;
            left: 0.4375rem;
            font-weight: bold;
            font-size: 0.9375rem;
        }
        .subtitle{
            position: absolute; 
            top: 2.25rem;
            left: 0.4375rem;
            font-size: 0.6875rem;
            color: gray;
        }
    }
    >.carditem:nth-of-type(2n){
        margin-left:0.5rem;
    }
}