xiangqinxiaochengxu/miniprogram/pages/announcement/announcement.wxss

36 lines
502 B
Plaintext
Raw Normal View History

2026-04-17 10:49:14 +08:00
.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;
}