storelist.less 3.38 KB
<<<<<<< HEAD
#storelist{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif;
    background:#fff;
    // .search-box{
    //     margin-top:6px;
    //     background:#f5f5f5;
    //     text-align:left;
    //     float:left;
    //     height:30px;
    //     line-height:30px;
    //     padding-left:10px;
    //     width:100%;
    //     border-radius:3px;
    //     input{
    //         height:30px;
    //         line-height:30px;
    //         background:transparent;
    //     }
    // }
    
=======
@import "product-filter";

#storelist{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif;
    background:#fff;
    .search-box{
        background:#f5f5f5;
    }
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa
    .m-table-view{
        border-top: 0px solid #ddd;
        .main-cate .key{
            font-size:14px;
            color:#999;
        }
        .main-cate .value{
            font-size:14px;
            color:#666;
        }
        .main-cate .value-red{
            font-size:14px;
            color:#fb5041;
        }
        .main-cate .value-blue{
            font-size:14px;
            color:#1b6ba5;
        }
        .localtion{
            font-size:14px;
            color:#666;
        }
        .order-numbers{
            font-size:14px;
            color:#999;
        }
        .from-label{
            color:#999;
            font-size:12px;
        }
        .store-label{
            position: absolute;
            left: 15px;
            top: 15px;
        }
    }
    .m-tab li{
        width:20%;
        padding-right:0px;
    }
<<<<<<< HEAD
    .m-table-view .cell-extend-pic{
        padding: 15px 80px;
        padding-left:95px;
=======
    .m-tab a{
        cursor:pointer;
    }
    .m-table-view .cell-extend-pic{
        padding: 15px 15px 15px 95px;
        font-size: 14px;
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa
    }

    .m-table-view .cell-extend-pic .pic{
        width:80px;
        height:80px;
        margin-left: -90px;
    }
    .m-table-view .cell-extend-pic .display-block{
<<<<<<< HEAD
        margin-left:10px;
    }
    
=======
        // margin-left:10px;
    }
    .category{
        display: inline-block;
        padding-right: 50px;
        max-width: 100%;
        margin-right: -50px;
        box-sizing: border-box;
        vertical-align: middle;
    }
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa
    .m-table-view .title{
        font-size:16px;
        line-height:16px;
        color:#333;
<<<<<<< HEAD
    }

=======
        padding-right: 60px;
        font-weight: normal;
    }

}

#product-filter-popup{
    top: 0;
    left: 45px;
    right: 0;
    margin: 0;
    border-radius: 0;
    background-color: #FFF;
    width: auto;
}
#product-filter-popup{
    -webkit-transform: translate(100%, 0) translateZ(0);
    -ms-transform: translate(100%, 0) translateZ(0);
    -o-transform: translate(100%, 0) translateZ(0);
    transform: translate(100%, 0) translateZ(0);
    
    .icon-lsjt{
        transition: transform 300ms ease-out;
    }
    .icon-lsjt.off{
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .product-filter .m-list-view .btn-group .m-btn:nth-child(6) ~ span{
        display:inline-block;
    }
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa
}