feat: 🎸 新增了一些页面
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
color: #1d2129;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.interview-questions-modal-subtitle {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user