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.
122 lines
2.1 KiB
122 lines
2.1 KiB
/* pages/varComm/pages/event/index.wxss */
|
|
page {
|
|
background-color: #f9f9f9;
|
|
}
|
|
|
|
.box {
|
|
/* height:400rpx; */
|
|
background: #006bff;
|
|
padding-top: 16rpx;
|
|
}
|
|
|
|
.add {
|
|
height: 222rpx;
|
|
/* background-color: pink; */
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.add_box {
|
|
height: 218rpx;
|
|
width: 328rpx;
|
|
background-color: #339cff;
|
|
border-radius: 8rpx;
|
|
border: 2rpx solid #85c3ff;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.heng {
|
|
height: 8rpx;
|
|
width: 72rpx;
|
|
background: white;
|
|
border-radius: 6rpx;
|
|
position: relative;
|
|
left: 128rpx;
|
|
top: 82rpx
|
|
}
|
|
|
|
.shu {
|
|
width: 8rpx;
|
|
height: 72rpx;
|
|
background: white;
|
|
border-radius: 6rpx;
|
|
position: relative;
|
|
left: 160rpx;
|
|
top: 45rpx
|
|
}
|
|
|
|
.event {
|
|
display: inline-block;
|
|
color: white;
|
|
font-size: 28rpx;
|
|
margin-left: 98rpx;
|
|
margin-top: 60rpx;
|
|
}
|
|
|
|
.btns {
|
|
margin-top: 32rpx;
|
|
width: 686rpx;
|
|
height: 88rpx;
|
|
font-weight: bold;
|
|
line-height: 88rpx;
|
|
color: rgba(0, 132, 255, 1);
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
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-left: 210rpx;
|
|
}
|
|
.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;
|
|
} |