细节优化

This commit is contained in:
2025-10-12 23:03:51 +08:00
parent 09c77a809b
commit 6a5191df21
14 changed files with 143 additions and 54 deletions

View File

@@ -1,10 +1,18 @@
// 编辑资料页面样式
.edit_profile_page {
min-height: 100vh;
height: 100vh;
background: radial-gradient(circle at 50% 0%, rgba(238, 255, 220, 1) 0%, rgba(255, 255, 255, 1) 37%);
position: relative;
// overflow: hidden;
box-sizing: border-box;
overflow-y: auto;
&::-webkit-scrollbar {
display: none;
width: 0;
height: 0;
color: transparent;
}
}
.custom-navbar {
@@ -20,7 +28,6 @@
position: sticky;
top: 0;
z-index: 100;
overflow: hidden;
background-color: rgb(238, 255, 220);
}
@@ -174,7 +181,7 @@
border-radius: 12px;
overflow: hidden;
.form_item {
display: flex;
@@ -186,7 +193,7 @@
gap: 20px;
@@ -285,10 +292,12 @@
flex: 1;
text-align: right;
background-color: unset;
&.placeholer {
font-weight: 400;
color: rgba(60, 60, 67, 0.3);
}
&:after {
border: none;
}
@@ -305,10 +314,10 @@
}
}
.divider{
.divider {
height: 1px;
background-color: rgba(0, 0, 0, 0.06) ;
margin-left:35px;
background-color: rgba(0, 0, 0, 0.06);
margin-left: 35px;
box-sizing: border-box;
}
}