storefinfo.less 930 Bytes
#storefinfo{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif;
    .m-table-view{
        h2{
            font-size: 14px;
            color:#333;
            line-height:23px;
            text-align:left;
            font-weight: normal;
            font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif;
        }
        .cell{
        text-align:left;
        }
        .cell .title{
            color:#999;
        }
        .cell .text{
            color:#666;
<<<<<<< HEAD
=======
            margin-left: -75px;
            padding-left: 75px;
            width: 100%;
            box-sizing: border-box;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa
        }
        .store-intro{
            color:#999;
            min-height:120px;
        }
    }
}