_brand.scss 948 Bytes
.YOHONavTitle {
    background-color: $YOHO-black-color;
    color: $YOHO-white-color;
    a {
        color: $YOHO-white-color;
    }
    .listBack {
        text-align: center;
    }
    h2 {
        line-height: 44px;
    }
}
.brandBox {
    background-color: $YOHO-white-color;
    overflow: hidden;
    a {
        display: block;
        height: 44px;
        line-height: 43px;
        padding: 0 10px;
        border-bottom: 1px solid $YOHO-dot-color;
        margin-bottom: -1px;
    }
    .hotBlock {
        background-color: $YOHO-red-color;
        color: $YOHO-white-color;
        padding:1px 3px;
        font-size: 10px;
        margin-left: 5px;
    }
}

.filterBrandT {
    background-color: $YOHO-search-color;
    color: $YOHO-white-color;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
}

.normalTitle {
    text-align: center;
    background-color: $YOHO-body-color;
    h2 {
        line-height: 44px;
    }
}