_brand.scss 2.73 KB
.brand-page {
     
     .newbrand-search {
        width: 93.75%;
        height: 30px;
        padding: 7px 3.125%;
        background-color: #f8f8f8;
        left: 0;
        z-index: 10;
        .search-box {
            position: relative;
            height: 30px;
            background-color: #FFF;
            border-radius: 15px;
            padding: 0 16px 0 26px;
 
             .search-input {
                 width: 100%;
                 height: 30px;
                 border: 0;       
             }
             
            .search-icon {
                position: absolute;
                font-size: 12px;
                top: 16px;
                left: 24px;
            }
    
        }

    }

    .hot-brand {
        margin: (30rem / $pxConvertRem) 0 0;
 
        .hot-brand-list {
            background: #fff;     
            li {
                float: left;
                width: 158rem / $pxConvertRem;
                height: 158rem / $pxConvertRem;
            
                .img-box {
                    width: 100%;
                    height: 100%;
    
                }
            }
        }
    }

    .brand-list {
        width: 100%;

        .title-bar {
            width: 100%;
            background: #eeeeee;
     
            color: #999999;
            font-weight: bold;
            position: relative;

            h2 {       
                width: 100%;
                height: 25px;
                line-height: 25px;
                font-size: 17px;
                border-top: 1px solid #e6e6e6;
                background-color: #f4f4f4;
            }
        }
 
          p {
                cursor: pointer;
                height: 25px;
                padding-right: 10px;
                a {
                    display: block;
                    font-size: 17px;
                    border-bottom: 1px solid #f3f3f3;
                    border-top: 1px solid #f9f9f9;                    
                    i {
                        position: relative;
                        top: 1px;
                        color: #ff0000;
                        padding-left: 16px;
                    }
                }
            }
    }

       .right-bar {
          
            width: 30px;
            top: 120px !important;
            overflow: hidden;
            position: fixed;
            right: 1px;
            border-radius: 6px;
            background: rgba(0,0,0,.8);          
             b {
                height: 16px;
         
                line-height: 14px;
                text-align: center;
                display: block;
                color: #999999;
                font-weight: bold;
            }
        }
        
        .con {       
            padding-top: 5px;    
        }

}