简历详情样式微调

This commit is contained in:
2026-07-09 16:04:25 +08:00
parent 72339f332d
commit ec6ba7ee35
6 changed files with 100 additions and 14 deletions
+6 -1
View File
@@ -620,7 +620,12 @@ body:not(#_) {
.border-red1{
border: 0.01rem solid #C86667;
}
.border-EDF9FA-bottom-2{
border: 0.02rem solid #EDF9FA;
}
.border-F0F0F0-bottom-1{
border: 0.01rem solid #F0F0F0;
}
//圆角
.border-ra0{border-radius: 0rem;}
.border-ra1{border-radius: 0.01rem;}
@@ -5,7 +5,7 @@
font-size: 0.14rem;
position: fixed;
inset: 0;
z-index: 2000;
z-index: 9999;
display: flex;
align-items: center;
justify-content: center;
+2 -3
View File
@@ -116,8 +116,7 @@
justify-content: space-between;
background: $bg-white;
border-radius: 0.12rem;
padding: 0.18rem 0.24rem;
padding-top: 0.3rem;
padding: 0.28rem 0.32rem;
margin-bottom: 0.16rem;
/* B/C/D 评级渐变背景 */
@@ -305,7 +304,7 @@
&__card {
background: $bg-white;
border-radius: 0.1rem;
margin: 0.4rem 0.18rem;
margin: 0.24rem 0.18rem;
&:hover .resume-detail__section-header {
background: #F0FAFA;