.top_box{ background: white; display: flex; } .title{ width: 50%; height: 88rpx; text-align: center; line-height: 88rpx; font-size: 28rpx; color: #b3b3b3; /* border-bottom: 4rpx solid #027bff; */ } .active_title{ width: 50%; height: 88rpx; text-align: center; line-height: 88rpx; font-size: 28rpx; font-weight: bold; color: black; } .line{ height: 4rpx; background: #007bff; width:30%; position: relative; left: 50%; transform: translateX(-50%); bottom: 4rpx; border-radius: 4rpx; } .event_card { width: 686rpx; height: 350rpx; background-color: white; margin-top: 32rpx; padding-top: 36rpx; margin-left: 32rpx; } .card_head { display: flex; justify-content: space-around; align-items: center; } checkbox .wx-checkbox-input { height: 32rpx; width: 32rpx; } .tag { background: #f0f8ff; color: rgba(0, 132, 255, 1); width: 128rpx; height: 40rpx; font-size: 24rpx; text-align: center; line-height: 40rpx; margin-left: 160rpx; /* margin-right: 32rpx; */ } .card_title{ overflow:hidden; text-overflow: ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient: vertical; margin-left: 32rpx; margin-top: 24rpx; font-size: 32rpx; font-weight: bolder; } .card_label{ width: 622rpx; margin-left: 32rpx; display: flex; font-size: 28rpx; height: 24rpx; justify-content:space-between; } .van-checkbox__icon { margin-left: 32rpx ; font-size: 32rpx !important; } .van-image{ margin-left: 48rpx; margin-top: 6rpx; } .card_head .van-checkbox{ display: inline-block !important; }