全项目加载动效重做和简历经历区域的时间和编辑按钮同位置显示切换

This commit is contained in:
2026-06-30 17:09:09 +08:00
parent 0aebde7bd3
commit 8773c65b28
24 changed files with 610 additions and 489 deletions
@@ -83,7 +83,7 @@
font-size: 0.13rem;
color: $text-dark;
background: $bg-white;
border: 1px solid $border-color;
border: none;
border-radius: 0.04rem;
outline: none;
transition: all 0.2s;
@@ -317,8 +317,7 @@
&__ai-result-card {
padding: 0.1rem 0.12rem;
background: $theme-color;
border: 1px solid rgba($accent, 0.2);
background: linear-gradient(to bottom,#F5FFFD,#ffffff);
border-radius: 0.06rem;
}