optimization2.less 2.06 KB
@charset "UTF-8";

.optimization-box {
    background-color: #F6F6F6;
    min-height: 100vh;
    .call-app-box {
        position: fixed;
        top: 0;
        z-index: 100;
    }
    .back-box {
        position: fixed;
        top: 0;
        z-index: 100;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0) 100%);
    }
    .pl {
        background-color: transparent;
        width: 100%;
        &.is-open-app {
            height: 122px;
        }
        &.is-cnlive {
            height: 93px;
        }
    }
    .main-box {
        padding-bottom: 40px;
        .section {
            background-color: #ffffff;
            margin: 40px auto;
            width: 690px;
            height: auto;
            border-radius: 24px;
            overflow: hidden;
            &:last-child {
                margin-bottom: 0;
            }
            &.shop-list {
                .header-img-box {
                    width: 100%;
                    height: 100%;
                    .header-img {
                        display: block;
                        width: 100%;
                        height: 100%;
                    }
                }
                .list-box {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    .discount-flag {
                        position: absolute;
                        top: 4px;
                        left: 22px;
                        z-index: 1;
                        background: linear-gradient(90deg, #F9EE7A 0%, #FAD844 100%);
                        padding: 1px 8px;
                        color: #945A08;
                        font-size: 20px;
                        font-weight: 400;
                        border-radius: 6px;
                    }
                }
            }
            &.anchor-list {
                display: flex;
                justify-content: space-around;
                align-items: center;
                padding: 40px 0 30px 0;
            }





        }
    }
}