mission.wxss 1.7 KB
.cast {
    position: relative;
    width: 686rpx;
    height: 240rpx;
    margin: 0 auto;
    margin-top: 72rpx;
    padding: 64rpx 48rpx;
    border-radius: 32rpx;
}

.cast-1 {
    display: flex;
    font-size: 48rpx;
    color: #ffffff;
}

.cast-2 {
    width: 122rpx;
    height: 48rpx;
    text-align: center;
    line-height: 48rpx;
    margin-left: 16rpx;
    color: rgba(248, 248, 248, 1);
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 24rpx;
    border-radius: 38rpx;
}

.cast-3 {
    font-size: 24rpx;
    margin-top: 24rpx;
    color: rgba(255, 255, 255, 1);
}

.cast-logo {
    position: absolute;
    right: 48rpx;
    bottom: -5rpx;
}

.cast-logo image {
    width: 140rpx;
    height: 140rpx;
}

.cast-logos image {
    position: absolute;
    top: 0;
    right: 0;
    width: 56rpx;
    height: 56rpx;
}

.footer {
    /* position: fixed;
    bottom: 40rpx;
    left: 50%; */
    font-size: 28rpx;
    color: rgba(139, 139, 141, 1);
    /* margin-left: -60rpx; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60rpx;
    margin-bottom: 60rpx;
}

.footer image {
    width: 80rpx;
    height: 80rpx;
    vertical-align: middle;
}

.share {
    background: none;
    width: 80rpx !important;
    height: 80rpx;
    padding: 0;
    margin: 0 !important;
}

.kong {
    margin-top: 40rpx;
    text-align: center;
    font-size: 28rpx;
    color: gray;
}
.calendar_bg{
    width: 686rpx;
    margin: 0 auto;
}
.calendar{
    width: 80rpx;
    height: 80rpx;
    margin-left: auto;
    background-color: #ebebeb;
    border-radius: 20rpx;
    overflow: hidden;
}
.calendar image{
    width: 80rpx;
    height: 80rpx;
}
.cast:nth-child(2){
    margin-top: 42rpx;
}