storelist.less 1.71 KB
#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;
        }
    }
    
    .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;
    }
    .m-table-view .cell-extend-pic{
        padding: 15px 80px;
        padding-left:95px;
    }

    .m-table-view .cell-extend-pic .pic{
        width:80px;
        height:80px;
        margin-left: -90px;
    }
    .m-table-view .cell-extend-pic .display-block{
        margin-left:10px;
    }
    
    .m-table-view .title{
        font-size:16px;
        line-height:16px;
        color:#333;
    }

}