SortItem.scss 451 Bytes
Newer Older
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
.sortItem {
    height: 44px; 
    border-bottom: 1px solid #E7EAF1; 
    color: #333333; 
    font-size: 12px;

    .num {
        width: 25%;
        font-size: 15px;
    }

    .avatar {
        width: 40%;

        .avatarImg {
            width: 22px;
            height:22px;
            border-radius:50%;
            margin-right:10px;
        }
    }

    .money {
        width: 35%; 
        font-size: 13px; 
        color: #FF2121
    }
}