样式小bug修改-01

This commit is contained in:
2026-07-10 11:38:56 +08:00
parent 4be35ced80
commit e8e2e09e62
16 changed files with 46 additions and 29 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
.side-nav {
display: flex;
flex-direction: column;
width: 2rem;
width: 2.2rem;
height: var(--app-height, 100vh);
background: $bg-white;
color: #fff;
+1 -1
View File
@@ -8,7 +8,7 @@
font-size: 0.14rem;
// 主内容区域(左侧导航栏右边的部分)
&__content {
margin-left: 2rem;
margin-left: 2.2rem;
flex: 1;
overflow-y: auto;
height: var(--app-height, 100vh);
+1 -1
View File
@@ -7,7 +7,7 @@
// 主内容区域
&__content {
margin-left: 2rem;
margin-left: 2.2rem;
flex: 1;
padding: 0.4rem 0.6rem;
}
+1 -1
View File
@@ -3,7 +3,7 @@
// ==================== 岗位详情页 ====================
.job-detail {
&__content {
margin-left: 2rem;
margin-left: 2.2rem;
margin-right: var(--chat-width, 3.6rem);
flex: 1;
height: var(--app-height, 100vh);
+1 -1
View File
@@ -6,7 +6,7 @@
display: flex;
&__content {
margin-left: 2rem;
margin-left: 2.2rem;
margin-right: var(--chat-width, 3.6rem);
flex: 1;
padding-bottom: 0.18rem;
+6 -6
View File
@@ -401,12 +401,12 @@
.login-view__otp-box--active {
background: #F3FFFD;
border: 2px solid #12C7BE;
border: 2px solid $accent;
}
.login-view__otp-box--filled {
background: #F3FFFD;
border: 2px solid #12C7BE;
border: 2px solid $accent;
}
.login-view__otp-digit {
@@ -421,7 +421,7 @@
display: inline-block;
width: 2px;
height: 0.28rem;
background: #12C7BE;
background: $accent;
border-radius: 1px;
animation: login-otp-blink 1s ease-in-out infinite;
}
@@ -451,7 +451,7 @@
.login-view__status-btn {
width: 100%;
height: 0.4rem;
background: linear-gradient(90deg, #12C7BE 0%, #06B6D4 100%);
background: linear-gradient(90deg, $btn-dark 0%, $btn-dark-hover 100%);
border-radius: 0.12rem;
border: none;
font-weight: 600;
@@ -565,7 +565,7 @@
transition: border-color 0.2s;
&:hover {
border-color: #12C7BE;
border-color: $accent;
}
}
@@ -593,7 +593,7 @@
.login-view__upload-btn {
height: 0.4rem;
line-height: 0.4rem;
background: linear-gradient(90deg, #12C7BE 0%, #06B6D4 100%);
background: linear-gradient(90deg, $btn-dark 0%, $btn-dark-hover 100%);
border: none;
border-radius: 0.08rem;
font-size: 0.16rem;
+1 -1
View File
@@ -14,7 +14,7 @@
flex: 1;
height: 100%;
overflow: hidden;
margin-left: 2rem;
margin-left: 2.2rem;
display: flex;
}
+1 -1
View File
@@ -14,7 +14,7 @@
flex: 1;
height: 100%;
overflow: hidden;
margin-left: 2rem;
margin-left: 2.2rem;
}
// 左侧主内容区
+1 -1
View File
@@ -3,7 +3,7 @@
// ==================== 个人资料页 ====================
.profile-page {
&__content {
margin-left: 2rem;
margin-left: 2.2rem;
flex: 1;
padding-bottom: 0.12rem;
height: var(--app-height, 100vh);
+2 -2
View File
@@ -3,7 +3,7 @@
// ==================== 简历详情页 ====================
.resume-detail {
&__content {
margin-left: 2rem;
margin-left: 2.2rem;
flex: 1;
padding-bottom: 0.24rem;
height: var(--app-height, 100vh);
@@ -444,7 +444,7 @@
bottom: 0.02rem;
width: 100%;
height: 0.06rem;
background: #12C7BE;
background: $accent;
border-radius: 0.02rem;
z-index: -1;
}
+1 -1
View File
@@ -3,7 +3,7 @@
// ==================== 简历列表页 ====================
.resume-page {
&__content {
margin-left: 2rem;
margin-left: 2.2rem;
flex: 1;
height: var(--app-height, 100vh);
box-sizing: border-box;