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

@@ -441,6 +441,44 @@
line-height: 20px;
border-top: 1px solid rgba(0, 0, 0, 0.06);
&.pastItem {
color: #3c3c43;
}
&.currentItem {
position: relative;
&::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 3px;
height: 100%;
background: #007aff;
z-index: 0;
}
&::after {
content: "";
position: absolute;
left: 3px;
top: 15px;
width: 0;
height: 0;
border-style: solid;
border-width: 3px 0 3px 6px;
border-color: transparent transparent transparent #007bff;
z-index: 0;
}
.currentTag {
color: #007aff;
font-size: 12px;
font-weight: 600;
line-height: 20px;
font-family: "pingfang SC";
text-align: left;
}
}
&:nth-child(1) {
color: #000;
text-align: center;
@@ -459,6 +497,11 @@
padding: 10px 12px;
}
.time {
text-align: left;
padding-left: 30px;
}
.rule {
border-left: 1px solid rgba(0, 0, 0, 0.06);
}