_brand.scss 2.18 KB
.brand-page {
    
    .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 {
                    
                    height: 38px;
                     line-height: 38px;
                    padding-top: 5px;
                    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;    
        }

}