more_other.wxss 3.2 KB
page {
    background-color: rgb(240, 240, 240);
}

.apply_item {
    padding: 0 32rpx;
    height: 88rpx;
    color: #333;
    font-size: 28rpx;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.apply_item_list {
    text-align: right;
    width: 70%;
    color: #333;
    font-size: 28rpx;
}

.apply_item_list image {
    width: 56rpx;
    height: 56rpx;
    border-radius: 50%;
}

.distance {
    margin-top: 16rpx;
}

.distance image {
    width: 16rpx;
    height: 27rpx;
}

.star image {
    width: 28rpx;
    height: 28rpx;

}

.line view {
    margin: 0 32rpx;
    background-color: #e6e6e6;
    height: 1px;
}

.line {
    background-color: #ffffff;
}


/* 导航条开始 */
.navbar {
    height: 88rpx;
    padding: 0 62rpx;
    margin-top: 24rpx;
    display: flex;
    justify-content: space-around;
    /* background  : linear-gradient(136deg,#4e8fff 2%, #55c2fa); */
    background-color: #ffffff;
    font-size: 30rpx;
    color: #969799;
    border-radius: 2px 0px 0px 2px;

}

.navbar .item {
    width: 346rpx;
    height: 64rpx;
    line-height: 66rpx;
    font-size: 24rpx;
    position: relative;
    text-align: center;
    /* background-color: #FFC909; */
    /* border-radius   : 19px; */

}

.navbar .item.choose {
    color: black;
    /* background: linear-gradient(136deg, #4e8fff 2%, #55c2fa); */

}

.navbar .item.choose:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80rpx;
    height: 6rpx;
    background: #21AE58;
    margin: 0 auto;
}

/*活动 */
.myactive_wrap {
    margin: 32rpx 24rpx;
    padding: 32rpx 24rpx;
    background-color: #ffffff;
    border-radius: 16rpx;
}

.myactive_time image {
    width: 26rpx;
    height: 26rpx;
}

.myactive_name {
    width: 434rpx;
    padding: 6rpx 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.myactive_list {
    font-size: 28rpx;
    margin-top: 24rpx;
    display: flex;
    justify-content: space-between;
}

.myactive_list image {
    width: 182rpx;
    height: 138rpx;
    margin-right: 24rpx;
    border-radius: 5px;
}

.myactive_gps {
    margin-top: 16rpx;
    color: #7D7E80;
}


.myactive_gps image {
    width: 28rpx;
    height: 28rpx;

}
/* 团队 */
/* 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;
}