.activity {
    height: 100%;
    background: #F2F2f2;
}

.topBar {
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    background: #fff;
}

.List {
    background: #FFF;
    padding: 14px;
    margin: 6px 3px;
}

.MesList {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.MesList .title {
    font-size: 16px;
    color: #000000;
    margin-bottom: 8px;
}

.MesList .time {
    font-size: 12px;
    color: #000000;
    margin-bottom: 8px;

}

.MesList .address {
    font-size: 14px;
    color: #04b4e2;
}
