细节优化
This commit is contained in:
@@ -1,17 +1,13 @@
|
||||
// 编辑资料页面样式
|
||||
.edit_profile_page {
|
||||
height: 100vh; // position: relative;
|
||||
background: radial-gradient(circle at 50% 0,
|
||||
/* 光晕圆心在顶部中间 */
|
||||
rgba(191, 255, 239, 0.9) 0px,
|
||||
/* 中间更深的浅蓝 */
|
||||
rgba(191, 255, 239, 0.5) 200px,
|
||||
/* 100px 处开始淡化 */
|
||||
#fafafa 300px,
|
||||
/* 到 200px 变成白色 */
|
||||
#fafafa 100%
|
||||
/* 200px 以下全白 */
|
||||
);
|
||||
background: radial-gradient(
|
||||
circle at 50% 0,
|
||||
/* 光晕圆心在顶部中间 */ rgba(191, 255, 239, 0.9) 0px,
|
||||
/* 中间更深的浅蓝 */ rgba(191, 255, 239, 0.5) 200px,
|
||||
/* 100px 处开始淡化 */ #fafafa 300px,
|
||||
/* 到 200px 变成白色 */ #fafafa 100% /* 200px 以下全白 */
|
||||
);
|
||||
position: relative;
|
||||
// overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
@@ -56,7 +52,7 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
&>.detail-navigator-back-icon {
|
||||
& > .detail-navigator-back-icon {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
@@ -353,7 +349,7 @@
|
||||
}
|
||||
|
||||
&.group {
|
||||
border: 1px solid rgba(0, 0, 0, 0.06);
|
||||
border: 0.5pt solid rgba(0, 0, 0, 0.06);
|
||||
border-radius: 16px;
|
||||
overflow: hidden;
|
||||
|
||||
@@ -368,7 +364,7 @@
|
||||
}
|
||||
|
||||
&:first-child {
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
||||
border-bottom: 0.5pt solid rgba(0, 0, 0, 0.06);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -389,4 +385,4 @@
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user