提交代码

This commit is contained in:
guanj
2026-04-25 15:22:50 +08:00
parent ce78b65875
commit eb72146e0d
11 changed files with 321 additions and 285 deletions

View File

@@ -109,7 +109,7 @@
flex-wrap: wrap; /* 适配小屏,防止文字溢出 */
}
.event-id {
font-size: 28rpx;
font-size: 30rpx;
font-weight: 700;
color: #333333;
margin-right: 16rpx;
@@ -150,7 +150,7 @@
gap: 8rpx;
}
.event-desc text {
font-size: 26rpx;
font-size: 28rpx;
color: #666666;
line-height: 1.2;
}
@@ -172,7 +172,7 @@
/* 详情文本 */
.event-detail {
font-size: 26rpx;
font-size: 28rpx;
color: #666666;
line-height: 1.5;
padding-top: 10rpx;