2023-03-01 16:33:12 +08:00
|
|
|
.activity {
|
|
|
|
padding: 20rpx 30rpx 0;
|
|
|
|
margin-top: 80rpx;
|
2020-06-23 19:14:44 +08:00
|
|
|
}
|
2023-03-01 16:33:12 +08:00
|
|
|
|
|
|
|
.activity-box {
|
|
|
|
margin-bottom: 20rpx;
|
|
|
|
box-shadow: 0px 0px 17rpx 0px rgba(0, 0, 0, 0.1);
|
|
|
|
border-radius: 10rpx;
|
|
|
|
overflow: hidden;
|
2020-06-23 19:14:44 +08:00
|
|
|
}
|
2023-03-01 16:33:12 +08:00
|
|
|
|
|
|
|
.activity-img {
|
|
|
|
height: 320rpx;
|
|
|
|
position: relative;
|
2020-06-23 19:14:44 +08:00
|
|
|
}
|
2023-03-01 16:33:12 +08:00
|
|
|
|
|
|
|
.activity-img image {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2020-06-23 19:14:44 +08:00
|
|
|
}
|
2023-03-01 16:33:12 +08:00
|
|
|
|
|
|
|
.corner {
|
|
|
|
position: absolute;
|
|
|
|
top: 20rpx;
|
|
|
|
right: 20rpx;
|
|
|
|
display: flex;
|
|
|
|
color: #fff;
|
2020-06-23 19:14:44 +08:00
|
|
|
}
|
2023-03-01 16:33:12 +08:00
|
|
|
|
|
|
|
.corner view {
|
|
|
|
padding: 0 10rpx;
|
|
|
|
background: rgba(0, 0, 0, 0.6);
|
|
|
|
line-height: 40rpx;
|
|
|
|
vertical-align: middle;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
border-radius: 5rpx;
|
2020-06-23 19:14:44 +08:00
|
|
|
}
|
2023-03-01 16:33:12 +08:00
|
|
|
|
|
|
|
.view-count {
|
|
|
|
margin-right: 20rpx;
|
2020-06-23 19:14:44 +08:00
|
|
|
}
|
2023-03-01 16:33:12 +08:00
|
|
|
|
|
|
|
.view-count image {
|
|
|
|
width: 40rpx;
|
|
|
|
height: 40rpx;
|
2020-06-23 19:14:44 +08:00
|
|
|
}
|
2023-03-01 16:33:12 +08:00
|
|
|
|
|
|
|
.activity-info {
|
|
|
|
padding: 15rpx 20rpx;
|
2020-06-23 19:14:44 +08:00
|
|
|
}
|
2023-03-01 16:33:12 +08:00
|
|
|
|
|
|
|
.title {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
2020-06-23 19:14:44 +08:00
|
|
|
}
|
2023-03-01 16:33:12 +08:00
|
|
|
|
|
|
|
.activity-title {
|
|
|
|
width: 70%;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #242424;
|
|
|
|
line-height: 40rpx;
|
2020-06-23 19:14:44 +08:00
|
|
|
}
|
2023-03-01 16:33:12 +08:00
|
|
|
|
|
|
|
.sign {
|
|
|
|
background: rgba(159, 21, 18, .1);
|
|
|
|
color: #9F1512;
|
|
|
|
border-radius: 10rpx;
|
|
|
|
padding: 0 20rpx;
|
|
|
|
line-height: 40rpx;
|
|
|
|
font-size: 28rpx;
|
2020-06-23 19:14:44 +08:00
|
|
|
}
|
2023-03-01 16:33:12 +08:00
|
|
|
|
|
|
|
.date {
|
|
|
|
margin-top: 10rpx;
|
|
|
|
font-size: 24rpx;
|
|
|
|
color: #242424;
|
2020-08-06 16:49:55 +08:00
|
|
|
}
|
2023-03-01 16:33:12 +08:00
|
|
|
|
|
|
|
.area {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
height: 80rpx;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow-x: auto;
|
|
|
|
box-shadow: 10rpx 10rpx 5rpx #f2f2f2;
|
2020-08-06 16:49:55 +08:00
|
|
|
}
|
2023-03-01 16:33:12 +08:00
|
|
|
|
|
|
|
.area-box {
|
|
|
|
display: inline-block;
|
|
|
|
width: 25%;
|
|
|
|
line-height: 80rpx;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 30rpx;
|
2020-08-06 16:49:55 +08:00
|
|
|
}
|
2023-03-01 16:33:12 +08:00
|
|
|
|
|
|
|
.area-box.active {
|
|
|
|
color: #9F1512;
|
2020-06-23 19:14:44 +08:00
|
|
|
}
|