36 lines
502 B
Plaintext
36 lines
502 B
Plaintext
|
|
.announcement-page {
|
||
|
|
padding: 32rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.announcement-item {
|
||
|
|
padding: 24rpx;
|
||
|
|
margin-bottom: 24rpx;
|
||
|
|
border-radius: 20rpx;
|
||
|
|
background: #ffffff;
|
||
|
|
box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.06);
|
||
|
|
}
|
||
|
|
|
||
|
|
.title {
|
||
|
|
font-size: 34rpx;
|
||
|
|
font-weight: 700;
|
||
|
|
margin-bottom: 12rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.meta {
|
||
|
|
color: #999999;
|
||
|
|
margin-bottom: 20rpx;
|
||
|
|
font-size: 24rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content {
|
||
|
|
line-height: 1.8;
|
||
|
|
color: #333333;
|
||
|
|
font-size: 28rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.empty-state {
|
||
|
|
color: #999999;
|
||
|
|
text-align: center;
|
||
|
|
padding: 120rpx 0;
|
||
|
|
}
|