myactivity.wxss 1.9 KB
page {

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


/* 导航条开始 */
.navbar {
    height: 88rpx;
    padding: 0 62rpx;
    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;
}

.line {
    height: 2rpx;
}


.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;

}

.daka {
    margin-top: 32rpx;
    padding: 15rpx 0;
    width: 160rpx;
    text-align: center;
    border: 2rpx solid #7d7e80;
    border-radius: 22rpx;
    color: #7D7E80;
    font-size: 28rpx;
    margin-left: auto;
}

.dasubmit {
    width: 160rpx;
    height: 72rpx;
    box-sizing: border-box;
    color: #21AE58;
    border: 2rpx solid #21AE58;
}