shop-list.css 3.22 KB
ul,
li {
    list-style: none;
}

.good-list-page {
    min-height: 440px;
}

.good-list-page .intro-text {
    line-height: 14px;
    padding: 11px 12px;
    font-size: 12px;
    background: #f8f8f8;
    text-align: center;
}

.good-list-page .brand-header {
    position: relative;
    height: 88px;
}

.good-list-page .brand-header mip-img {
    height: 100%;
}

.good-list-page .brand-header img {
    display: block;
    height: 100%;
    width: 100%;
}

.good-list-page .btn-intro {
    position: absolute;
    display: block;
    width: 62px;
    height: 24px;
    line-height: 24px;
    font-size: 12PX;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    top: 50%;
    margin-top: -12px;
    background: transparent;
    outline: none;
}

.btn-intro {
    right: 20px;
}

.brand-intro-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 44px 0;
    z-index: 10;
    overflow: auto;
}

#MIP-LLIGTBOX-MASK {
    background: rgba(0, 0, 0, 0.3);
}

.brand-intro-box .brand-intro {
    position: relative;
    box-sizing: border-box;
    width: 85%;
    margin: 20px 7.5% 0;
    background: #fff;
    padding: 12px 8%;
}

.brand-intro-box h2 {
    text-align: center;
    font-size: 20px;
    line-height: 46px;
}

.brand-intro-box .con {
    font-size: 12px;
    line-height: 16px;
    padding: 20px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    overflow-x: hidden;
}

.brand-intro-box .fo {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.fo-icon {
    background: url(//cdn.yoho.cn/yohobuywap-node/mip/zheng.png) no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
}

.brand-intro-box .close-intro {
    position: absolute;
    top: 6px;
    right: 6px;
    background: url(//cdn.yoho.cn/yohobuywap-node/mip/close.png) no-repeat;
    background-size: contain;
    width: 19px;
    height: 19px;
}

.shop-tabs {
    display: flex;
    justify-content: space-around;
    width: 66% !important;
    font-size: 15px;
    line-height: 40px;
    border-top: 1PX solid #dededf;
    border-bottom: 1PX solid #dededf;
    background-color: #fff;
}

.goods-tab-area {
    position: relative;
}

.all-goods-tab {
    position: absolute;
    right: 0;
    top: 0;
    color: #dededf!important;
    transform-origin: 0px 0px 0px;
    opacity: 1;
    transform: scale(1, 1);
    float: left;
    line-height: 44px;
    width: 34%;
    text-align: center;
    font-size: 15px;
    color: #999;
    border-top: 1px solid #dededf;
    border-bottom: 1px solid #dededf;
}

.shop-tabs em {
    color: #dededf;
}

.shop-tabs.sticky {
    z-index: 10;
}

.shop-tab-nav {
    color: #dededf !important;
}

.shop-tab-nav span {
    display: inline-block;
    width: 100%;
}

.shop-tab-nav a {
    color: inherit;
}

.mip-vd-tabs .mip-vd-tabs-nav {
    width: 100%;
    padding: 0;
}

.mip-vd-tabs .mip-vd-tabs-nav .mip-vd-tabs-nav-selected {
    border-bottom: none;
    color: #434241 !important;
}

.all-goods {
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 40px;
    border-top: 1px solid #e0e0e0;
    float: left;
    width: 100%;
    font-size: 12px;
}