This commit is contained in:
张成
2025-11-15 10:29:03 +08:00
parent 54ef49c8d9
commit 0fa0dd5b22
6 changed files with 29 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
// 他人用户页面样式
.other_user_page {
min-height: 100vh;
height: 100vh;
position: relative;
// overflow: hidden;
overflow-y: auto;
box-sizing: border-box;
background: radial-gradient(
circle at 50% 0,
@@ -12,6 +12,13 @@
/* 到 200px 变成白色 */ #fafafa 100% /* 200px 以下全白 */
);
&::-webkit-scrollbar {
display: none;
width: 0;
height: 0;
color: transparent;
}
// 导航栏内容
.navbar_content {
display: flex;
@@ -64,9 +71,8 @@
position: relative;
z-index: 5;
flex: 1;
margin-top: 11px;
margin-top: 0;
box-sizing: border-box;
overflow-y: auto;
padding-bottom: 15px;
// 用户信息区域