feature.scss 1.67 KB
@charset "utf-8";

@import "scss/feature/anchor";
@import "scss/feature/product";
@import "scss/feature/swiper.min";
@import "scss/feature/shop";
@import "scss/feature/bottom";
@import "scss/feature/timed-cut";
@import "scss/feature/redenvelope";
@import "scss/feature/liked-activity";
@import "scss/feature/seckill";
@import "scss/feature/web-share";

/* stylelint-disable */

/* 字体名称勿改的,APP做IP直连有使用到 */
@font-face {
    font-family: "iconfont";
    src: url("font/iconfont.eot"); /* IE9 */
    src: url("font/iconfont.eot?#iefix") format("embedded-opentype"), url("font/iconfont.woff") format("woff"), url("font/iconfont.ttf") format("truetype"), url("font/iconfont.svg#iconfont") format("svg"); /* iOS 4.1- */
}

.iconfont {
    text-decoration: none;
    font-style: normal;
    font-size: 24px;
    font-family: "iconfont", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.4px;
    -moz-osx-font-smoothing: grayscale;
}

.common_floor {
    background-size: 100%;
    background-repeat: no-repeat;

    img[src=""],
    img:not([src]) {
        opacity: 0;
    }

    &.clearfix {
        *zoom: 1;

        &:before,
        &:after {
            content: "";
            display: table;
        }

        &:after {
            clear: both;
        }
    }

    .single-item3:nth-of-type(3n+1) {
        margin-left: 20px;
    }

    .text-edit {
        word-break: break-all;
        margin: 0 20px;
        box-sizing: border-box;

        p:last-child {
            margin-bottom: 0 !important;
        }

        a {
            text-decoration: none;
            color: inherit;
        }
    }
}
/* stylelint-enable */