feat: 🎸 新增了一些页面

This commit is contained in:
2025-08-16 01:01:57 +08:00
parent 182abccc60
commit ee6e2da964
27 changed files with 747 additions and 109 deletions

View File

@@ -5,6 +5,8 @@
position: relative;
.resume-interview-navigation {
position: fixed;
top: 0;
width: 100%;
height: 56px;
background-color: #ffffff;
@@ -14,6 +16,7 @@
overflow-x: auto;
box-sizing: border-box;
padding: 0 20px;
z-index: 10;
.active {
color: #2c7aff !important;
@@ -38,7 +41,8 @@
.resume-interview-content-wrapper {
width: 100%;
box-sizing: border-box;
padding: 20px;
padding: 56px 20px 20px 20px;
overflow-y: auto;
.resume-interview-content-item-wrapper:nth-child(2n) {