style(profile): fix class menu-icon set center text and position absolutely in profile section and change color
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 头部信息 */
|
/* 头部信息 */
|
||||||
|
|||||||
Reference in New Issue
Block a user