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