You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
1.4 KiB

/* pages/varComm/pages/addEvent/index.wxss */
.menu{
box-shadow: none !important;
}
.event_recom {
/* margin-top: 32rpx; */
min-height: 1000rpx;
background-color: #f9f9f9;
border-top-left-radius: 24rpx;
border-top-right-radius: 24rpx;
/* padding-top: 32rpx; */
padding-left: 32rpx;
}
.event_card {
width: 686rpx;
height: 350rpx;
background-color: white;
margin-top: 32rpx;
padding-top: 36rpx;
}
.card_head {
margin-left: 32rpx;
display: flex;
align-items:center;
justify-content: space-between;
}
checkbox .wx-checkbox-input {
height: 32rpx;
width: 32rpx;
}
.tag {
display: inline-block;
background: #f0f8ff;
color: rgba(0, 132, 255, 1);
width: 128rpx;
height: 40rpx;
font-size: 24rpx;
text-align: center;
line-height: 40rpx;
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;
}
.card_head .van-checkbox{
display: inline-block !important;
}
.van-checkbox__icon {
/* margin-left: 32rpx ; */
font-size: 32rpx !important;
}