feat: 申请加入、退款政策、支付倒计时、详情页发布者信息展示

This commit is contained in:
2025-11-24 15:17:37 +08:00
parent 23fba49741
commit 6e03de0259
9 changed files with 642 additions and 145 deletions

View File

@@ -29,6 +29,7 @@
height: 40px;
border-radius: 50%;
object-fit: cover;
flex: 0 0 40px;
}
&-message {
@@ -41,7 +42,11 @@
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 184.615% */
line-height: 24px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
max-width: 180px;
}
&-stats {
@@ -65,6 +70,7 @@
.organizer-actions {
display: flex;
flex: 0 0 103px;
align-items: center;
gap: 8px;
margin-left: auto;