Skip to content
joinPersons.scss 1.58 KiB
Newer Older
wangqinghua's avatar
wangqinghua committed
page-joinPersons {
    .searchToolBar{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
        box-sizing: border-box;
    }

    .activity-title{
        background-color: #f5f5f5;
        font-size: 12px;
        color: #b2b2b2;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .group-title{
        //width: 52px;
        width: 88px;
        padding: 3px 5px;
        border: 1px solid #cccccc;
        font-weight: bold;
        margin-right: 10px;
        text-align: center;
        font-size: 14px;
    }

    .group{
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .inner-group{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
        box-sizing: border-box;
    }

    .person-photo{
        width: 48px;
        height: 48px;
        margin-right: 10px;
    }

    .person-name{
        font-size: 18px;
        color: black;

    }

    .person-sex-male{
        font-size: 14px;
        color: #6bc7fd;
        font-weight: bolder;
        // margin-left: 5px;
    }

    .person-sex-female{
        font-size: 14px;
        color: #f0a7ea;
        font-weight: bolder;
        // margin-left: 5px;
    }

    .person-batch{
        font-size: 14px;
        color: #cccccc;
    }

    .img{
        width: 60px;
        height: 60px;
    }

    .back-btn{
        width: 30px;
        height: 30px;
    }

}