footer.scss 1.46 KB
.shop-foot-wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    display: table;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 26px;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    z-index: 2;

    ul {
        display: table-row;
    }

    li {
        display: table-cell;
        text-align: center;

        .wall {
            width: 0;
            height: 50px;
            margin-top: 15px;
            float: right;
            border-right: 1px solid #e0e0e0;
            display: inline-block;
        }
    }

    .sub-group {
        position: absolute;
        background: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 12px;
        bottom: 104px;
        width: 40%;
        margin-left: 5%;

        dl {
            padding: 0 30px;
            margin: 0 auto;
        }

        dd {
            line-height: 80px;
            text-align: center;
            border-top: 1px solid #e0e0e0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;

            a {
                color: #444;
            }
        }

        dd:first-child {
            border-top: 0;
        }
    }

    .sharp {
        position: absolute;
        width: 100%;
        height: 10px;
        background: url("img/product/sharp.png") no-repeat center center;
        background-size: contain;
    }

    .foot-list-3 .sub-group {
        width: 29%;
        margin-left: 2%;
    }
}