26 lines
311 B
Plaintext
26 lines
311 B
Plaintext
.my-activities-page {
|
|
padding: 24rpx;
|
|
}
|
|
|
|
.activity-card {
|
|
background: #ffffff;
|
|
border-radius: 24rpx;
|
|
padding: 24rpx;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
|
|
.title {
|
|
font-size: 32rpx;
|
|
font-weight: 600;
|
|
margin-bottom: 12rpx;
|
|
}
|
|
|
|
.meta {
|
|
color: #666666;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.status {
|
|
color: #e8593c;
|
|
}
|