style(profile): fix class menu-icon set center text and position absolutely in profile section and change color

This commit is contained in:
shenghuo2
2025-06-21 10:37:41 +08:00
parent 0568cd5b55
commit b99f4810b5

View File

@ -282,6 +282,11 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
line-height: 1; line-height: 1;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
} }
.menu-content { .menu-content {
@ -331,7 +336,7 @@
.menu-item i:last-child { .menu-item i:last-child {
font-size: 14px; font-size: 14px;
color: #ccc; color: #ffffff;
} }
/* 头部信息 */ /* 头部信息 */