关闭职位页空个人资料时强制上传一份经历,和添加时间处理工具

This commit is contained in:
2026-05-22 09:59:34 +08:00
parent 1637ee5bbc
commit dd103f0794
6 changed files with 269 additions and 17 deletions
@@ -229,6 +229,11 @@
font-size: 0.11rem;
padding: 0.02rem 0.08rem;
border-radius: 0.1rem;
&--inactive {
background: #ccc;
color: $bg-white;
}
}
&__member-terms {
@@ -251,13 +256,27 @@
&__member-price {
font-size: 0.13rem;
color: #555;
display: flex;
flex-direction: column;
gap: 0.06rem;
span {
margin-left: 0.12rem;
margin-left: 0;
color: $text-light;
}
}
&__member-expire-line {
font-size: 0.13rem;
color: #555;
}
&__member-remain-line {
font-size: 0.13rem;
color: $accent;
font-weight: 600;
}
&__member-manage-btn {
background: $bg-main;
border: 1px solid $border-color;