提交代码

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

@@ -122,7 +122,7 @@ export default {
padding: 20rpx;
background: #fff;
margin-bottom: 20rpx;
font-size: 26rpx;
font-size: 28rpx;
.detail-content-title {
font-size: 30rpx;
@@ -141,13 +141,13 @@ export default {
}
.frequency {
display: flex;
font-size: 26rpx;
font-size: 28rpx;
// color: #666666;
}
}
.textBox {
// border-bottom: 1px solid #eee;
font-size: 26rpx;
font-size: 28rpx;
color: #666666;
text-indent: 2em;
}

View File

@@ -97,7 +97,7 @@ export default {
padding: 20rpx;
background: #fff;
margin-bottom: 20rpx;
font-size: 26rpx;
font-size: 28rpx;
.detail-content-title {
font-size: 30rpx;
@@ -131,7 +131,7 @@ export default {
text {
width: 100rpx;
text-align: center;
font-size: 26rpx;
font-size: 28rpx;
// color: #333;
&:nth-child(1) {
flex: 1;

View File

@@ -87,7 +87,7 @@ export default {
padding: 20rpx;
background: #fff;
margin-bottom: 20rpx;
font-size: 26rpx;
font-size: 28rpx;
.detail-content-title {
font-size: 30rpx;

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;