area-common.scss 3.13 KB
* {
    padding: 0;
    margin: 0;
    border: 0;
    text-decoration: none;
    vertical-align: middle;
}

.header {
    position: relative;
}

img {
    display: block !important;
}

.hide {
    display: none !important;
}

.h1-g {
    font-size: 1px;
    color: #556f48;
}

@media (min-width: 1150px) {
    .h1-g {
        color: #f6f6f6;
    }
}

.lazy {
    visibility: hidden;
}

.lazy[src] {
    visibility: visible;
}

h1, h2 {
    font-weight: normal;
}

.h5-download {
    .ios {
        width: 132px;
        height: 32px;
        position: absolute;
        top: 290px;
        right: 210px;
    }

    .android {
        width: 132px;
        height: 32px;
        position: absolute;
        top: 290px;
        right: 40px;
    }
}

.pc-download {
    .ios {
        width: 132px;
        height: 32px;
        position: absolute;
        top: 320px;
        right: 225px;
    }

    .android {
        width: 132px;
        height: 32px;
        position: absolute;
        top: 320px;
        right: 55px;
    }
}

.hide {
    display: none !important;
}

.box-list {
    .list-item {
        background-color: #fff;
        margin-bottom: 30px;

        .pic-c {
            width: 750px;
            height: 300px;
            position: relative;

            .pic {
                width: 750px;
                height: 300px;
            }

            .s-pic {
                border: solid 4px #c5c5c5;
                width: 162px;
                height: 162px;
                position: absolute;
                left: 50%;
                margin-left: -85px;
                bottom: -40px;
            }

            .tag {
                font-size: 28px;
                color: #fff;
                line-height: 60px;
                position: absolute;
                right: 30px;
                bottom: 0;
            }

            .star {
                position: absolute;
                right: 20px;
                top: 25px;
                width: 210px;
                height: 23px;

                div {
                    margin-right: 12px;
                    float: left;
                    width: 30px;
                    height: 23px;
                    background-image: url('../images/area/crown-n.png');
                    background-size: 100% 100%;
                }

                div.active {
                    background-image: url('../images/area/crown.png');
                }
            }
        }

        .name {
            padding-top: 60px;
            color: #1a1a1a;
            text-align: center;

            .en {
                font-size: 45px;
                font-weight: bold;
            }

            .ch {
                font-size: 42px;
            }
        }

        .goods-list {
            font-size: 0;
            line-height: 0;
            padding-top: 20px;

            .list-item {
                width: 224px;
                height: 224px;
                display: inline-block;
                margin-left: 20px;
                margin-bottom: 20px;

                img {
                    width: 100%;
                    height: 100%;
                }
            }
        }
    }
}