index_20190419141110.scss 652 Bytes
Newer Older
.  
baiguangyao committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
.my-tab{
    width: 100%;
    height: 44px;
    font-size: $font_16;
    background: $bg_f7f9fc;
}
.my-list{
    .avatar-wrap{
        padding: 15px 20px;
    }
}


// 修改List组件默认样式
.am-list-item .am-list-line-multiple{
    padding: 0 !important;
}
.am-list-thumb{
    img{
        width: 64px;
        height: 64px;
    }
}
.am-list-brief{
    color: $color_333 !important;
}
.am-list-header{
    padding: 2.5px 0;
}
.am-list-content{
    i{
        vertical-align: middle;
        margin-top: -1px;
        display: inline-block;
        margin-right: 12px;
        margin: 10px 12px 10px 0;
        font-size: 30px !important;
    }
}