moreActivity.less 1.8 KB
.container {
    border-top: 1rpx solid #F2F2F2;
    padding: 32rpx;
    box-sizing: border-box;

    .moreActivity {
        width: 100%;
        height: 100%;
        display: flex;
        padding: 30rpx 0;
        box-sizing: border-box;
        border-bottom: 1rpx solid #F2F2F2;

        .activityList {
            width: 240rpx;
            height: 240rpx;
            margin-right: 30rpx;

            image {
                width: 240rpx;
                height: 240rpx;
            }
        }

        .activity_content {
            width: 100%;
            height: 240rpx;
            display: flex;
            flex-direction: column;
            align-content: space-between;
            position: relative;


            .activity_title {
                font-size: 32rpx;
                color: rgba(6, 18, 31, 1);
                opacity: 1;
                margin-bottom: 10rpx;
            }

            .activity_txt {
                font-size: 24rpx;
                color: rgba(6, 18, 31, 1);
                opacity: 1;
            }

            .activity_icon {
                width: 100%;
                height: 34rpx;
                position: absolute;
                left: 0;
                bottom: 0;
                display: flex;
                align-items: center;

                image {
                    width: 34rpx;
                    height: 34rpx;

                }

                .activity_icon_name {
                    margin-left: 10rpx;
                    height: 34rpx;
                    font-size: 24rpx;
                    font-family: PingFang SC;
                    font-weight: 400;
                    line-height: 34rpx;
                    color: rgba(140, 145, 152, 1);
                    opacity: 1;
                }
            }
        }
    }
}