index.scss 1.31 KB
Newer Older
.  
baiguangyao committed
1 2 3 4
.my-tab{
    width: 100%;
    height: 44px;
    font-size: $font_16;
.  
baiguangyao committed
5 6 7 8 9 10 11 12 13
    background: $bg_f7f9fc;
}
.my-list{
    .avatar-wrap{
        padding: 15px 20px;
    }
}
.my-isvip{
    width: 100%;
.  
baiguangyao committed
14
    height: 43px;
.  
baiguangyao committed
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 40 41 42 43 44
    background-image: url("./image/vip_bg.png"); 
    background-size: cover;               
    background-repeat: no-repeat;
    border-radius: 3px;
}
.my-stu{
    font-size: 12px;
}



// 修改List组件默认样式
.am-list-item{
    padding-left: 22px;
    padding-right: 8px;
}
.am-list-item .am-list-line-multiple{
   padding-right: 0px !important;
}
.am-list-thumb{
    img{
        width: 64px;
        height: 64px;
    }
}
.am-list-brief{
    color: $color_333 !important;
}
.am-list-header{
    padding: 2.5px 0;
.  
baiguangyao committed
45
    background: $bg_f5f5f5;
.  
baiguangyao committed
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
}
.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;
    }
}
.am-list-line-multiple::after{
    background-color: transparent !important;
}
.my-list{
    .am-list-body::after{
        background-color: transparent !important;
    }
}
.  
baiguangyao committed
65 66 67 68 69
.am-list-content i{
    margin: 0;
    margin-top: -4px;
    margin-right: 10px;
}
.  
baiguangyao committed
70 71 72
.am-list-body::before{
    background-color: transparent !important;
    height: 0 !important;
.  
baiguangyao committed
73
}