myteam.wxss 936 字节
/* pages/myteam/myteam.wxss */

page {
    background-color: rgb(240, 240, 240);
}

.myteamBox {
    margin: 24rpx 32rpx;
    padding: 32rpx 24rpx;
    /* height: 266rpx; */
    background-color: #ffffff;
    border-radius: 7px;
    font-size: 28rpx;
}

.teamtop {
    display: flex;
    align-items: center;
    color: #FF976A;

}

.teamtop image {
    width: 40rpx;
    height: 40rpx;
}

.teamAddress {
    margin-right: 44rpx;
}

.teambottom {
    display: flex;
    margin-top: 24rpx;
}

.teambottom image {
    width: 182rpx;
    height: 132rpx;
    border-radius: 7px;
    margin-right: 24rpx;
}

.teamright {
    width: 434rpx;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.teamName {
    font-size: 28rpx;
    font-weight: 600;
    color: #323233;
    text-align: justify;
}

.teamTime {
    display: flex;
    justify-content: space-between;
    font-size: 24rpx;
    color: #7D7E80;
}