index.scss 1.11 KB
.filter-page {
    padding-left: 40px;

    .page-title {
        font-family: SFProDisplay-Bold;
        font-size: 68px;
        color: #000;
        letter-spacing: 0.82px;
        line-height: 82px;
        font-weight: bold;
    }

    .filter-btn {
        width: 100%;
        height: 120px;
        border-top: 2px solid #000;
        line-height: 120px;
        display: flex;
        align-items: center;
        position: fixed;
        bottom: 0;
        z-index: 2;
        left: 0;

        .reset-btn {
            background: #fff;
            width: 240px;
            font-family: PingFang-SC-Semibold;
            font-size: 28px;
            color: #000;
            text-align: center;
        }

        .confirm-btn {
            width: 510px;
            height: 100%;
            background: #08304B;
            font-family: PingFang-SC-Medium;
            font-size: 28px;
            color: #fff;
            text-align: center;
            border-radius: 0;
            border-style: none;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }
}