index.scss 732 Bytes
.search-list-page {
    width: 750px;
    height: 100vh;

    .header {
        padding: 9px 40px;
        display: flex;
        align-items: center;
    }

    .fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }

    .cancel-btn {
        font-family: PingFang-SC-Regular;
        font-size: 32px;
        color: #999;
        text-align: center;
        border: none;
        padding: 0;
        // line-height: 72px;
        // margin: 20px 0 0 20px;
        margin-left: 20px; 
    }


    .goYohoBuy {
        width: 80px;
        height: 160px;
        right: 34px;
        bottom: 258px;
        float: right;
        position: fixed;
        z-index: 9999;
    }
}