index_20190419114710.scss 242 Bytes
Newer Older
.  
baiguangyao committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
.my-tab{
    width: 100%;
    height: 44px;
    font-size: $font_16;
    background: #f7f9fc;
}
.my-list{
    .avatar-wrap{
        padding: 15px 20px;
        .avatar{
            width: 64px;
            height: 64px;
        }
    }
    
}