更新样式:微调右上角登录信息框鼠标悬停样式
This commit is contained in:
parent
92eab29602
commit
ad2d5d6b5e
|
@ -268,6 +268,14 @@ a, a:hover, a:focus {
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.userinfo .dropdown-item:first-child {
|
||||||
|
border-radius: 4px 4px 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.userinfo .dropdown-item:first-child a:hover {
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
.userinfo .dropdown-item:last-child {
|
.userinfo .dropdown-item:last-child {
|
||||||
border-radius: 0 0 4px 4px;
|
border-radius: 0 0 4px 4px;
|
||||||
}
|
}
|
||||||
|
@ -279,6 +287,10 @@ a, a:hover, a:focus {
|
||||||
background-image: linear-gradient(to bottom, #a9d96c 0%, #799e51 100%);
|
background-image: linear-gradient(to bottom, #a9d96c 0%, #799e51 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.userinfo .dropdown-item:last-child a:hover {
|
||||||
|
color: #d40c0b;
|
||||||
|
}
|
||||||
|
|
||||||
.userinfo .username {
|
.userinfo .username {
|
||||||
max-width: 90px;
|
max-width: 90px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
|
@ -269,9 +269,9 @@ a, a:hover, a:focus {
|
||||||
|
|
||||||
.userinfo .dropdown-item a {
|
.userinfo .dropdown-item a {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #777;
|
|
||||||
padding: 15px 10px;
|
padding: 15px 10px;
|
||||||
flex: 1 1 33.333%;
|
flex: 1 1 33.333%;
|
||||||
|
color: #777;
|
||||||
}
|
}
|
||||||
|
|
||||||
.userinfo .dropdown-item a i {
|
.userinfo .dropdown-item a i {
|
||||||
|
@ -280,6 +280,14 @@ a, a:hover, a:focus {
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.userinfo .dropdown-item:first-child {
|
||||||
|
border-radius: 4px 4px 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.userinfo .dropdown-item:first-child a:hover {
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
.userinfo .dropdown-item:last-child {
|
.userinfo .dropdown-item:last-child {
|
||||||
border-radius: 0 0 4px 4px;
|
border-radius: 0 0 4px 4px;
|
||||||
}
|
}
|
||||||
|
@ -291,6 +299,10 @@ a, a:hover, a:focus {
|
||||||
background-image: linear-gradient(to bottom, #a9d96c 0%, #799e51 100%);
|
background-image: linear-gradient(to bottom, #a9d96c 0%, #799e51 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.userinfo .dropdown-item:last-child a:hover {
|
||||||
|
color: #d40c0b;
|
||||||
|
}
|
||||||
|
|
||||||
.userinfo .username {
|
.userinfo .username {
|
||||||
max-width: 90px;
|
max-width: 90px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
Loading…
Reference in New Issue