修改BUG:修复状态栏下拉消息框样式

This commit is contained in:
Argo-MacBookPro 2018-08-02 12:22:40 +08:00
parent 8ad99cfdd9
commit 1df74a2da5
1 changed files with 11 additions and 14 deletions

View File

@ -25,6 +25,7 @@ a, a:hover, a:focus {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176);
padding: 0; padding: 0;
font-size: 1.4rem; font-size: 1.4rem;
margin-top: 1rem;
} }
.dropdown-menu > li > a { .dropdown-menu > li > a {
@ -92,7 +93,6 @@ a, a:hover, a:focus {
.header > .dropdown .dropdown-menu { .header > .dropdown .dropdown-menu {
width: 268px; width: 268px;
margin-top: 1rem;
} }
.header > .dropdown .dropdown-menu li { .header > .dropdown .dropdown-menu li {
@ -247,10 +247,9 @@ a, a:hover, a:focus {
float: left; float: left;
max-width: 300px; max-width: 300px;
min-width: 160px; min-width: 160px;
top: 32px;
left: -74px;
width: 235px; width: 235px;
border: none; border: none;
margin-left: -7.4rem;
} }
.notify-row .dropdown-menu .notify-arrow { .notify-row .dropdown-menu .notify-arrow {
@ -301,14 +300,14 @@ a, a:hover, a:focus {
.notify-row .dropdown-menu li:last-child a { .notify-row .dropdown-menu li:last-child a {
border-bottom: 0; border-bottom: 0;
border-radius: 0 0 4px 4px;
} }
.notify-row .dropdown-menu li a { .notify-row .dropdown-menu li a {
border-bottom: 1px solid #EBEBEB; border-bottom: 0.1rem solid #EBEBEB;
font-size: 1.2rem; font-size: 1.2rem;
list-style: none; list-style: none;
padding: 15px 10px; padding: 1.5rem 1rem;
display: block;
} }
.notify-row .dropdown-menu li a:hover { .notify-row .dropdown-menu li a:hover {
@ -319,14 +318,13 @@ a, a:hover, a:focus {
color: #fff; color: #fff;
margin: 0; margin: 0;
padding: 10px; padding: 10px;
border-radius: 4px 4px 0px 0px; border-radius: 0.4rem 0.4rem 0 0;
-webkit-border-radius: 4px 4px 0px 0px;
} }
.notify-row .dropdown-menu .content { .notify-row .dropdown-menu .content {
position: absolute; position: absolute;
left: 36px; left: 3.6rem;
right: 44px; right: 4.4rem;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
@ -334,19 +332,18 @@ a, a:hover, a:focus {
} }
.notify-row .dropdown-menu .label { .notify-row .dropdown-menu .label {
display: inline-block;
height: 18px; height: 18px;
width: 20px; width: 20px;
padding: 5px; padding: 0.5rem;
margin-right: 5px; margin-right: 0.5rem;
} }
.notify-row .dropdown-menu .small { .notify-row .dropdown-menu .small {
font-style: italic; font-style: italic;
font-weight: bold; font-weight: bold;
float: right; float: right;
padding-top: 2px;
font-size: 1rem; font-size: 1rem;
line-height: 1.8rem;
} }
.notify-row .dropdown-menu.tasks-bar .desc { .notify-row .dropdown-menu.tasks-bar .desc {